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

Side by Side Diff: build/all.gyp

Issue 6688007: Normalize the top-level ui/ module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chmod gfx_unittests Created 9 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
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 '../ui/gfx/gfx.gyp:*', 16 '../ui/ui.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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '../base/base.gyp:base_unittests', 149 '../base/base.gyp:base_unittests',
150 '../chrome/chrome.gyp:browser_tests', 150 '../chrome/chrome.gyp:browser_tests',
151 '../chrome/chrome.gyp:interactive_ui_tests', 151 '../chrome/chrome.gyp:interactive_ui_tests',
152 '../chrome/chrome.gyp:nacl_ui_tests', 152 '../chrome/chrome.gyp:nacl_ui_tests',
153 '../chrome/chrome.gyp:nacl_sandbox_tests', 153 '../chrome/chrome.gyp:nacl_sandbox_tests',
154 '../chrome/chrome.gyp:safe_browsing_tests', 154 '../chrome/chrome.gyp:safe_browsing_tests',
155 '../chrome/chrome.gyp:sync_integration_tests', 155 '../chrome/chrome.gyp:sync_integration_tests',
156 '../chrome/chrome.gyp:sync_unit_tests', 156 '../chrome/chrome.gyp:sync_unit_tests',
157 '../chrome/chrome.gyp:ui_tests', 157 '../chrome/chrome.gyp:ui_tests',
158 '../chrome/chrome.gyp:unit_tests', 158 '../chrome/chrome.gyp:unit_tests',
159 '../ui/gfx/gfx.gyp:gfx_unittests', 159 '../ui/ui.gyp:gfx_unittests',
160 '../gpu/gpu.gyp:gpu_unittests', 160 '../gpu/gpu.gyp:gpu_unittests',
161 '../ipc/ipc.gyp:ipc_tests', 161 '../ipc/ipc.gyp:ipc_tests',
162 '../jingle/jingle.gyp:notifier_unit_tests', 162 '../jingle/jingle.gyp:notifier_unit_tests',
163 '../media/media.gyp:media_unittests', 163 '../media/media.gyp:media_unittests',
164 '../net/net.gyp:net_unittests', 164 '../net/net.gyp:net_unittests',
165 '../printing/printing.gyp:printing_unittests', 165 '../printing/printing.gyp:printing_unittests',
166 '../remoting/remoting.gyp:remoting_unittests', 166 '../remoting/remoting.gyp:remoting_unittests',
167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
168 'temp_gyp/googleurl.gyp:googleurl_unittests', 168 'temp_gyp/googleurl.gyp:googleurl_unittests',
169 ], 169 ],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../app/app.gyp:app_unittests', 254 '../app/app.gyp:app_unittests',
255 '../chrome/chrome.gyp:browser_tests', 255 '../chrome/chrome.gyp:browser_tests',
256 '../chrome/chrome.gyp:interactive_ui_tests', 256 '../chrome/chrome.gyp:interactive_ui_tests',
257 '../chrome/chrome.gyp:nacl_ui_tests', 257 '../chrome/chrome.gyp:nacl_ui_tests',
258 '../chrome/chrome.gyp:nacl_sandbox_tests', 258 '../chrome/chrome.gyp:nacl_sandbox_tests',
259 '../chrome/chrome.gyp:safe_browsing_tests', 259 '../chrome/chrome.gyp:safe_browsing_tests',
260 '../chrome/chrome.gyp:sync_integration_tests', 260 '../chrome/chrome.gyp:sync_integration_tests',
261 '../chrome/chrome.gyp:sync_unit_tests', 261 '../chrome/chrome.gyp:sync_unit_tests',
262 '../chrome/chrome.gyp:ui_tests', 262 '../chrome/chrome.gyp:ui_tests',
263 '../chrome/chrome.gyp:unit_tests', 263 '../chrome/chrome.gyp:unit_tests',
264 '../ui/gfx/gfx.gyp:gfx_unittests', 264 '../ui/ui.gyp:gfx_unittests',
265 '../gpu/gpu.gyp:gpu_unittests', 265 '../gpu/gpu.gyp:gpu_unittests',
266 '../ipc/ipc.gyp:ipc_tests', 266 '../ipc/ipc.gyp:ipc_tests',
267 '../jingle/jingle.gyp:notifier_unit_tests', 267 '../jingle/jingle.gyp:notifier_unit_tests',
268 '../media/media.gyp:media_unittests', 268 '../media/media.gyp:media_unittests',
269 '../printing/printing.gyp:printing_unittests', 269 '../printing/printing.gyp:printing_unittests',
270 '../remoting/remoting.gyp:remoting_unittests', 270 '../remoting/remoting.gyp:remoting_unittests',
271 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 271 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
272 'temp_gyp/googleurl.gyp:googleurl_unittests', 272 'temp_gyp/googleurl.gyp:googleurl_unittests',
273 ], 273 ],
274 }, 274 },
275 { 275 {
276 'target_name': 'chromium_builder_rel', 276 'target_name': 'chromium_builder_rel',
277 'type': 'none', 277 'type': 'none',
278 'dependencies': [ 278 'dependencies': [
279 '../app/app.gyp:app_unittests', 279 '../app/app.gyp:app_unittests',
280 '../chrome/chrome.gyp:browser_tests', 280 '../chrome/chrome.gyp:browser_tests',
281 '../chrome/chrome.gyp:memory_test', 281 '../chrome/chrome.gyp:memory_test',
282 '../chrome/chrome.gyp:nacl_ui_tests', 282 '../chrome/chrome.gyp:nacl_ui_tests',
283 '../chrome/chrome.gyp:nacl_sandbox_tests', 283 '../chrome/chrome.gyp:nacl_sandbox_tests',
284 '../chrome/chrome.gyp:page_cycler_tests', 284 '../chrome/chrome.gyp:page_cycler_tests',
285 '../chrome/chrome.gyp:plugin_tests', 285 '../chrome/chrome.gyp:plugin_tests',
286 '../chrome/chrome.gyp:safe_browsing_tests', 286 '../chrome/chrome.gyp:safe_browsing_tests',
287 '../chrome/chrome.gyp:startup_tests', 287 '../chrome/chrome.gyp:startup_tests',
288 '../chrome/chrome.gyp:sync_integration_tests', 288 '../chrome/chrome.gyp:sync_integration_tests',
289 '../chrome/chrome.gyp:sync_unit_tests', 289 '../chrome/chrome.gyp:sync_unit_tests',
290 '../chrome/chrome.gyp:tab_switching_test', 290 '../chrome/chrome.gyp:tab_switching_test',
291 '../chrome/chrome.gyp:ui_tests', 291 '../chrome/chrome.gyp:ui_tests',
292 '../chrome/chrome.gyp:unit_tests', 292 '../chrome/chrome.gyp:unit_tests',
293 '../chrome/chrome.gyp:url_fetch_test', 293 '../chrome/chrome.gyp:url_fetch_test',
294 '../ui/gfx/gfx.gyp:gfx_unittests', 294 '../ui/ui.gyp:gfx_unittests',
295 '../gpu/gpu.gyp:gpu_unittests', 295 '../gpu/gpu.gyp:gpu_unittests',
296 '../ipc/ipc.gyp:ipc_tests', 296 '../ipc/ipc.gyp:ipc_tests',
297 '../jingle/jingle.gyp:notifier_unit_tests', 297 '../jingle/jingle.gyp:notifier_unit_tests',
298 '../media/media.gyp:media_unittests', 298 '../media/media.gyp:media_unittests',
299 '../printing/printing.gyp:printing_unittests', 299 '../printing/printing.gyp:printing_unittests',
300 '../remoting/remoting.gyp:remoting_unittests', 300 '../remoting/remoting.gyp:remoting_unittests',
301 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 301 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
302 'temp_gyp/googleurl.gyp:googleurl_unittests', 302 'temp_gyp/googleurl.gyp:googleurl_unittests',
303 ], 303 ],
304 }, 304 },
(...skipping 21 matching lines...) Expand all
326 'temp_gyp/googleurl.gyp:googleurl_unittests', 326 'temp_gyp/googleurl.gyp:googleurl_unittests',
327 '../ipc/ipc.gyp:ipc_tests', 327 '../ipc/ipc.gyp:ipc_tests',
328 '../media/media.gyp:media_unittests', 328 '../media/media.gyp:media_unittests',
329 '../net/net.gyp:net_unittests', 329 '../net/net.gyp:net_unittests',
330 '../printing/printing.gyp:printing_unittests', 330 '../printing/printing.gyp:printing_unittests',
331 '../remoting/remoting.gyp:remoting_unittests', 331 '../remoting/remoting.gyp:remoting_unittests',
332 '../chrome/chrome.gyp:safe_browsing_tests', 332 '../chrome/chrome.gyp:safe_browsing_tests',
333 '../chrome/chrome.gyp:sync_unit_tests', 333 '../chrome/chrome.gyp:sync_unit_tests',
334 '../chrome/chrome.gyp:unit_tests', 334 '../chrome/chrome.gyp:unit_tests',
335 '../chrome/chrome.gyp:ui_tests', 335 '../chrome/chrome.gyp:ui_tests',
336 '../ui/gfx/gfx.gyp:gfx_unittests', 336 '../ui/ui.gyp:gfx_unittests',
337 '../jingle/jingle.gyp:notifier_unit_tests', 337 '../jingle/jingle.gyp:notifier_unit_tests',
338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
339 ], 339 ],
340 }, 340 },
341 ], # targets 341 ], # targets
342 }], # OS="mac" 342 }], # OS="mac"
343 ['OS=="win"', { 343 ['OS=="win"', {
344 'targets': [ 344 'targets': [
345 # These targets are here so the build bots can use them to build 345 # These targets are here so the build bots can use them to build
346 # subsets of a full tree for faster cycle times. 346 # subsets of a full tree for faster cycle times.
(...skipping 23 matching lines...) Expand all
370 # mini_installer_tests depends on mini_installer. This should be 370 # mini_installer_tests depends on mini_installer. This should be
371 # defined in installer.gyp. 371 # defined in installer.gyp.
372 '../chrome/installer/mini_installer.gyp:mini_installer', 372 '../chrome/installer/mini_installer.gyp:mini_installer',
373 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 373 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
374 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 374 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
375 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 375 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
376 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 376 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
377 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 377 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
378 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 378 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
379 '../courgette/courgette.gyp:courgette_unittests', 379 '../courgette/courgette.gyp:courgette_unittests',
380 '../ui/gfx/gfx.gyp:gfx_unittests', 380 '../ui/ui.gyp:gfx_unittests',
381 '../gpu/gpu.gyp:gpu_unittests', 381 '../gpu/gpu.gyp:gpu_unittests',
382 '../ipc/ipc.gyp:ipc_tests', 382 '../ipc/ipc.gyp:ipc_tests',
383 '../jingle/jingle.gyp:notifier_unit_tests', 383 '../jingle/jingle.gyp:notifier_unit_tests',
384 '../media/media.gyp:media_unittests', 384 '../media/media.gyp:media_unittests',
385 '../printing/printing.gyp:printing_unittests', 385 '../printing/printing.gyp:printing_unittests',
386 '../remoting/remoting.gyp:remoting_unittests', 386 '../remoting/remoting.gyp:remoting_unittests',
387 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 387 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
388 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 388 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn',
389 '../views/views.gyp:views_unittests', 389 '../views/views.gyp:views_unittests',
390 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 390 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 '../chrome/chrome.gyp:interactive_ui_tests', 472 '../chrome/chrome.gyp:interactive_ui_tests',
473 '../chrome/chrome.gyp:memory_test', 473 '../chrome/chrome.gyp:memory_test',
474 '../chrome/chrome.gyp:page_cycler_tests', 474 '../chrome/chrome.gyp:page_cycler_tests',
475 '../chrome/chrome.gyp:safe_browsing_tests', 475 '../chrome/chrome.gyp:safe_browsing_tests',
476 '../chrome/chrome.gyp:startup_tests', 476 '../chrome/chrome.gyp:startup_tests',
477 '../chrome/chrome.gyp:sync_unit_tests', 477 '../chrome/chrome.gyp:sync_unit_tests',
478 '../chrome/chrome.gyp:tab_switching_test', 478 '../chrome/chrome.gyp:tab_switching_test',
479 '../chrome/chrome.gyp:ui_tests', 479 '../chrome/chrome.gyp:ui_tests',
480 '../chrome/chrome.gyp:unit_tests', 480 '../chrome/chrome.gyp:unit_tests',
481 '../chrome/chrome.gyp:url_fetch_test', 481 '../chrome/chrome.gyp:url_fetch_test',
482 '../ui/gfx/gfx.gyp:gfx_unittests', 482 '../ui/ui.gyp:gfx_unittests',
483 '../ipc/ipc.gyp:ipc_tests', 483 '../ipc/ipc.gyp:ipc_tests',
484 '../jingle/jingle.gyp:notifier_unit_tests', 484 '../jingle/jingle.gyp:notifier_unit_tests',
485 '../media/media.gyp:ffmpeg_tests', 485 '../media/media.gyp:ffmpeg_tests',
486 '../media/media.gyp:media_unittests', 486 '../media/media.gyp:media_unittests',
487 '../media/media.gyp:omx_test', 487 '../media/media.gyp:omx_test',
488 '../net/net.gyp:net_unittests', 488 '../net/net.gyp:net_unittests',
489 '../printing/printing.gyp:printing_unittests', 489 '../printing/printing.gyp:printing_unittests',
490 '../remoting/remoting.gyp:remoting_unittests', 490 '../remoting/remoting.gyp:remoting_unittests',
491 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 491 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
492 '../views/views.gyp:views_unittests', 492 '../views/views.gyp:views_unittests',
493 'temp_gyp/googleurl.gyp:googleurl_unittests', 493 'temp_gyp/googleurl.gyp:googleurl_unittests',
494 ], 494 ],
495 }, 495 },
496 ], # targets 496 ], # targets
497 }], # "chromeos==1" 497 }], # "chromeos==1"
498 ], # conditions 498 ], # conditions
499 } 499 }
500 500
501 # Local Variables: 501 # Local Variables:
502 # tab-width:2 502 # tab-width:2
503 # indent-tabs-mode:nil 503 # indent-tabs-mode:nil
504 # End: 504 # End:
505 # vim: set expandtab tabstop=2 shiftwidth=2: 505 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/app_base.gypi ('k') | chrome/chrome.gyp » ('j') | ui/ui_gfx.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698