| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 'native_theme_painter.cc', | 322 'native_theme_painter.cc', |
| 323 'native_theme_painter.h', | 323 'native_theme_painter.h', |
| 324 'paint_lock.cc', | 324 'paint_lock.cc', |
| 325 'paint_lock.h', | 325 'paint_lock.h', |
| 326 'painter.cc', | 326 'painter.cc', |
| 327 'painter.h', | 327 'painter.h', |
| 328 'repeat_controller.cc', | 328 'repeat_controller.cc', |
| 329 'repeat_controller.h', | 329 'repeat_controller.h', |
| 330 'touchui/gesture_manager.cc', | 330 'touchui/gesture_manager.cc', |
| 331 'touchui/gesture_manager.h', | 331 'touchui/gesture_manager.h', |
| 332 'touchui/gesture_recognizer.cc', |
| 333 'touchui/gesture_recognizer.h', |
| 332 'touchui/touch_selection_controller.cc', | 334 'touchui/touch_selection_controller.cc', |
| 333 'touchui/touch_selection_controller.h', | 335 'touchui/touch_selection_controller.h', |
| 334 'touchui/touch_selection_controller_impl.cc', | 336 'touchui/touch_selection_controller_impl.cc', |
| 335 'touchui/touch_selection_controller_impl.h', | 337 'touchui/touch_selection_controller_impl.h', |
| 336 'view.cc', | 338 'view.cc', |
| 337 'view.h', | 339 'view.h', |
| 338 'view_aura.cc', | 340 'view_aura.cc', |
| 339 'view_constants.cc', | 341 'view_constants.cc', |
| 340 'view_constants.h', | 342 'view_constants.h', |
| 341 'view_gtk.cc', | 343 'view_gtk.cc', |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 'dependencies': [ | 951 'dependencies': [ |
| 950 '../chrome/chrome.gyp:packed_resources', | 952 '../chrome/chrome.gyp:packed_resources', |
| 951 ], | 953 ], |
| 952 }], | 954 }], |
| 953 ], | 955 ], |
| 954 }, | 956 }, |
| 955 ], | 957 ], |
| 956 }], | 958 }], |
| 957 ], | 959 ], |
| 958 } | 960 } |
| OLD | NEW |