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

Side by Side Diff: build/all.gyp

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. Created 8 years, 2 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) 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 '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,
(...skipping 15 matching lines...) Expand all
26 '../third_party/zlib/zlib.gyp:*', 26 '../third_party/zlib/zlib.gyp:*',
27 '../ui/ui.gyp:*', 27 '../ui/ui.gyp:*',
28 '../webkit/support/webkit_support.gyp:*', 28 '../webkit/support/webkit_support.gyp:*',
29 'temp_gyp/googleurl.gyp:*', 29 'temp_gyp/googleurl.gyp:*',
30 ], 30 ],
31 'conditions': [ 31 'conditions': [
32 ['OS!="ios"', { 32 ['OS!="ios"', {
33 'dependencies': [ 33 'dependencies': [
34 '../cc/cc_tests.gyp:*', 34 '../cc/cc_tests.gyp:*',
35 '../chrome/chrome.gyp:*', 35 '../chrome/chrome.gyp:*',
36 '../device/device.gyp:*',
36 '../gpu/gpu.gyp:*', 37 '../gpu/gpu.gyp:*',
37 '../gpu/tools/tools.gyp:*', 38 '../gpu/tools/tools.gyp:*',
38 '../ipc/ipc.gyp:*', 39 '../ipc/ipc.gyp:*',
39 '../jingle/jingle.gyp:*', 40 '../jingle/jingle.gyp:*',
40 '../ppapi/ppapi.gyp:*', 41 '../ppapi/ppapi.gyp:*',
41 '../ppapi/ppapi_internal.gyp:*', 42 '../ppapi/ppapi_internal.gyp:*',
42 '../printing/printing.gyp:*', 43 '../printing/printing.gyp:*',
43 '../skia/skia.gyp:*', 44 '../skia/skia.gyp:*',
44 '../sync/sync.gyp:*', 45 '../sync/sync.gyp:*',
45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'dependencies': [ 190 'dependencies': [
190 '../cc/cc_tests.gyp:cc_unittests', 191 '../cc/cc_tests.gyp:cc_unittests',
191 '../chrome/chrome.gyp:browser_tests', 192 '../chrome/chrome.gyp:browser_tests',
192 '../chrome/chrome.gyp:interactive_ui_tests', 193 '../chrome/chrome.gyp:interactive_ui_tests',
193 '../chrome/chrome.gyp:safe_browsing_tests', 194 '../chrome/chrome.gyp:safe_browsing_tests',
194 '../chrome/chrome.gyp:sync_integration_tests', 195 '../chrome/chrome.gyp:sync_integration_tests',
195 '../chrome/chrome.gyp:unit_tests', 196 '../chrome/chrome.gyp:unit_tests',
196 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 197 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
197 '../content/content.gyp:content_browsertests', 198 '../content/content.gyp:content_browsertests',
198 '../content/content.gyp:content_unittests', 199 '../content/content.gyp:content_unittests',
200 '../device/device.gyp:device_unittests',
199 '../gpu/gpu.gyp:gpu_unittests', 201 '../gpu/gpu.gyp:gpu_unittests',
200 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 202 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
201 '../ipc/ipc.gyp:ipc_tests', 203 '../ipc/ipc.gyp:ipc_tests',
202 '../jingle/jingle.gyp:jingle_unittests', 204 '../jingle/jingle.gyp:jingle_unittests',
203 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 205 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
204 '../printing/printing.gyp:printing_unittests', 206 '../printing/printing.gyp:printing_unittests',
205 '../remoting/remoting.gyp:remoting_unittests', 207 '../remoting/remoting.gyp:remoting_unittests',
206 '../sync/sync.gyp:sync_unit_tests', 208 '../sync/sync.gyp:sync_unit_tests',
207 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 209 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
208 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 210 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'dependencies': [ 359 'dependencies': [
358 '../cc/cc_tests.gyp:cc_unittests', 360 '../cc/cc_tests.gyp:cc_unittests',
359 '../chrome/chrome.gyp:browser_tests', 361 '../chrome/chrome.gyp:browser_tests',
360 '../chrome/chrome.gyp:interactive_ui_tests', 362 '../chrome/chrome.gyp:interactive_ui_tests',
361 '../chrome/chrome.gyp:safe_browsing_tests', 363 '../chrome/chrome.gyp:safe_browsing_tests',
362 '../chrome/chrome.gyp:sync_integration_tests', 364 '../chrome/chrome.gyp:sync_integration_tests',
363 '../chrome/chrome.gyp:unit_tests', 365 '../chrome/chrome.gyp:unit_tests',
364 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 366 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
365 '../content/content.gyp:content_browsertests', 367 '../content/content.gyp:content_browsertests',
366 '../content/content.gyp:content_unittests', 368 '../content/content.gyp:content_unittests',
369 '../device/device.gyp:device_unittests',
367 '../ui/ui.gyp:ui_unittests', 370 '../ui/ui.gyp:ui_unittests',
368 '../gpu/gpu.gyp:gpu_unittests', 371 '../gpu/gpu.gyp:gpu_unittests',
369 '../ipc/ipc.gyp:ipc_tests', 372 '../ipc/ipc.gyp:ipc_tests',
370 '../jingle/jingle.gyp:jingle_unittests', 373 '../jingle/jingle.gyp:jingle_unittests',
371 '../media/media.gyp:media_unittests', 374 '../media/media.gyp:media_unittests',
372 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 375 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
373 '../printing/printing.gyp:printing_unittests', 376 '../printing/printing.gyp:printing_unittests',
374 '../remoting/remoting.gyp:remoting_unittests', 377 '../remoting/remoting.gyp:remoting_unittests',
375 '../rlz/rlz.gyp:*', 378 '../rlz/rlz.gyp:*',
376 '../sql/sql.gyp:sql_unittests', 379 '../sql/sql.gyp:sql_unittests',
(...skipping 11 matching lines...) Expand all
388 '../cc/cc_tests.gyp:cc_unittests', 391 '../cc/cc_tests.gyp:cc_unittests',
389 '../chrome/chrome.gyp:browser_tests', 392 '../chrome/chrome.gyp:browser_tests',
390 '../chrome/chrome.gyp:performance_browser_tests', 393 '../chrome/chrome.gyp:performance_browser_tests',
391 '../chrome/chrome.gyp:performance_ui_tests', 394 '../chrome/chrome.gyp:performance_ui_tests',
392 '../chrome/chrome.gyp:safe_browsing_tests', 395 '../chrome/chrome.gyp:safe_browsing_tests',
393 '../chrome/chrome.gyp:sync_integration_tests', 396 '../chrome/chrome.gyp:sync_integration_tests',
394 '../chrome/chrome.gyp:unit_tests', 397 '../chrome/chrome.gyp:unit_tests',
395 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 398 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
396 '../content/content.gyp:content_browsertests', 399 '../content/content.gyp:content_browsertests',
397 '../content/content.gyp:content_unittests', 400 '../content/content.gyp:content_unittests',
401 '../device/device.gyp:device_unittests',
398 '../ui/ui.gyp:ui_unittests', 402 '../ui/ui.gyp:ui_unittests',
399 '../gpu/gpu.gyp:gpu_unittests', 403 '../gpu/gpu.gyp:gpu_unittests',
400 '../ipc/ipc.gyp:ipc_tests', 404 '../ipc/ipc.gyp:ipc_tests',
401 '../jingle/jingle.gyp:jingle_unittests', 405 '../jingle/jingle.gyp:jingle_unittests',
402 '../media/media.gyp:media_unittests', 406 '../media/media.gyp:media_unittests',
403 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 407 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
404 '../printing/printing.gyp:printing_unittests', 408 '../printing/printing.gyp:printing_unittests',
405 '../remoting/remoting.gyp:remoting_unittests', 409 '../remoting/remoting.gyp:remoting_unittests',
406 '../sql/sql.gyp:sql_unittests', 410 '../sql/sql.gyp:sql_unittests',
407 '../sync/sync.gyp:sync_unit_tests', 411 '../sync/sync.gyp:sync_unit_tests',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 450 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
447 '../crypto/crypto.gyp:crypto_unittests', 451 '../crypto/crypto.gyp:crypto_unittests',
448 '../ipc/ipc.gyp:ipc_tests', 452 '../ipc/ipc.gyp:ipc_tests',
449 '../media/media.gyp:media_unittests', 453 '../media/media.gyp:media_unittests',
450 '../net/net.gyp:net_unittests', 454 '../net/net.gyp:net_unittests',
451 '../printing/printing.gyp:printing_unittests', 455 '../printing/printing.gyp:printing_unittests',
452 '../remoting/remoting.gyp:remoting_unittests', 456 '../remoting/remoting.gyp:remoting_unittests',
453 '../chrome/chrome.gyp:safe_browsing_tests', 457 '../chrome/chrome.gyp:safe_browsing_tests',
454 '../chrome/chrome.gyp:unit_tests', 458 '../chrome/chrome.gyp:unit_tests',
455 '../content/content.gyp:content_unittests', 459 '../content/content.gyp:content_unittests',
460 '../device/device.gyp:device_unittests',
456 '../ui/ui.gyp:ui_unittests', 461 '../ui/ui.gyp:ui_unittests',
457 '../jingle/jingle.gyp:jingle_unittests', 462 '../jingle/jingle.gyp:jingle_unittests',
458 '../sql/sql.gyp:sql_unittests', 463 '../sql/sql.gyp:sql_unittests',
459 '../sync/sync.gyp:sync_unit_tests', 464 '../sync/sync.gyp:sync_unit_tests',
460 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 465 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
461 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 466 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
462 'temp_gyp/googleurl.gyp:googleurl_unittests', 467 'temp_gyp/googleurl.gyp:googleurl_unittests',
463 ], 468 ],
464 }, 469 },
465 ], # targets 470 ], # targets
(...skipping 22 matching lines...) Expand all
488 # mini_installer_tests depends on mini_installer. This should be 493 # mini_installer_tests depends on mini_installer. This should be
489 # defined in installer.gyp. 494 # defined in installer.gyp.
490 '../chrome/installer/mini_installer.gyp:mini_installer', 495 '../chrome/installer/mini_installer.gyp:mini_installer',
491 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 496 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
492 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 497 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
493 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 498 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
494 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 499 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
495 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 500 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
496 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 501 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
497 '../courgette/courgette.gyp:courgette_unittests', 502 '../courgette/courgette.gyp:courgette_unittests',
503 '../device/device.gyp:device_unittests',
498 '../ui/ui.gyp:ui_unittests', 504 '../ui/ui.gyp:ui_unittests',
499 '../gpu/gpu.gyp:gpu_unittests', 505 '../gpu/gpu.gyp:gpu_unittests',
500 '../ipc/ipc.gyp:ipc_tests', 506 '../ipc/ipc.gyp:ipc_tests',
501 '../jingle/jingle.gyp:jingle_unittests', 507 '../jingle/jingle.gyp:jingle_unittests',
502 '../media/media.gyp:media_unittests', 508 '../media/media.gyp:media_unittests',
503 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 509 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
504 '../printing/printing.gyp:printing_unittests', 510 '../printing/printing.gyp:printing_unittests',
505 '../remoting/remoting.gyp:remoting_unittests', 511 '../remoting/remoting.gyp:remoting_unittests',
506 '../sql/sql.gyp:sql_unittests', 512 '../sql/sql.gyp:sql_unittests',
507 '../sync/sync.gyp:sync_unit_tests', 513 '../sync/sync.gyp:sync_unit_tests',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 }, 553 },
548 { 554 {
549 'target_name': 'chromium_builder_dbg_drmemory_win', 555 'target_name': 'chromium_builder_dbg_drmemory_win',
550 'type': 'none', 556 'type': 'none',
551 'dependencies': [ 557 'dependencies': [
552 '../base/base.gyp:base_unittests', 558 '../base/base.gyp:base_unittests',
553 '../chrome/chrome.gyp:unit_tests', 559 '../chrome/chrome.gyp:unit_tests',
554 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 560 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
555 '../content/content.gyp:content_unittests', 561 '../content/content.gyp:content_unittests',
556 '../crypto/crypto.gyp:crypto_unittests', 562 '../crypto/crypto.gyp:crypto_unittests',
563 '../device/device.gyp:device_unittests',
557 '../ipc/ipc.gyp:ipc_tests', 564 '../ipc/ipc.gyp:ipc_tests',
558 '../jingle/jingle.gyp:jingle_unittests', 565 '../jingle/jingle.gyp:jingle_unittests',
559 '../media/media.gyp:media_unittests', 566 '../media/media.gyp:media_unittests',
560 '../net/net.gyp:net_unittests', 567 '../net/net.gyp:net_unittests',
561 '../printing/printing.gyp:printing_unittests', 568 '../printing/printing.gyp:printing_unittests',
562 '../remoting/remoting.gyp:remoting_unittests', 569 '../remoting/remoting.gyp:remoting_unittests',
563 '../sql/sql.gyp:sql_unittests', 570 '../sql/sql.gyp:sql_unittests',
564 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 571 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
565 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 572 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
566 'temp_gyp/googleurl.gyp:googleurl_unittests', 573 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'target_name': 'aura_builder', 640 'target_name': 'aura_builder',
634 'type': 'none', 641 'type': 'none',
635 'dependencies': [ 642 'dependencies': [
636 '../cc/cc_tests.gyp:cc_unittests', 643 '../cc/cc_tests.gyp:cc_unittests',
637 '../chrome/chrome.gyp:browser_tests', 644 '../chrome/chrome.gyp:browser_tests',
638 '../chrome/chrome.gyp:chrome', 645 '../chrome/chrome.gyp:chrome',
639 '../chrome/chrome.gyp:interactive_ui_tests', 646 '../chrome/chrome.gyp:interactive_ui_tests',
640 '../chrome/chrome.gyp:unit_tests', 647 '../chrome/chrome.gyp:unit_tests',
641 '../content/content.gyp:content_browsertests', 648 '../content/content.gyp:content_browsertests',
642 '../content/content.gyp:content_unittests', 649 '../content/content.gyp:content_unittests',
650 '../device/device.gyp:device_unittests',
643 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 651 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
644 '../remoting/remoting.gyp:remoting_unittests', 652 '../remoting/remoting.gyp:remoting_unittests',
645 '../ui/aura/aura.gyp:*', 653 '../ui/aura/aura.gyp:*',
646 '../ui/compositor/compositor.gyp:*', 654 '../ui/compositor/compositor.gyp:*',
647 '../ui/ui.gyp:ui_unittests', 655 '../ui/ui.gyp:ui_unittests',
648 '../ui/views/views.gyp:views', 656 '../ui/views/views.gyp:views',
649 '../ui/views/views.gyp:views_unittests', 657 '../ui/views/views.gyp:views_unittests',
650 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 658 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
651 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 659 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
652 ], 660 ],
(...skipping 26 matching lines...) Expand all
679 '../ipc/ipc.gyp:ipc_tests', 687 '../ipc/ipc.gyp:ipc_tests',
680 '../sql/sql.gyp:sql_unittests', 688 '../sql/sql.gyp:sql_unittests',
681 '../sync/sync.gyp:sync_unit_tests', 689 '../sync/sync.gyp:sync_unit_tests',
682 ], 690 ],
683 }], 691 }],
684 ['OS=="mac"', { 692 ['OS=="mac"', {
685 # Exclude dependencies that are not currently implemented. 693 # Exclude dependencies that are not currently implemented.
686 'dependencies!': [ 694 'dependencies!': [
687 '../chrome/chrome.gyp:chrome', 695 '../chrome/chrome.gyp:chrome',
688 '../chrome/chrome.gyp:unit_tests', 696 '../chrome/chrome.gyp:unit_tests',
697 '../device/device.gyp:device_unittests',
689 '../ui/views/views.gyp:views_unittests', 698 '../ui/views/views.gyp:views_unittests',
690 ], 699 ],
691 }], 700 }],
692 ['chromeos==1', { 701 ['chromeos==1', {
693 'dependencies': [ 702 'dependencies': [
694 '../chromeos/chromeos.gyp:chromeos_unittests', 703 '../chromeos/chromeos.gyp:chromeos_unittests',
695 ], 704 ],
696 }], 705 }],
697 ], 706 ],
698 }, 707 },
699 ], # targets 708 ], # targets
700 }], # "use_aura==1" 709 }], # "use_aura==1"
701 ['test_isolation_mode != "noop"', { 710 ['test_isolation_mode != "noop"', {
702 'targets': [ 711 'targets': [
703 { 712 {
704 'target_name': 'chromium_swarm_tests', 713 'target_name': 'chromium_swarm_tests',
705 'type': 'none', 714 'type': 'none',
706 'dependencies': [ 715 'dependencies': [
707 '../base/base.gyp:base_unittests_run', 716 '../base/base.gyp:base_unittests_run',
708 '../chrome/chrome.gyp:browser_tests_run', 717 '../chrome/chrome.gyp:browser_tests_run',
709 '../chrome/chrome.gyp:unit_tests_run', 718 '../chrome/chrome.gyp:unit_tests_run',
710 '../net/net.gyp:net_unittests_run', 719 '../net/net.gyp:net_unittests_run',
711 ], 720 ],
712 }, # target_name: chromium_swarm_tests 721 }, # target_name: chromium_swarm_tests
713 ], 722 ],
714 }], 723 }],
715 ], # conditions 724 ], # conditions
716 } 725 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | device/bluetooth/bluetooth_adapter_chromeos.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698