Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Side by Side Diff: ash/ash.gyp

Issue 9034017: Move the gyp file to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « WATCHLISTS ('k') | build/all.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'aura_shell', 12 'target_name': 'ash',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../../base/base.gyp:base_i18n', 16 '../base/base.gyp:base_i18n',
17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
18 '../../build/temp_gyp/googleurl.gyp:googleurl', 18 '../build/temp_gyp/googleurl.gyp:googleurl',
19 '../../net/net.gyp:net', 19 '../net/net.gyp:net',
20 '../../skia/skia.gyp:skia', 20 '../skia/skia.gyp:skia',
21 '../../third_party/icu/icu.gyp:icui18n', 21 '../third_party/icu/icu.gyp:icui18n',
22 '../../third_party/icu/icu.gyp:icuuc', 22 '../third_party/icu/icu.gyp:icuuc',
23 '../aura/aura.gyp:aura', 23 '../ui/aura/aura.gyp:aura',
24 '../base/strings/ui_strings.gyp:ui_strings', 24 '../ui/base/strings/ui_strings.gyp:ui_strings',
25 '../gfx/compositor/compositor.gyp:compositor', 25 '../ui/gfx/compositor/compositor.gyp:compositor',
26 '../ui.gyp:ui', 26 '../ui/ui.gyp:ui',
27 '../ui.gyp:ui_resources', 27 '../ui/ui.gyp:ui_resources',
28 '../ui.gyp:ui_resources_standard', 28 '../ui/ui.gyp:ui_resources_standard',
29 '../views/views.gyp:views', 29 '../ui/views/views.gyp:views',
30 ], 30 ],
31 'defines': [ 31 'defines': [
32 'AURA_SHELL_IMPLEMENTATION', 32 'ASH_IMPLEMENTATION',
33 ], 33 ],
34 'sources': [ 34 'sources': [
35 # All .cc, .h under views, except unittests 35 # All .cc, .h under ash, except unittests
36 '../../ash/ash_switches.cc', 36 'accelerators/accelerator_controller.cc',
37 '../../ash/ash_switches.h', 37 'accelerators/accelerator_controller.h',
38 '../../ash/shell.cc', 38 'accelerators/accelerator_filter.cc',
39 '../../ash/shell.h', 39 'accelerators/accelerator_filter.h',
40 '../../ash/shell_delegate.h', 40 'app_list/app_list.cc',
41 '../../ash/shell_factory.h', 41 'app_list/app_list.h',
42 '../../ash/shell_window_ids.h', 42 'app_list/app_list_groups_view.cc',
43 '../../ash/accelerators/accelerator_controller.cc', 43 'app_list/app_list_groups_view.h',
44 '../../ash/accelerators/accelerator_controller.h', 44 'app_list/app_list_item_group_model.cc',
45 '../../ash/accelerators/accelerator_filter.cc', 45 'app_list/app_list_item_group_model.h',
46 '../../ash/accelerators/accelerator_filter.h', 46 'app_list/app_list_item_group_view.cc',
47 '../../ash/app_list/app_list.cc', 47 'app_list/app_list_item_group_view.h',
48 '../../ash/app_list/app_list.h', 48 'app_list/app_list_item_model.cc',
49 '../../ash/app_list/app_list_groups_view.cc', 49 'app_list/app_list_item_model.h',
50 '../../ash/app_list/app_list_groups_view.h', 50 'app_list/app_list_item_model_observer.h',
51 '../../ash/app_list/app_list_item_group_model.cc', 51 'app_list/app_list_item_view.cc',
52 '../../ash/app_list/app_list_item_group_model.h', 52 'app_list/app_list_item_view.h',
53 '../../ash/app_list/app_list_item_group_view.cc', 53 'app_list/app_list_item_view_listener.h',
54 '../../ash/app_list/app_list_item_group_view.h', 54 'app_list/app_list_model.cc',
55 '../../ash/app_list/app_list_item_model.cc', 55 'app_list/app_list_model.h',
56 '../../ash/app_list/app_list_item_model.h', 56 'app_list/app_list_view.cc',
57 '../../ash/app_list/app_list_item_model_observer.h', 57 'app_list/app_list_view.h',
58 '../../ash/app_list/app_list_item_view.cc', 58 'app_list/app_list_view_delegate.h',
59 '../../ash/app_list/app_list_item_view.h', 59 'app_list/drop_shadow_label.cc',
60 '../../ash/app_list/app_list_item_view_listener.h', 60 'app_list/drop_shadow_label.h',
61 '../../ash/app_list/app_list_model.cc', 61 'ash_switches.cc',
62 '../../ash/app_list/app_list_model.h', 62 'ash_switches.h',
63 '../../ash/app_list/app_list_view.cc', 63 'desktop_background/desktop_background_view.cc',
64 '../../ash/app_list/app_list_view.h', 64 'desktop_background/desktop_background_view.h',
65 '../../ash/app_list/app_list_view_delegate.h', 65 'drag_drop/drag_drop_controller.cc',
66 '../../ash/app_list/drop_shadow_label.cc', 66 'drag_drop/drag_drop_controller.h',
67 '../../ash/app_list/drop_shadow_label.h', 67 'drag_drop/drag_image_view.cc',
68 '../../ash/desktop_background/desktop_background_view.cc', 68 'drag_drop/drag_image_view.h',
69 '../../ash/desktop_background/desktop_background_view.h', 69 'launcher/app_launcher_button.cc',
70 '../../ash/drag_drop/drag_drop_controller.cc', 70 'launcher/app_launcher_button.h',
71 '../../ash/drag_drop/drag_drop_controller.h', 71 'launcher/launcher.cc',
72 '../../ash/drag_drop/drag_image_view.cc', 72 'launcher/launcher.h',
73 '../../ash/drag_drop/drag_image_view.h', 73 'launcher/launcher_model.cc',
74 '../../ash/launcher/app_launcher_button.cc', 74 'launcher/launcher_model.h',
75 '../../ash/launcher/app_launcher_button.h', 75 'launcher/launcher_model_observer.h',
76 '../../ash/launcher/launcher.cc', 76 'launcher/launcher_types.h',
77 '../../ash/launcher/launcher.h', 77 'launcher/launcher_view.cc',
78 '../../ash/launcher/launcher_model.cc', 78 'launcher/launcher_view.h',
79 '../../ash/launcher/launcher_model.h', 79 'launcher/tabbed_launcher_button.cc',
80 '../../ash/launcher/launcher_model_observer.h', 80 'launcher/tabbed_launcher_button.h',
81 '../../ash/launcher/launcher_types.h', 81 'launcher/view_model.cc',
82 '../../ash/launcher/launcher_view.cc', 82 'launcher/view_model.h',
83 '../../ash/launcher/launcher_view.h', 83 'launcher/view_model_utils.cc',
84 '../../ash/launcher/tabbed_launcher_button.cc', 84 'launcher/view_model_utils.h',
85 '../../ash/launcher/tabbed_launcher_button.h', 85 'shell.cc',
86 '../../ash/launcher/view_model.cc', 86 'shell.h',
87 '../../ash/launcher/view_model.h', 87 'shell_delegate.h',
88 '../../ash/launcher/view_model_utils.cc', 88 'shell_factory.h',
89 '../../ash/launcher/view_model_utils.h', 89 'shell_window_ids.h',
90 '../../ash/status_area/status_area_view.cc', 90 'status_area/status_area_view.cc',
91 '../../ash/status_area/status_area_view.h', 91 'status_area/status_area_view.h',
92 '../../ash/tooltips/tooltip_controller.cc', 92 'tooltips/tooltip_controller.cc',
93 '../../ash/tooltips/tooltip_controller.h', 93 'tooltips/tooltip_controller.h',
94 '../../ash/wm/activation_controller.cc', 94 'wm/activation_controller.cc',
95 '../../ash/wm/activation_controller.h', 95 'wm/activation_controller.h',
96 '../../ash/wm/always_on_top_controller.cc', 96 'wm/always_on_top_controller.cc',
97 '../../ash/wm/always_on_top_controller.h', 97 'wm/always_on_top_controller.h',
98 '../../ash/wm/compact_layout_manager.cc', 98 'wm/compact_layout_manager.cc',
99 '../../ash/wm/compact_layout_manager.h', 99 'wm/compact_layout_manager.h',
100 '../../ash/wm/compact_status_area_layout_manager.cc', 100 'wm/compact_status_area_layout_manager.cc',
101 '../../ash/wm/compact_status_area_layout_manager.h', 101 'wm/compact_status_area_layout_manager.h',
102 '../../ash/wm/default_container_event_filter.cc', 102 'wm/default_container_event_filter.cc',
103 '../../ash/wm/default_container_event_filter.h', 103 'wm/default_container_event_filter.h',
104 '../../ash/wm/default_container_layout_manager.cc', 104 'wm/default_container_layout_manager.cc',
105 '../../ash/wm/default_container_layout_manager.h', 105 'wm/default_container_layout_manager.h',
106 '../../ash/wm/image_grid.cc', 106 'wm/image_grid.cc',
107 '../../ash/wm/image_grid.h', 107 'wm/image_grid.h',
108 '../../ash/wm/modal_container_layout_manager.cc', 108 'wm/modal_container_layout_manager.cc',
109 '../../ash/wm/modal_container_layout_manager.h', 109 'wm/modal_container_layout_manager.h',
110 '../../ash/wm/modality_event_filter.cc', 110 'wm/modality_event_filter.cc',
111 '../../ash/wm/modality_event_filter.h', 111 'wm/modality_event_filter.h',
112 '../../ash/wm/modality_event_filter_delegate.h', 112 'wm/modality_event_filter_delegate.h',
113 '../../ash/wm/property_util.cc', 113 'wm/property_util.cc',
114 '../../ash/wm/property_util.h', 114 'wm/property_util.h',
115 '../../ash/wm/root_window_event_filter.cc', 115 'wm/root_window_event_filter.cc',
116 '../../ash/wm/root_window_event_filter.h', 116 'wm/root_window_event_filter.h',
117 '../../ash/wm/root_window_layout_manager.cc', 117 'wm/root_window_layout_manager.cc',
118 '../../ash/wm/root_window_layout_manager.h', 118 'wm/root_window_layout_manager.h',
119 '../../ash/wm/shadow.cc', 119 'wm/shadow.cc',
120 '../../ash/wm/shadow.h', 120 'wm/shadow.h',
121 '../../ash/wm/shadow_controller.cc', 121 'wm/shadow_controller.cc',
122 '../../ash/wm/shadow_controller.h', 122 'wm/shadow_controller.h',
123 '../../ash/wm/shadow_types.cc', 123 'wm/shadow_types.cc',
124 '../../ash/wm/shadow_types.h', 124 'wm/shadow_types.h',
125 '../../ash/wm/shelf_layout_manager.cc', 125 'wm/shelf_layout_manager.cc',
126 '../../ash/wm/shelf_layout_manager.h', 126 'wm/shelf_layout_manager.h',
127 '../../ash/wm/show_state_controller.h', 127 'wm/show_state_controller.h',
128 '../../ash/wm/show_state_controller.cc', 128 'wm/show_state_controller.cc',
129 '../../ash/wm/stacking_controller.cc', 129 'wm/stacking_controller.cc',
130 '../../ash/wm/stacking_controller.h', 130 'wm/stacking_controller.h',
131 '../../ash/wm/status_area_layout_manager.cc', 131 'wm/status_area_layout_manager.cc',
132 '../../ash/wm/status_area_layout_manager.h', 132 'wm/status_area_layout_manager.h',
133 '../../ash/wm/toplevel_frame_view.cc', 133 'wm/toplevel_frame_view.cc',
134 '../../ash/wm/toplevel_frame_view.h', 134 'wm/toplevel_frame_view.h',
135 '../../ash/wm/toplevel_layout_manager.cc', 135 'wm/toplevel_layout_manager.cc',
136 '../../ash/wm/toplevel_layout_manager.h', 136 'wm/toplevel_layout_manager.h',
137 '../../ash/wm/toplevel_window_event_filter.cc', 137 'wm/toplevel_window_event_filter.cc',
138 '../../ash/wm/toplevel_window_event_filter.h', 138 'wm/toplevel_window_event_filter.h',
139 '../../ash/wm/window_frame.cc', 139 'wm/window_frame.cc',
140 '../../ash/wm/window_frame.h', 140 'wm/window_frame.h',
141 '../../ash/wm/window_properties.cc', 141 'wm/window_properties.cc',
142 '../../ash/wm/window_properties.h', 142 'wm/window_properties.h',
143 '../../ash/wm/window_util.cc', 143 'wm/window_util.cc',
144 '../../ash/wm/window_util.h', 144 'wm/window_util.h',
145 '../../ash/wm/workspace_controller.cc', 145 'wm/workspace_controller.cc',
146 '../../ash/wm/workspace_controller.h', 146 'wm/workspace_controller.h',
147 '../../ash/wm/workspace/workspace.cc', 147 'wm/workspace/workspace.cc',
148 '../../ash/wm/workspace/workspace.h', 148 'wm/workspace/workspace.h',
149 '../../ash/wm/workspace/workspace_manager.cc', 149 'wm/workspace/workspace_manager.cc',
150 '../../ash/wm/workspace/workspace_manager.h', 150 'wm/workspace/workspace_manager.h',
151 '../../ash/wm/workspace/workspace_observer.h', 151 'wm/workspace/workspace_observer.h',
152 ], 152 ],
153 }, 153 },
154 { 154 {
155 'target_name': 'aura_shell_unittests', 155 'target_name': 'aura_shell_unittests',
156 'type': 'executable', 156 'type': 'executable',
157 'dependencies': [ 157 'dependencies': [
158 '../../base/base.gyp:base', 158 '../base/base.gyp:base',
159 '../../base/base.gyp:test_support_base', 159 '../base/base.gyp:test_support_base',
160 '../../chrome/chrome_resources.gyp:packed_resources', 160 '../chrome/chrome_resources.gyp:packed_resources',
161 '../../build/temp_gyp/googleurl.gyp:googleurl', 161 '../build/temp_gyp/googleurl.gyp:googleurl',
162 '../../skia/skia.gyp:skia', 162 '../skia/skia.gyp:skia',
163 '../../testing/gtest.gyp:gtest', 163 '../testing/gtest.gyp:gtest',
164 '../../third_party/icu/icu.gyp:icui18n', 164 '../third_party/icu/icu.gyp:icui18n',
165 '../../third_party/icu/icu.gyp:icuuc', 165 '../third_party/icu/icu.gyp:icuuc',
166 '../aura/aura.gyp:aura', 166 '../ui/aura/aura.gyp:aura',
167 '../aura/aura.gyp:test_support_aura', 167 '../ui/aura/aura.gyp:test_support_aura',
168 '../gfx/compositor/compositor.gyp:compositor_test_support', 168 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
169 '../ui.gyp:gfx_resources', 169 '../ui/ui.gyp:gfx_resources',
170 '../ui.gyp:ui', 170 '../ui/ui.gyp:ui',
171 '../ui.gyp:ui_resources', 171 '../ui/ui.gyp:ui_resources',
172 '../ui.gyp:ui_resources_standard', 172 '../ui/ui.gyp:ui_resources_standard',
173 '../views/views.gyp:views', 173 '../ui/views/views.gyp:views',
174 'aura_shell', 174 'ash',
175 ], 175 ],
176 'sources': [ 176 'sources': [
177 '../../ash/accelerators/accelerator_controller_unittest.cc', 177 'accelerators/accelerator_controller_unittest.cc',
178 '../../ash/drag_drop/drag_drop_controller_unittest.cc', 178 'drag_drop/drag_drop_controller_unittest.cc',
179 '../../ash/launcher/launcher_model_unittest.cc', 179 'launcher/launcher_model_unittest.cc',
180 '../../ash/launcher/launcher_unittest.cc', 180 'launcher/launcher_unittest.cc',
181 '../../ash/launcher/view_model_unittest.cc', 181 'launcher/view_model_unittest.cc',
182 '../../ash/launcher/view_model_utils_unittest.cc', 182 'launcher/view_model_utils_unittest.cc',
183 '../../ash/shell_unittest.cc', 183 'shell_unittest.cc',
184 '../../ash/test/ash_unittests.cc', 184 'test/ash_unittests.cc',
185 '../../ash/test/aura_shell_test_base.cc', 185 'test/aura_shell_test_base.cc',
186 '../../ash/test/aura_shell_test_base.h', 186 'test/aura_shell_test_base.h',
187 '../../ash/test/test_activation_delegate.cc', 187 'test/test_activation_delegate.cc',
188 '../../ash/test/test_activation_delegate.h', 188 'test/test_activation_delegate.h',
189 '../../ash/test/test_shell_delegate.cc', 189 'test/test_shell_delegate.cc',
190 '../../ash/test/test_shell_delegate.h', 190 'test/test_shell_delegate.h',
191 '../../ash/test/test_suite.cc', 191 'test/test_suite.cc',
192 '../../ash/test/test_suite.h', 192 'test/test_suite.h',
193 '../../ash/tooltips/tooltip_controller_unittest.cc', 193 'tooltips/tooltip_controller_unittest.cc',
194 '../../ash/wm/activation_controller_unittest.cc', 194 'wm/activation_controller_unittest.cc',
195 '../../ash/wm/default_container_layout_manager_unittest.cc', 195 'wm/default_container_layout_manager_unittest.cc',
196 '../../ash/wm/image_grid_unittest.cc', 196 'wm/image_grid_unittest.cc',
197 '../../ash/wm/modal_container_layout_manager_unittest.cc', 197 'wm/modal_container_layout_manager_unittest.cc',
198 '../../ash/wm/root_window_event_filter_unittest.cc', 198 'wm/root_window_event_filter_unittest.cc',
199 '../../ash/wm/shadow_controller_unittest.cc', 199 'wm/shadow_controller_unittest.cc',
200 '../../ash/wm/shelf_layout_manager_unittest.cc', 200 'wm/shelf_layout_manager_unittest.cc',
201 '../../ash/wm/toplevel_layout_manager_unittest.cc', 201 'wm/toplevel_layout_manager_unittest.cc',
202 '../../ash/wm/toplevel_window_event_filter_unittest.cc', 202 'wm/toplevel_window_event_filter_unittest.cc',
203 '../../ash/wm/workspace_controller_unittest.cc', 203 'wm/workspace_controller_unittest.cc',
204 '../../ash/wm/workspace/workspace_manager_unittest.cc', 204 'wm/workspace/workspace_manager_unittest.cc',
205 205
206 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 206 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
208 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 208 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
209 ], 209 ],
210 'conditions': [ 210 'conditions': [
211 ['use_webkit_compositor==1', { 211 ['use_webkit_compositor==1', {
212 'dependencies': [ 212 'dependencies': [
213 '../gfx/compositor/compositor.gyp:compositor', 213 '../ui/gfx/compositor/compositor.gyp:compositor',
214 ], 214 ],
215 }, { # use_webkit_compositor!=1 215 }, { # use_webkit_compositor!=1
216 'dependencies': [ 216 'dependencies': [
217 '../gfx/compositor/compositor.gyp:test_compositor', 217 '../ui/gfx/compositor/compositor.gyp:test_compositor',
218 ], 218 ],
219 }], 219 }],
220 ], 220 ],
221 }, 221 },
222 { 222 {
223 'target_name': 'aura_shell_exe', 223 'target_name': 'ash_shell',
224 'type': 'executable', 224 'type': 'executable',
225 'dependencies': [ 225 'dependencies': [
226 '../../base/base.gyp:base', 226 '../base/base.gyp:base',
227 '../../base/base.gyp:base_i18n', 227 '../base/base.gyp:base_i18n',
228 '../../chrome/chrome_resources.gyp:packed_resources', 228 '../chrome/chrome_resources.gyp:packed_resources',
229 '../../skia/skia.gyp:skia', 229 '../skia/skia.gyp:skia',
230 '../../third_party/icu/icu.gyp:icui18n', 230 '../third_party/icu/icu.gyp:icui18n',
231 '../../third_party/icu/icu.gyp:icuuc', 231 '../third_party/icu/icu.gyp:icuuc',
232 '../aura/aura.gyp:aura', 232 '../ui/aura/aura.gyp:aura',
233 '../gfx/compositor/compositor.gyp:compositor', 233 '../ui/gfx/compositor/compositor.gyp:compositor',
234 '../gfx/compositor/compositor.gyp:compositor_test_support', 234 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
235 '../ui.gyp:gfx_resources', 235 '../ui/ui.gyp:gfx_resources',
236 '../ui.gyp:ui', 236 '../ui/ui.gyp:ui',
237 '../ui.gyp:ui_resources', 237 '../ui/ui.gyp:ui_resources',
238 '../ui.gyp:ui_resources_standard', 238 '../ui/ui.gyp:ui_resources_standard',
239 '../views/views.gyp:views', 239 '../ui/views/views.gyp:views',
240 '../views/views.gyp:views_examples_lib', 240 '../ui/views/views.gyp:views_examples_lib',
241 'aura_shell', 241 'ash',
242 ], 242 ],
243 'sources': [ 243 'sources': [
244 '../../ash/shell/app_list.cc', 244 'shell/app_list.cc',
245 '../../ash/shell/bubble.cc', 245 'shell/bubble.cc',
246 '../../ash/shell/example_factory.h', 246 'shell/example_factory.h',
247 '../../ash/shell/lock_view.cc', 247 'shell/lock_view.cc',
248 '../../ash/shell/shell_main.cc', 248 'shell/shell_main.cc',
249 '../../ash/shell/toplevel_window.cc', 249 'shell/toplevel_window.cc',
250 '../../ash/shell/toplevel_window.h', 250 'shell/toplevel_window.h',
251 '../../ash/shell/widgets.cc', 251 'shell/widgets.cc',
252 '../../ash/shell/window_type_launcher.cc', 252 'shell/window_type_launcher.cc',
253 '../../ash/shell/window_type_launcher.h', 253 'shell/window_type_launcher.h',
254 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 254 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
255 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 255 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
256 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 256 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
257 '../views/test/test_views_delegate.cc', 257 '../ui/views/test/test_views_delegate.cc',
258 ], 258 ],
259 }, 259 },
260 ], 260 ],
261 } 261 }
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698