| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 }, | 28 }, |
| 29 'targets': [ | 29 'targets': [ |
| 30 { | 30 { |
| 31 'target_name': 'views', | 31 'target_name': 'views', |
| 32 'type': '<(component)', | 32 'type': '<(component)', |
| 33 'dependencies': [ | 33 'dependencies': [ |
| 34 '../base/base.gyp:base', | 34 '../base/base.gyp:base', |
| 35 '../base/base.gyp:base_i18n', | 35 '../base/base.gyp:base_i18n', |
| 36 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 36 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 37 '../build/temp_gyp/googleurl.gyp:googleurl', | 37 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 38 '../chrome/chrome.gyp:common_constants', |
| 38 '../net/net.gyp:net', | 39 '../net/net.gyp:net', |
| 39 '../skia/skia.gyp:skia', | 40 '../skia/skia.gyp:skia', |
| 40 '../third_party/icu/icu.gyp:icui18n', | 41 '../third_party/icu/icu.gyp:icui18n', |
| 41 '../third_party/icu/icu.gyp:icuuc', | 42 '../third_party/icu/icu.gyp:icuuc', |
| 42 '../ui/base/strings/ui_strings.gyp:ui_strings', | 43 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 43 '../ui/gfx/compositor/compositor.gyp:compositor', | 44 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 44 '../ui/ui.gyp:ui', | 45 '../ui/ui.gyp:ui', |
| 45 '../ui/ui.gyp:ui_resources', | 46 '../ui/ui.gyp:ui_resources', |
| 46 '../ui/ui.gyp:ui_resources_standard', | 47 '../ui/ui.gyp:ui_resources_standard', |
| 47 ], | 48 ], |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'native_theme_painter.cc', | 324 'native_theme_painter.cc', |
| 324 'native_theme_painter.h', | 325 'native_theme_painter.h', |
| 325 'paint_lock.cc', | 326 'paint_lock.cc', |
| 326 'paint_lock.h', | 327 'paint_lock.h', |
| 327 'painter.cc', | 328 'painter.cc', |
| 328 'painter.h', | 329 'painter.h', |
| 329 'repeat_controller.cc', | 330 'repeat_controller.cc', |
| 330 'repeat_controller.h', | 331 'repeat_controller.h', |
| 331 'touchui/gesture_manager.cc', | 332 'touchui/gesture_manager.cc', |
| 332 'touchui/gesture_manager.h', | 333 'touchui/gesture_manager.h', |
| 334 'touchui/gesture_recognizer.cc', |
| 335 'touchui/gesture_recognizer.h', |
| 333 'touchui/touch_selection_controller.cc', | 336 'touchui/touch_selection_controller.cc', |
| 334 'touchui/touch_selection_controller.h', | 337 'touchui/touch_selection_controller.h', |
| 335 'touchui/touch_selection_controller_impl.cc', | 338 'touchui/touch_selection_controller_impl.cc', |
| 336 'touchui/touch_selection_controller_impl.h', | 339 'touchui/touch_selection_controller_impl.h', |
| 337 'view.cc', | 340 'view.cc', |
| 338 'view.h', | 341 'view.h', |
| 339 'view_aura.cc', | 342 'view_aura.cc', |
| 340 'view_constants.cc', | 343 'view_constants.cc', |
| 341 'view_constants.h', | 344 'view_constants.h', |
| 342 'view_gtk.cc', | 345 'view_gtk.cc', |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 'include_dirs': [ | 937 'include_dirs': [ |
| 935 '../third_party/wtl/include', | 938 '../third_party/wtl/include', |
| 936 ], | 939 ], |
| 937 }], | 940 }], |
| 938 ], | 941 ], |
| 939 }, | 942 }, |
| 940 ], | 943 ], |
| 941 }], | 944 }], |
| 942 ], | 945 ], |
| 943 } | 946 } |
| OLD | NEW |