Chromium Code Reviews| 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 22 matching lines...) Expand all Loading... | |
| 33 }, | 33 }, |
| 34 'targets': [ | 34 'targets': [ |
| 35 { | 35 { |
| 36 'target_name': 'views', | 36 'target_name': 'views', |
| 37 'type': '<(component)', | 37 'type': '<(component)', |
| 38 'dependencies': [ | 38 'dependencies': [ |
| 39 '../base/base.gyp:base', | 39 '../base/base.gyp:base', |
| 40 '../base/base.gyp:base_i18n', | 40 '../base/base.gyp:base_i18n', |
| 41 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | 41 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', |
| 42 '../build/temp_gyp/googleurl.gyp:googleurl', | 42 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 43 '../chrome/chrome.gyp:common_constants', | |
|
sky
2011/11/15 16:54:44
This isn't right. Why do we need this?
Gajen
2011/11/16 15:08:41
Done.
Not needed after Removal of chrome_switches.
| |
| 43 '../net/net.gyp:net', | 44 '../net/net.gyp:net', |
| 44 '../skia/skia.gyp:skia', | 45 '../skia/skia.gyp:skia', |
| 45 '../third_party/icu/icu.gyp:icui18n', | 46 '../third_party/icu/icu.gyp:icui18n', |
| 46 '../third_party/icu/icu.gyp:icuuc', | 47 '../third_party/icu/icu.gyp:icuuc', |
| 47 '../ui/base/strings/ui_strings.gyp:ui_strings', | 48 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 48 '../ui/gfx/compositor/compositor.gyp:compositor', | 49 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 49 '../ui/ui.gyp:ui', | 50 '../ui/ui.gyp:ui', |
| 50 '../ui/ui.gyp:ui_resources', | 51 '../ui/ui.gyp:ui_resources', |
| 51 '../ui/ui.gyp:ui_resources_standard', | 52 '../ui/ui.gyp:ui_resources_standard', |
| 52 ], | 53 ], |
| (...skipping 270 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 930 'include_dirs': [ | 933 'include_dirs': [ |
| 931 '../third_party/wtl/include', | 934 '../third_party/wtl/include', |
| 932 ], | 935 ], |
| 933 }], | 936 }], |
| 934 ], | 937 ], |
| 935 }, | 938 }, |
| 936 ], | 939 ], |
| 937 }], | 940 }], |
| 938 ], | 941 ], |
| 939 } | 942 } |
| OLD | NEW |