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

Side by Side Diff: build/all.gyp

Issue 6246027: Move src/gfx/ to src/ui/gfx... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « app/app_base.gypi ('k') | chrome/chrome.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', 14 '../chrome/browser/sync/tools/sync_tools.gyp:*',
15 '../chrome/chrome.gyp:*', 15 '../chrome/chrome.gyp:*',
16 '../gfx/gfx.gyp:*', 16 '../ui/gfx/gfx.gyp:*',
17 '../gpu/gpu.gyp:*', 17 '../gpu/gpu.gyp:*',
18 '../gpu/demos/demos.gyp:*', 18 '../gpu/demos/demos.gyp:*',
19 '../ipc/ipc.gyp:*', 19 '../ipc/ipc.gyp:*',
20 '../jingle/jingle.gyp:*', 20 '../jingle/jingle.gyp:*',
21 '../media/media.gyp:*', 21 '../media/media.gyp:*',
22 '../net/net.gyp:*', 22 '../net/net.gyp:*',
23 '../ppapi/ppapi.gyp:*', 23 '../ppapi/ppapi.gyp:*',
24 '../printing/printing.gyp:*', 24 '../printing/printing.gyp:*',
25 '../sdch/sdch.gyp:*', 25 '../sdch/sdch.gyp:*',
26 '../skia/skia.gyp:*', 26 '../skia/skia.gyp:*',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 '../base/base.gyp:base_unittests', 150 '../base/base.gyp:base_unittests',
151 '../chrome/chrome.gyp:browser_tests', 151 '../chrome/chrome.gyp:browser_tests',
152 '../chrome/chrome.gyp:interactive_ui_tests', 152 '../chrome/chrome.gyp:interactive_ui_tests',
153 '../chrome/chrome.gyp:nacl_ui_tests', 153 '../chrome/chrome.gyp:nacl_ui_tests',
154 '../chrome/chrome.gyp:nacl_sandbox_tests', 154 '../chrome/chrome.gyp:nacl_sandbox_tests',
155 '../chrome/chrome.gyp:safe_browsing_tests', 155 '../chrome/chrome.gyp:safe_browsing_tests',
156 '../chrome/chrome.gyp:sync_integration_tests', 156 '../chrome/chrome.gyp:sync_integration_tests',
157 '../chrome/chrome.gyp:sync_unit_tests', 157 '../chrome/chrome.gyp:sync_unit_tests',
158 '../chrome/chrome.gyp:ui_tests', 158 '../chrome/chrome.gyp:ui_tests',
159 '../chrome/chrome.gyp:unit_tests', 159 '../chrome/chrome.gyp:unit_tests',
160 '../gfx/gfx.gyp:gfx_unittests', 160 '../ui/gfx/gfx.gyp:gfx_unittests',
161 '../gpu/gpu.gyp:gpu_unittests', 161 '../gpu/gpu.gyp:gpu_unittests',
162 '../ipc/ipc.gyp:ipc_tests', 162 '../ipc/ipc.gyp:ipc_tests',
163 '../jingle/jingle.gyp:notifier_unit_tests', 163 '../jingle/jingle.gyp:notifier_unit_tests',
164 '../media/media.gyp:media_unittests', 164 '../media/media.gyp:media_unittests',
165 '../net/net.gyp:net_unittests', 165 '../net/net.gyp:net_unittests',
166 '../printing/printing.gyp:printing_unittests', 166 '../printing/printing.gyp:printing_unittests',
167 '../remoting/remoting.gyp:remoting_unittests', 167 '../remoting/remoting.gyp:remoting_unittests',
168 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 168 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
169 'temp_gyp/googleurl.gyp:googleurl_unittests', 169 'temp_gyp/googleurl.gyp:googleurl_unittests',
170 ], 170 ],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '../app/app.gyp:app_unittests', 241 '../app/app.gyp:app_unittests',
242 '../chrome/chrome.gyp:browser_tests', 242 '../chrome/chrome.gyp:browser_tests',
243 '../chrome/chrome.gyp:interactive_ui_tests', 243 '../chrome/chrome.gyp:interactive_ui_tests',
244 '../chrome/chrome.gyp:nacl_ui_tests', 244 '../chrome/chrome.gyp:nacl_ui_tests',
245 '../chrome/chrome.gyp:nacl_sandbox_tests', 245 '../chrome/chrome.gyp:nacl_sandbox_tests',
246 '../chrome/chrome.gyp:safe_browsing_tests', 246 '../chrome/chrome.gyp:safe_browsing_tests',
247 '../chrome/chrome.gyp:sync_integration_tests', 247 '../chrome/chrome.gyp:sync_integration_tests',
248 '../chrome/chrome.gyp:sync_unit_tests', 248 '../chrome/chrome.gyp:sync_unit_tests',
249 '../chrome/chrome.gyp:ui_tests', 249 '../chrome/chrome.gyp:ui_tests',
250 '../chrome/chrome.gyp:unit_tests', 250 '../chrome/chrome.gyp:unit_tests',
251 '../gfx/gfx.gyp:gfx_unittests', 251 '../ui/gfx/gfx.gyp:gfx_unittests',
252 '../gpu/gpu.gyp:gpu_unittests', 252 '../gpu/gpu.gyp:gpu_unittests',
253 '../ipc/ipc.gyp:ipc_tests', 253 '../ipc/ipc.gyp:ipc_tests',
254 '../jingle/jingle.gyp:notifier_unit_tests', 254 '../jingle/jingle.gyp:notifier_unit_tests',
255 '../media/media.gyp:media_unittests', 255 '../media/media.gyp:media_unittests',
256 '../printing/printing.gyp:printing_unittests', 256 '../printing/printing.gyp:printing_unittests',
257 '../remoting/remoting.gyp:remoting_unittests', 257 '../remoting/remoting.gyp:remoting_unittests',
258 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 258 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
259 'temp_gyp/googleurl.gyp:googleurl_unittests', 259 'temp_gyp/googleurl.gyp:googleurl_unittests',
260 ], 260 ],
261 }, 261 },
262 { 262 {
263 'target_name': 'chromium_builder_rel', 263 'target_name': 'chromium_builder_rel',
264 'type': 'none', 264 'type': 'none',
265 'dependencies': [ 265 'dependencies': [
266 '../app/app.gyp:app_unittests', 266 '../app/app.gyp:app_unittests',
267 '../chrome/chrome.gyp:browser_tests', 267 '../chrome/chrome.gyp:browser_tests',
268 '../chrome/chrome.gyp:memory_test', 268 '../chrome/chrome.gyp:memory_test',
269 '../chrome/chrome.gyp:nacl_ui_tests', 269 '../chrome/chrome.gyp:nacl_ui_tests',
270 '../chrome/chrome.gyp:nacl_sandbox_tests', 270 '../chrome/chrome.gyp:nacl_sandbox_tests',
271 '../chrome/chrome.gyp:page_cycler_tests', 271 '../chrome/chrome.gyp:page_cycler_tests',
272 '../chrome/chrome.gyp:plugin_tests', 272 '../chrome/chrome.gyp:plugin_tests',
273 '../chrome/chrome.gyp:safe_browsing_tests', 273 '../chrome/chrome.gyp:safe_browsing_tests',
274 '../chrome/chrome.gyp:startup_tests', 274 '../chrome/chrome.gyp:startup_tests',
275 '../chrome/chrome.gyp:sync_integration_tests', 275 '../chrome/chrome.gyp:sync_integration_tests',
276 '../chrome/chrome.gyp:sync_unit_tests', 276 '../chrome/chrome.gyp:sync_unit_tests',
277 '../chrome/chrome.gyp:tab_switching_test', 277 '../chrome/chrome.gyp:tab_switching_test',
278 '../chrome/chrome.gyp:ui_tests', 278 '../chrome/chrome.gyp:ui_tests',
279 '../chrome/chrome.gyp:unit_tests', 279 '../chrome/chrome.gyp:unit_tests',
280 '../chrome/chrome.gyp:url_fetch_test', 280 '../chrome/chrome.gyp:url_fetch_test',
281 '../gfx/gfx.gyp:gfx_unittests', 281 '../ui/gfx/gfx.gyp:gfx_unittests',
282 '../gpu/gpu.gyp:gpu_unittests', 282 '../gpu/gpu.gyp:gpu_unittests',
283 '../ipc/ipc.gyp:ipc_tests', 283 '../ipc/ipc.gyp:ipc_tests',
284 '../jingle/jingle.gyp:notifier_unit_tests', 284 '../jingle/jingle.gyp:notifier_unit_tests',
285 '../media/media.gyp:media_unittests', 285 '../media/media.gyp:media_unittests',
286 '../printing/printing.gyp:printing_unittests', 286 '../printing/printing.gyp:printing_unittests',
287 '../remoting/remoting.gyp:remoting_unittests', 287 '../remoting/remoting.gyp:remoting_unittests',
288 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 288 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
289 'temp_gyp/googleurl.gyp:googleurl_unittests', 289 'temp_gyp/googleurl.gyp:googleurl_unittests',
290 ], 290 ],
291 }, 291 },
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 # mini_installer_tests depends on mini_installer. This should be 356 # mini_installer_tests depends on mini_installer. This should be
357 # defined in installer.gyp. 357 # defined in installer.gyp.
358 '../chrome/installer/mini_installer.gyp:mini_installer', 358 '../chrome/installer/mini_installer.gyp:mini_installer',
359 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 359 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
360 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 360 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
361 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 361 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
362 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 362 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
363 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 363 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
364 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 364 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
365 '../courgette/courgette.gyp:courgette_unittests', 365 '../courgette/courgette.gyp:courgette_unittests',
366 '../gfx/gfx.gyp:gfx_unittests', 366 '../ui/gfx/gfx.gyp:gfx_unittests',
367 '../gpu/gpu.gyp:gpu_unittests', 367 '../gpu/gpu.gyp:gpu_unittests',
368 '../ipc/ipc.gyp:ipc_tests', 368 '../ipc/ipc.gyp:ipc_tests',
369 '../jingle/jingle.gyp:notifier_unit_tests', 369 '../jingle/jingle.gyp:notifier_unit_tests',
370 '../media/media.gyp:media_unittests', 370 '../media/media.gyp:media_unittests',
371 '../printing/printing.gyp:printing_unittests', 371 '../printing/printing.gyp:printing_unittests',
372 '../remoting/remoting.gyp:remoting_unittests', 372 '../remoting/remoting.gyp:remoting_unittests',
373 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 373 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
374 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 374 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn',
375 '../views/views.gyp:views_unittests', 375 '../views/views.gyp:views_unittests',
376 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 376 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 '../chrome/chrome.gyp:interactive_ui_tests', 456 '../chrome/chrome.gyp:interactive_ui_tests',
457 '../chrome/chrome.gyp:memory_test', 457 '../chrome/chrome.gyp:memory_test',
458 '../chrome/chrome.gyp:page_cycler_tests', 458 '../chrome/chrome.gyp:page_cycler_tests',
459 '../chrome/chrome.gyp:safe_browsing_tests', 459 '../chrome/chrome.gyp:safe_browsing_tests',
460 '../chrome/chrome.gyp:startup_tests', 460 '../chrome/chrome.gyp:startup_tests',
461 '../chrome/chrome.gyp:sync_unit_tests', 461 '../chrome/chrome.gyp:sync_unit_tests',
462 '../chrome/chrome.gyp:tab_switching_test', 462 '../chrome/chrome.gyp:tab_switching_test',
463 '../chrome/chrome.gyp:ui_tests', 463 '../chrome/chrome.gyp:ui_tests',
464 '../chrome/chrome.gyp:unit_tests', 464 '../chrome/chrome.gyp:unit_tests',
465 '../chrome/chrome.gyp:url_fetch_test', 465 '../chrome/chrome.gyp:url_fetch_test',
466 '../gfx/gfx.gyp:gfx_unittests', 466 '../ui/gfx/gfx.gyp:gfx_unittests',
467 '../ipc/ipc.gyp:ipc_tests', 467 '../ipc/ipc.gyp:ipc_tests',
468 '../jingle/jingle.gyp:notifier_unit_tests', 468 '../jingle/jingle.gyp:notifier_unit_tests',
469 '../media/media.gyp:ffmpeg_tests', 469 '../media/media.gyp:ffmpeg_tests',
470 '../media/media.gyp:media_unittests', 470 '../media/media.gyp:media_unittests',
471 '../media/media.gyp:omx_test', 471 '../media/media.gyp:omx_test',
472 '../net/net.gyp:net_unittests', 472 '../net/net.gyp:net_unittests',
473 '../printing/printing.gyp:printing_unittests', 473 '../printing/printing.gyp:printing_unittests',
474 '../remoting/remoting.gyp:remoting_unittests', 474 '../remoting/remoting.gyp:remoting_unittests',
475 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 475 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
476 '../views/views.gyp:views_unittests', 476 '../views/views.gyp:views_unittests',
477 'temp_gyp/googleurl.gyp:googleurl_unittests', 477 'temp_gyp/googleurl.gyp:googleurl_unittests',
478 ], 478 ],
479 }, 479 },
480 ], # targets 480 ], # targets
481 }], # "chromeos==1" 481 }], # "chromeos==1"
482 ], # conditions 482 ], # conditions
483 } 483 }
484 484
485 # Local Variables: 485 # Local Variables:
486 # tab-width:2 486 # tab-width:2
487 # indent-tabs-mode:nil 487 # indent-tabs-mode:nil
488 # End: 488 # End:
489 # vim: set expandtab tabstop=2 shiftwidth=2: 489 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/app_base.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698