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

Side by Side Diff: ui/aura/aura.gyp

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 months 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 | « ui/app_list/app_list.gyp ('k') | ui/base/ui_base.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 {
11 'target_name': 'aura', 11 'target_name': 'aura',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../gpu/gpu.gyp:gpu', 17 '../../gpu/gpu.gyp:gpu',
18 '../../skia/skia.gyp:skia', 18 '../../skia/skia.gyp:skia',
19 '../base/ui_base.gyp:ui_base',
19 '../compositor/compositor.gyp:compositor', 20 '../compositor/compositor.gyp:compositor',
20 '../events/events.gyp:events', 21 '../events/events.gyp:events',
21 '../events/events.gyp:events_base', 22 '../events/events.gyp:events_base',
22 '../gfx/gfx.gyp:gfx', 23 '../gfx/gfx.gyp:gfx',
23 '../gfx/gfx.gyp:gfx_geometry', 24 '../gfx/gfx.gyp:gfx_geometry',
24 '../ui.gyp:ui',
25 ], 25 ],
26 'defines': [ 26 'defines': [
27 'AURA_IMPLEMENTATION', 27 'AURA_IMPLEMENTATION',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'client/activation_change_observer.h', 30 'client/activation_change_observer.h',
31 'client/activation_change_observer.cc', 31 'client/activation_change_observer.cc',
32 'client/activation_client.cc', 32 'client/activation_client.cc',
33 'client/activation_client.h', 33 'client/activation_client.h',
34 'client/activation_delegate.cc', 34 'client/activation_delegate.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ], 139 ],
140 }], 140 }],
141 ], 141 ],
142 }, 142 },
143 { 143 {
144 'target_name': 'aura_test_support', 144 'target_name': 'aura_test_support',
145 'type': 'static_library', 145 'type': 'static_library',
146 'dependencies': [ 146 'dependencies': [
147 '../../skia/skia.gyp:skia', 147 '../../skia/skia.gyp:skia',
148 '../../testing/gtest.gyp:gtest', 148 '../../testing/gtest.gyp:gtest',
149 '../base/ui_base.gyp:ui_base',
149 '../compositor/compositor.gyp:compositor_test_support', 150 '../compositor/compositor.gyp:compositor_test_support',
150 '../events/events.gyp:events', 151 '../events/events.gyp:events',
151 '../events/events.gyp:events_base', 152 '../events/events.gyp:events_base',
152 '../events/events.gyp:events_test_support', 153 '../events/events.gyp:events_test_support',
153 '../gfx/gfx.gyp:gfx', 154 '../gfx/gfx.gyp:gfx',
154 '../gfx/gfx.gyp:gfx_geometry', 155 '../gfx/gfx.gyp:gfx_geometry',
155 '../ui.gyp:ui',
156 '../ui_unittests.gyp:ui_test_support', 156 '../ui_unittests.gyp:ui_test_support',
157 'aura', 157 'aura',
158 ], 158 ],
159 'include_dirs': [ 159 'include_dirs': [
160 '..', 160 '..',
161 ], 161 ],
162 'sources': [ 162 'sources': [
163 'test/aura_test_base.cc', 163 'test/aura_test_base.cc',
164 'test/aura_test_base.h', 164 'test/aura_test_base.h',
165 'test/aura_test_helper.cc', 165 'test/aura_test_helper.cc',
(...skipping 26 matching lines...) Expand all
192 }, 192 },
193 { 193 {
194 'target_name': 'aura_demo', 194 'target_name': 'aura_demo',
195 'type': 'executable', 195 'type': 'executable',
196 'dependencies': [ 196 'dependencies': [
197 '../../base/base.gyp:base', 197 '../../base/base.gyp:base',
198 '../../base/base.gyp:base_i18n', 198 '../../base/base.gyp:base_i18n',
199 '../../skia/skia.gyp:skia', 199 '../../skia/skia.gyp:skia',
200 '../../third_party/icu/icu.gyp:icui18n', 200 '../../third_party/icu/icu.gyp:icui18n',
201 '../../third_party/icu/icu.gyp:icuuc', 201 '../../third_party/icu/icu.gyp:icuuc',
202 '../base/ui_base.gyp:ui_base',
202 '../compositor/compositor.gyp:compositor', 203 '../compositor/compositor.gyp:compositor',
203 '../compositor/compositor.gyp:compositor_test_support', 204 '../compositor/compositor.gyp:compositor_test_support',
204 '../events/events.gyp:events', 205 '../events/events.gyp:events',
205 '../gfx/gfx.gyp:gfx', 206 '../gfx/gfx.gyp:gfx',
206 '../gfx/gfx.gyp:gfx_geometry', 207 '../gfx/gfx.gyp:gfx_geometry',
207 '../ui.gyp:ui',
208 'aura', 208 'aura',
209 'aura_test_support', 209 'aura_test_support',
210 ], 210 ],
211 'include_dirs': [ 211 'include_dirs': [
212 '..', 212 '..',
213 ], 213 ],
214 'sources': [ 214 'sources': [
215 'demo/demo_main.cc', 215 'demo/demo_main.cc',
216 ], 216 ],
217 }, 217 },
218 { 218 {
219 'target_name': 'aura_bench', 219 'target_name': 'aura_bench',
220 'type': 'executable', 220 'type': 'executable',
221 'dependencies': [ 221 'dependencies': [
222 '../../base/base.gyp:base', 222 '../../base/base.gyp:base',
223 '../../base/base.gyp:base_i18n', 223 '../../base/base.gyp:base_i18n',
224 '../../cc/cc.gyp:cc', 224 '../../cc/cc.gyp:cc',
225 '../../skia/skia.gyp:skia', 225 '../../skia/skia.gyp:skia',
226 '../../third_party/icu/icu.gyp:icui18n', 226 '../../third_party/icu/icu.gyp:icui18n',
227 '../../third_party/icu/icu.gyp:icuuc', 227 '../../third_party/icu/icu.gyp:icuuc',
228 '../base/ui_base.gyp:ui_base',
228 '../compositor/compositor.gyp:compositor', 229 '../compositor/compositor.gyp:compositor',
229 '../compositor/compositor.gyp:compositor_test_support', 230 '../compositor/compositor.gyp:compositor_test_support',
230 '../events/events.gyp:events', 231 '../events/events.gyp:events',
231 '../gfx/gfx.gyp:gfx', 232 '../gfx/gfx.gyp:gfx',
232 '../gfx/gfx.gyp:gfx_geometry', 233 '../gfx/gfx.gyp:gfx_geometry',
233 '../ui.gyp:ui',
234 'aura', 234 'aura',
235 'aura_test_support', 235 'aura_test_support',
236 ], 236 ],
237 'include_dirs': [ 237 'include_dirs': [
238 '..', 238 '..',
239 ], 239 ],
240 'sources': [ 240 'sources': [
241 'bench/bench_main.cc', 241 'bench/bench_main.cc',
242 ], 242 ],
243 }, 243 },
244 { 244 {
245 'target_name': 'aura_unittests', 245 'target_name': 'aura_unittests',
246 'type': 'executable', 246 'type': 'executable',
247 'dependencies': [ 247 'dependencies': [
248 '../../base/base.gyp:test_support_base', 248 '../../base/base.gyp:test_support_base',
249 '../../skia/skia.gyp:skia', 249 '../../skia/skia.gyp:skia',
250 '../../testing/gtest.gyp:gtest', 250 '../../testing/gtest.gyp:gtest',
251 '../base/ui_base.gyp:ui_base',
251 '../compositor/compositor.gyp:compositor', 252 '../compositor/compositor.gyp:compositor',
252 '../compositor/compositor.gyp:compositor_test_support', 253 '../compositor/compositor.gyp:compositor_test_support',
253 '../events/events.gyp:events', 254 '../events/events.gyp:events',
254 '../events/events.gyp:events_base', 255 '../events/events.gyp:events_base',
255 '../gfx/gfx.gyp:gfx', 256 '../gfx/gfx.gyp:gfx',
256 '../gfx/gfx.gyp:gfx_geometry', 257 '../gfx/gfx.gyp:gfx_geometry',
257 '../gl/gl.gyp:gl', 258 '../gl/gl.gyp:gl',
258 '../ui.gyp:ui',
259 '../ui_unittests.gyp:ui_test_support', 259 '../ui_unittests.gyp:ui_test_support',
260 'aura_test_support', 260 'aura_test_support',
261 'aura', 261 'aura',
262 ], 262 ],
263 'include_dirs': [ 263 'include_dirs': [
264 '..', 264 '..',
265 ], 265 ],
266 'sources': [ 266 'sources': [
267 'gestures/gesture_recognizer_unittest.cc', 267 'gestures/gesture_recognizer_unittest.cc',
268 'window_tree_host_x11_unittest.cc', 268 'window_tree_host_x11_unittest.cc',
(...skipping 13 matching lines...) Expand all
282 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { 282 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
283 'dependencies': [ 283 'dependencies': [
284 # See http://crbug.com/162998#c4 for why this is needed. 284 # See http://crbug.com/162998#c4 for why this is needed.
285 '../../base/allocator/allocator.gyp:allocator', 285 '../../base/allocator/allocator.gyp:allocator',
286 ], 286 ],
287 }], 287 }],
288 ], 288 ],
289 }, 289 },
290 ], 290 ],
291 } 291 }
OLDNEW
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698