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

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: Fixing try bot failures. 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | device/bluetooth/bluetooth_adapter.h » ('J')
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 '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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'dependencies': [ 185 'dependencies': [
185 '../cc/cc_tests.gyp:cc_unittests', 186 '../cc/cc_tests.gyp:cc_unittests',
186 '../chrome/chrome.gyp:browser_tests', 187 '../chrome/chrome.gyp:browser_tests',
187 '../chrome/chrome.gyp:interactive_ui_tests', 188 '../chrome/chrome.gyp:interactive_ui_tests',
188 '../chrome/chrome.gyp:safe_browsing_tests', 189 '../chrome/chrome.gyp:safe_browsing_tests',
189 '../chrome/chrome.gyp:sync_integration_tests', 190 '../chrome/chrome.gyp:sync_integration_tests',
190 '../chrome/chrome.gyp:unit_tests', 191 '../chrome/chrome.gyp:unit_tests',
191 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 192 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
192 '../content/content.gyp:content_browsertests', 193 '../content/content.gyp:content_browsertests',
193 '../content/content.gyp:content_unittests', 194 '../content/content.gyp:content_unittests',
195 '../device/device.gyp:bluetooth_unit_tests',
194 '../gpu/gpu.gyp:gpu_unittests', 196 '../gpu/gpu.gyp:gpu_unittests',
195 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 197 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
196 '../ipc/ipc.gyp:ipc_tests', 198 '../ipc/ipc.gyp:ipc_tests',
197 '../jingle/jingle.gyp:jingle_unittests', 199 '../jingle/jingle.gyp:jingle_unittests',
198 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 200 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
199 '../printing/printing.gyp:printing_unittests', 201 '../printing/printing.gyp:printing_unittests',
200 '../remoting/remoting.gyp:remoting_unittests', 202 '../remoting/remoting.gyp:remoting_unittests',
201 '../sync/sync.gyp:sync_unit_tests', 203 '../sync/sync.gyp:sync_unit_tests',
202 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 204 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
203 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 205 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'dependencies': [ 354 'dependencies': [
353 '../cc/cc_tests.gyp:cc_unittests', 355 '../cc/cc_tests.gyp:cc_unittests',
354 '../chrome/chrome.gyp:browser_tests', 356 '../chrome/chrome.gyp:browser_tests',
355 '../chrome/chrome.gyp:interactive_ui_tests', 357 '../chrome/chrome.gyp:interactive_ui_tests',
356 '../chrome/chrome.gyp:safe_browsing_tests', 358 '../chrome/chrome.gyp:safe_browsing_tests',
357 '../chrome/chrome.gyp:sync_integration_tests', 359 '../chrome/chrome.gyp:sync_integration_tests',
358 '../chrome/chrome.gyp:unit_tests', 360 '../chrome/chrome.gyp:unit_tests',
359 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 361 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
360 '../content/content.gyp:content_browsertests', 362 '../content/content.gyp:content_browsertests',
361 '../content/content.gyp:content_unittests', 363 '../content/content.gyp:content_unittests',
364 '../device/device.gyp:bluetooth_unit_tests',
362 '../ui/ui.gyp:ui_unittests', 365 '../ui/ui.gyp:ui_unittests',
363 '../gpu/gpu.gyp:gpu_unittests', 366 '../gpu/gpu.gyp:gpu_unittests',
364 '../ipc/ipc.gyp:ipc_tests', 367 '../ipc/ipc.gyp:ipc_tests',
365 '../jingle/jingle.gyp:jingle_unittests', 368 '../jingle/jingle.gyp:jingle_unittests',
366 '../media/media.gyp:media_unittests', 369 '../media/media.gyp:media_unittests',
367 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 370 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
368 '../printing/printing.gyp:printing_unittests', 371 '../printing/printing.gyp:printing_unittests',
369 '../remoting/remoting.gyp:remoting_unittests', 372 '../remoting/remoting.gyp:remoting_unittests',
370 '../rlz/rlz.gyp:*', 373 '../rlz/rlz.gyp:*',
371 '../sql/sql.gyp:sql_unittests', 374 '../sql/sql.gyp:sql_unittests',
(...skipping 11 matching lines...) Expand all
383 '../cc/cc_tests.gyp:cc_unittests', 386 '../cc/cc_tests.gyp:cc_unittests',
384 '../chrome/chrome.gyp:browser_tests', 387 '../chrome/chrome.gyp:browser_tests',
385 '../chrome/chrome.gyp:performance_browser_tests', 388 '../chrome/chrome.gyp:performance_browser_tests',
386 '../chrome/chrome.gyp:performance_ui_tests', 389 '../chrome/chrome.gyp:performance_ui_tests',
387 '../chrome/chrome.gyp:safe_browsing_tests', 390 '../chrome/chrome.gyp:safe_browsing_tests',
388 '../chrome/chrome.gyp:sync_integration_tests', 391 '../chrome/chrome.gyp:sync_integration_tests',
389 '../chrome/chrome.gyp:unit_tests', 392 '../chrome/chrome.gyp:unit_tests',
390 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 393 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
391 '../content/content.gyp:content_browsertests', 394 '../content/content.gyp:content_browsertests',
392 '../content/content.gyp:content_unittests', 395 '../content/content.gyp:content_unittests',
396 '../device/device.gyp:bluetooth_unit_tests',
393 '../ui/ui.gyp:ui_unittests', 397 '../ui/ui.gyp:ui_unittests',
394 '../gpu/gpu.gyp:gpu_unittests', 398 '../gpu/gpu.gyp:gpu_unittests',
395 '../ipc/ipc.gyp:ipc_tests', 399 '../ipc/ipc.gyp:ipc_tests',
396 '../jingle/jingle.gyp:jingle_unittests', 400 '../jingle/jingle.gyp:jingle_unittests',
397 '../media/media.gyp:media_unittests', 401 '../media/media.gyp:media_unittests',
398 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 402 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
399 '../printing/printing.gyp:printing_unittests', 403 '../printing/printing.gyp:printing_unittests',
400 '../remoting/remoting.gyp:remoting_unittests', 404 '../remoting/remoting.gyp:remoting_unittests',
401 '../sql/sql.gyp:sql_unittests', 405 '../sql/sql.gyp:sql_unittests',
402 '../sync/sync.gyp:sync_unit_tests', 406 '../sync/sync.gyp:sync_unit_tests',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 445 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
442 '../crypto/crypto.gyp:crypto_unittests', 446 '../crypto/crypto.gyp:crypto_unittests',
443 '../ipc/ipc.gyp:ipc_tests', 447 '../ipc/ipc.gyp:ipc_tests',
444 '../media/media.gyp:media_unittests', 448 '../media/media.gyp:media_unittests',
445 '../net/net.gyp:net_unittests', 449 '../net/net.gyp:net_unittests',
446 '../printing/printing.gyp:printing_unittests', 450 '../printing/printing.gyp:printing_unittests',
447 '../remoting/remoting.gyp:remoting_unittests', 451 '../remoting/remoting.gyp:remoting_unittests',
448 '../chrome/chrome.gyp:safe_browsing_tests', 452 '../chrome/chrome.gyp:safe_browsing_tests',
449 '../chrome/chrome.gyp:unit_tests', 453 '../chrome/chrome.gyp:unit_tests',
450 '../content/content.gyp:content_unittests', 454 '../content/content.gyp:content_unittests',
455 '../device/device.gyp:bluetooth_unit_tests',
451 '../ui/ui.gyp:ui_unittests', 456 '../ui/ui.gyp:ui_unittests',
452 '../jingle/jingle.gyp:jingle_unittests', 457 '../jingle/jingle.gyp:jingle_unittests',
453 '../sql/sql.gyp:sql_unittests', 458 '../sql/sql.gyp:sql_unittests',
454 '../sync/sync.gyp:sync_unit_tests', 459 '../sync/sync.gyp:sync_unit_tests',
455 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 460 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
456 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 461 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
457 'temp_gyp/googleurl.gyp:googleurl_unittests', 462 'temp_gyp/googleurl.gyp:googleurl_unittests',
458 ], 463 ],
459 }, 464 },
460 ], # targets 465 ], # targets
(...skipping 22 matching lines...) Expand all
483 # mini_installer_tests depends on mini_installer. This should be 488 # mini_installer_tests depends on mini_installer. This should be
484 # defined in installer.gyp. 489 # defined in installer.gyp.
485 '../chrome/installer/mini_installer.gyp:mini_installer', 490 '../chrome/installer/mini_installer.gyp:mini_installer',
486 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 491 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
487 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 492 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
488 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 493 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
489 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 494 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
490 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 495 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
491 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 496 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
492 '../courgette/courgette.gyp:courgette_unittests', 497 '../courgette/courgette.gyp:courgette_unittests',
498 '../device/device.gyp:bluetooth_unit_tests',
493 '../ui/ui.gyp:ui_unittests', 499 '../ui/ui.gyp:ui_unittests',
494 '../gpu/gpu.gyp:gpu_unittests', 500 '../gpu/gpu.gyp:gpu_unittests',
495 '../ipc/ipc.gyp:ipc_tests', 501 '../ipc/ipc.gyp:ipc_tests',
496 '../jingle/jingle.gyp:jingle_unittests', 502 '../jingle/jingle.gyp:jingle_unittests',
497 '../media/media.gyp:media_unittests', 503 '../media/media.gyp:media_unittests',
498 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 504 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
499 '../printing/printing.gyp:printing_unittests', 505 '../printing/printing.gyp:printing_unittests',
500 '../remoting/remoting.gyp:remoting_unittests', 506 '../remoting/remoting.gyp:remoting_unittests',
501 '../sql/sql.gyp:sql_unittests', 507 '../sql/sql.gyp:sql_unittests',
502 '../sync/sync.gyp:sync_unit_tests', 508 '../sync/sync.gyp:sync_unit_tests',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 }, 548 },
543 { 549 {
544 'target_name': 'chromium_builder_dbg_drmemory_win', 550 'target_name': 'chromium_builder_dbg_drmemory_win',
545 'type': 'none', 551 'type': 'none',
546 'dependencies': [ 552 'dependencies': [
547 '../base/base.gyp:base_unittests', 553 '../base/base.gyp:base_unittests',
548 '../chrome/chrome.gyp:unit_tests', 554 '../chrome/chrome.gyp:unit_tests',
549 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 555 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
550 '../content/content.gyp:content_unittests', 556 '../content/content.gyp:content_unittests',
551 '../crypto/crypto.gyp:crypto_unittests', 557 '../crypto/crypto.gyp:crypto_unittests',
558 '../device/device.gyp:bluetooth_unit_tests',
552 '../ipc/ipc.gyp:ipc_tests', 559 '../ipc/ipc.gyp:ipc_tests',
553 '../jingle/jingle.gyp:jingle_unittests', 560 '../jingle/jingle.gyp:jingle_unittests',
554 '../media/media.gyp:media_unittests', 561 '../media/media.gyp:media_unittests',
555 '../net/net.gyp:net_unittests', 562 '../net/net.gyp:net_unittests',
556 '../printing/printing.gyp:printing_unittests', 563 '../printing/printing.gyp:printing_unittests',
557 '../remoting/remoting.gyp:remoting_unittests', 564 '../remoting/remoting.gyp:remoting_unittests',
558 '../sql/sql.gyp:sql_unittests', 565 '../sql/sql.gyp:sql_unittests',
559 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 566 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
560 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 567 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
561 'temp_gyp/googleurl.gyp:googleurl_unittests', 568 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'target_name': 'aura_builder', 635 'target_name': 'aura_builder',
629 'type': 'none', 636 'type': 'none',
630 'dependencies': [ 637 'dependencies': [
631 '../cc/cc_tests.gyp:cc_unittests', 638 '../cc/cc_tests.gyp:cc_unittests',
632 '../chrome/chrome.gyp:browser_tests', 639 '../chrome/chrome.gyp:browser_tests',
633 '../chrome/chrome.gyp:chrome', 640 '../chrome/chrome.gyp:chrome',
634 '../chrome/chrome.gyp:interactive_ui_tests', 641 '../chrome/chrome.gyp:interactive_ui_tests',
635 '../chrome/chrome.gyp:unit_tests', 642 '../chrome/chrome.gyp:unit_tests',
636 '../content/content.gyp:content_browsertests', 643 '../content/content.gyp:content_browsertests',
637 '../content/content.gyp:content_unittests', 644 '../content/content.gyp:content_unittests',
645 '../device/device.gyp:bluetooth_unit_tests',
638 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 646 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
639 '../remoting/remoting.gyp:remoting_unittests', 647 '../remoting/remoting.gyp:remoting_unittests',
640 '../ui/aura/aura.gyp:*', 648 '../ui/aura/aura.gyp:*',
641 '../ui/compositor/compositor.gyp:*', 649 '../ui/compositor/compositor.gyp:*',
642 '../ui/ui.gyp:ui_unittests', 650 '../ui/ui.gyp:ui_unittests',
643 '../ui/views/views.gyp:views', 651 '../ui/views/views.gyp:views',
644 '../ui/views/views.gyp:views_unittests', 652 '../ui/views/views.gyp:views_unittests',
645 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 653 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
646 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 654 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
647 ], 655 ],
(...skipping 26 matching lines...) Expand all
674 '../ipc/ipc.gyp:ipc_tests', 682 '../ipc/ipc.gyp:ipc_tests',
675 '../sql/sql.gyp:sql_unittests', 683 '../sql/sql.gyp:sql_unittests',
676 '../sync/sync.gyp:sync_unit_tests', 684 '../sync/sync.gyp:sync_unit_tests',
677 ], 685 ],
678 }], 686 }],
679 ['OS=="mac"', { 687 ['OS=="mac"', {
680 # Exclude dependencies that are not currently implemented. 688 # Exclude dependencies that are not currently implemented.
681 'dependencies!': [ 689 'dependencies!': [
682 '../chrome/chrome.gyp:chrome', 690 '../chrome/chrome.gyp:chrome',
683 '../chrome/chrome.gyp:unit_tests', 691 '../chrome/chrome.gyp:unit_tests',
692 '../device/device.gyp:bluetooth_unit_tests',
684 '../ui/views/views.gyp:views_unittests', 693 '../ui/views/views.gyp:views_unittests',
685 ], 694 ],
686 }], 695 }],
687 ['chromeos==1', { 696 ['chromeos==1', {
688 'dependencies': [ 697 'dependencies': [
689 '../chromeos/chromeos.gyp:chromeos_unittests', 698 '../chromeos/chromeos.gyp:chromeos_unittests',
690 ], 699 ],
691 }], 700 }],
692 ], 701 ],
693 }, 702 },
694 ], # targets 703 ], # targets
695 }], # "use_aura==1" 704 }], # "use_aura==1"
696 ['test_isolation_mode != "noop"', { 705 ['test_isolation_mode != "noop"', {
697 'targets': [ 706 'targets': [
698 { 707 {
699 'target_name': 'chromium_swarm_tests', 708 'target_name': 'chromium_swarm_tests',
700 'type': 'none', 709 'type': 'none',
701 'dependencies': [ 710 'dependencies': [
702 '../base/base.gyp:base_unittests_run', 711 '../base/base.gyp:base_unittests_run',
703 '../chrome/chrome.gyp:browser_tests_run', 712 '../chrome/chrome.gyp:browser_tests_run',
704 '../chrome/chrome.gyp:unit_tests_run', 713 '../chrome/chrome.gyp:unit_tests_run',
705 '../net/net.gyp:net_unittests_run', 714 '../net/net.gyp:net_unittests_run',
706 ], 715 ],
707 }, # target_name: chromium_swarm_tests 716 }, # target_name: chromium_swarm_tests
708 ], 717 ],
709 }], 718 }],
710 ], # conditions 719 ], # conditions
711 } 720 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | device/bluetooth/bluetooth_adapter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698