| 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 18 matching lines...) Expand all Loading... |
| 29 }, | 29 }, |
| 30 'targets': [ | 30 'targets': [ |
| 31 { | 31 { |
| 32 'target_name': 'views', | 32 'target_name': 'views', |
| 33 'type': '<(component)', | 33 'type': '<(component)', |
| 34 'dependencies': [ | 34 'dependencies': [ |
| 35 '../base/base.gyp:base', | 35 '../base/base.gyp:base', |
| 36 '../base/base.gyp:base_i18n', | 36 '../base/base.gyp:base_i18n', |
| 37 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 37 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 38 '../build/temp_gyp/googleurl.gyp:googleurl', | 38 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 39 '../chrome/chrome.gyp:common_constants', |
| 39 '../net/net.gyp:net', | 40 '../net/net.gyp:net', |
| 40 '../skia/skia.gyp:skia', | 41 '../skia/skia.gyp:skia', |
| 41 '../third_party/icu/icu.gyp:icui18n', | 42 '../third_party/icu/icu.gyp:icui18n', |
| 42 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
| 43 '../ui/base/strings/ui_strings.gyp:ui_strings', | 44 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 44 '../ui/gfx/compositor/compositor.gyp:compositor', | 45 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 45 '../ui/ui.gyp:ui', | 46 '../ui/ui.gyp:ui', |
| 46 '../ui/ui.gyp:ui_resources', | 47 '../ui/ui.gyp:ui_resources', |
| 47 '../ui/ui.gyp:ui_resources_standard', | 48 '../ui/ui.gyp:ui_resources_standard', |
| 48 ], | 49 ], |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 'native_theme_painter.cc', | 323 'native_theme_painter.cc', |
| 323 'native_theme_painter.h', | 324 'native_theme_painter.h', |
| 324 'paint_lock.cc', | 325 'paint_lock.cc', |
| 325 'paint_lock.h', | 326 'paint_lock.h', |
| 326 'painter.cc', | 327 'painter.cc', |
| 327 'painter.h', | 328 'painter.h', |
| 328 'repeat_controller.cc', | 329 'repeat_controller.cc', |
| 329 'repeat_controller.h', | 330 'repeat_controller.h', |
| 330 'touchui/gesture_manager.cc', | 331 'touchui/gesture_manager.cc', |
| 331 'touchui/gesture_manager.h', | 332 'touchui/gesture_manager.h', |
| 333 'touchui/gesture_recognizer.cc', |
| 334 'touchui/gesture_recognizer.h', |
| 332 'touchui/touch_selection_controller.cc', | 335 'touchui/touch_selection_controller.cc', |
| 333 'touchui/touch_selection_controller.h', | 336 'touchui/touch_selection_controller.h', |
| 334 'touchui/touch_selection_controller_impl.cc', | 337 'touchui/touch_selection_controller_impl.cc', |
| 335 'touchui/touch_selection_controller_impl.h', | 338 'touchui/touch_selection_controller_impl.h', |
| 336 'view.cc', | 339 'view.cc', |
| 337 'view.h', | 340 'view.h', |
| 338 'view_aura.cc', | 341 'view_aura.cc', |
| 339 'view_constants.cc', | 342 'view_constants.cc', |
| 340 'view_constants.h', | 343 'view_constants.h', |
| 341 'view_gtk.cc', | 344 'view_gtk.cc', |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 'dependencies': [ | 956 'dependencies': [ |
| 954 '../chrome/chrome.gyp:packed_resources', | 957 '../chrome/chrome.gyp:packed_resources', |
| 955 ], | 958 ], |
| 956 }], | 959 }], |
| 957 ], | 960 ], |
| 958 }, | 961 }, |
| 959 ], | 962 ], |
| 960 }], | 963 }], |
| 961 ], | 964 ], |
| 962 } | 965 } |
| OLD | NEW |