OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 29 matching lines...) Expand all Loading... |
40 }, | 40 }, |
41 ], | 41 ], |
42 'includes': [ '../../build/grit_target.gypi' ], | 42 'includes': [ '../../build/grit_target.gypi' ], |
43 }, # target_name: ui_chromeos_strings | 43 }, # target_name: ui_chromeos_strings |
44 { | 44 { |
45 'target_name': 'ui_chromeos', | 45 'target_name': 'ui_chromeos', |
46 'type': '<(component)', | 46 'type': '<(component)', |
47 'dependencies': [ | 47 'dependencies': [ |
48 '../../base/base.gyp:base', | 48 '../../base/base.gyp:base', |
49 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 49 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 50 '../../chromeos/chromeos.gyp:chromeos', |
50 '../../chromeos/chromeos.gyp:power_manager_proto', | 51 '../../chromeos/chromeos.gyp:power_manager_proto', |
51 '../../skia/skia.gyp:skia', | 52 '../../skia/skia.gyp:skia', |
52 '../aura/aura.gyp:aura', | 53 '../aura/aura.gyp:aura', |
| 54 '../base/ui_base.gyp:ui_base', |
53 '../events/events.gyp:events', | 55 '../events/events.gyp:events', |
54 '../events/events.gyp:gesture_detection', | 56 '../events/events.gyp:gesture_detection', |
| 57 '../gfx/gfx.gyp:gfx', |
| 58 '../gfx/gfx.gyp:gfx_geometry', |
55 '../message_center/message_center.gyp:message_center', | 59 '../message_center/message_center.gyp:message_center', |
56 '../views/views.gyp:views', | 60 '../views/views.gyp:views', |
57 '../wm/wm.gyp:wm', | 61 '../wm/wm.gyp:wm', |
58 'ui_chromeos_resources', | 62 'ui_chromeos_resources', |
59 'ui_chromeos_strings', | 63 'ui_chromeos_strings', |
60 ], | 64 ], |
61 'defines': [ | 65 'defines': [ |
62 'UI_CHROMEOS_IMPLEMENTATION', | 66 'UI_CHROMEOS_IMPLEMENTATION', |
63 ], | 67 ], |
64 'sources': [ | 68 'sources': [ |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 '../chromeos/ime/candidate_window_view_unittest.cc', | 120 '../chromeos/ime/candidate_window_view_unittest.cc', |
117 '../chromeos/ime/input_method_menu_item_unittest.cc', | 121 '../chromeos/ime/input_method_menu_item_unittest.cc', |
118 '../chromeos/ime/input_method_menu_manager_unittest.cc', | 122 '../chromeos/ime/input_method_menu_manager_unittest.cc', |
119 '../chromeos/network/network_state_notifier_unittest.cc', | 123 '../chromeos/network/network_state_notifier_unittest.cc', |
120 '../chromeos/touch_exploration_controller_unittest.cc', | 124 '../chromeos/touch_exploration_controller_unittest.cc', |
121 'run_all_unittests.cc', | 125 'run_all_unittests.cc', |
122 ], | 126 ], |
123 }, # target_name: ui_chromeos_unittests | 127 }, # target_name: ui_chromeos_unittests |
124 ], | 128 ], |
125 } | 129 } |
OLD | NEW |