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

Side by Side Diff: content/content_shell.gypi

Issue 1815483003: bluetooth: Create Mojo equivalent of SetBluetoothMockDataSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo
Patch Set: MMerge with ToT Created 4 years, 8 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
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/shell/BUILD.gn » ('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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 13 matching lines...) Expand all
24 'content.gyp:content_app_both', 24 'content.gyp:content_app_both',
25 'content.gyp:content_browser', 25 'content.gyp:content_browser',
26 'content.gyp:content_common', 26 'content.gyp:content_common',
27 'content.gyp:content_gpu', 27 'content.gyp:content_gpu',
28 'content.gyp:content_plugin', 28 'content.gyp:content_plugin',
29 'content.gyp:content_ppapi_plugin', 29 'content.gyp:content_ppapi_plugin',
30 'content.gyp:content_renderer', 30 'content.gyp:content_renderer',
31 'content.gyp:content_resources', 31 'content.gyp:content_resources',
32 'content.gyp:content_utility', 32 'content.gyp:content_utility',
33 'content_shell_resources', 33 'content_shell_resources',
34 'content_shell_mojo_bindings',
34 'content_test_mojo_bindings', 35 'content_test_mojo_bindings',
35 'copy_test_netscape_plugin', 36 'copy_test_netscape_plugin',
36 'layouttest_support_content', 37 'layouttest_support_content',
37 '../base/base.gyp:base', 38 '../base/base.gyp:base',
38 '../base/base.gyp:base_static', 39 '../base/base.gyp:base_static',
39 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 40 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
40 '../cc/blink/cc_blink.gyp:cc_blink', 41 '../cc/blink/cc_blink.gyp:cc_blink',
41 '../cc/cc.gyp:cc', 42 '../cc/cc.gyp:cc',
42 '../components/components.gyp:crash_component_breakpad_to_be_deleted', 43 '../components/components.gyp:crash_component_breakpad_to_be_deleted',
43 '../components/components.gyp:devtools_discovery', 44 '../components/components.gyp:devtools_discovery',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'shell/app/shell_crash_reporter_client.cc', 95 'shell/app/shell_crash_reporter_client.cc',
95 'shell/app/shell_crash_reporter_client.h', 96 'shell/app/shell_crash_reporter_client.h',
96 'shell/app/shell_main_delegate.cc', 97 'shell/app/shell_main_delegate.cc',
97 'shell/app/shell_main_delegate.h', 98 'shell/app/shell_main_delegate.h',
98 'shell/app/shell_main_delegate_mac.h', 99 'shell/app/shell_main_delegate_mac.h',
99 'shell/app/shell_main_delegate_mac.mm', 100 'shell/app/shell_main_delegate_mac.mm',
100 'shell/browser/layout_test/blink_test_controller.cc', 101 'shell/browser/layout_test/blink_test_controller.cc',
101 'shell/browser/layout_test/blink_test_controller.h', 102 'shell/browser/layout_test/blink_test_controller.h',
102 'shell/browser/layout_test/layout_test_android.cc', 103 'shell/browser/layout_test/layout_test_android.cc',
103 'shell/browser/layout_test/layout_test_android.h', 104 'shell/browser/layout_test/layout_test_android.h',
105 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_imp l.cc',
106 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_imp l.h',
104 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc', 107 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
105 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h', 108 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
106 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc', 109 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc',
107 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h', 110 'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h',
108 'shell/browser/layout_test/layout_test_browser_context.cc', 111 'shell/browser/layout_test/layout_test_browser_context.cc',
109 'shell/browser/layout_test/layout_test_browser_context.h', 112 'shell/browser/layout_test/layout_test_browser_context.h',
110 'shell/browser/layout_test/layout_test_browser_main.cc', 113 'shell/browser/layout_test/layout_test_browser_main.cc',
111 'shell/browser/layout_test/layout_test_browser_main.h', 114 'shell/browser/layout_test/layout_test_browser_main.h',
112 'shell/browser/layout_test/layout_test_browser_main_parts.cc', 115 'shell/browser/layout_test/layout_test_browser_main_parts.cc',
113 'shell/browser/layout_test/layout_test_browser_main_parts.h', 116 'shell/browser/layout_test/layout_test_browser_main_parts.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'files': ['<(PRODUCT_DIR)/np_test_netscape_plugin.dll'], 639 'files': ['<(PRODUCT_DIR)/np_test_netscape_plugin.dll'],
637 }], 640 }],
638 }], 641 }],
639 ['OS=="mac"', { 642 ['OS=="mac"', {
640 'copies': [{ 643 'copies': [{
641 'destination': '<(PRODUCT_DIR)/plugins/', 644 'destination': '<(PRODUCT_DIR)/plugins/',
642 'files': ['<(PRODUCT_DIR)/test_netscape_plugin.plugin/'], 645 'files': ['<(PRODUCT_DIR)/test_netscape_plugin.plugin/'],
643 }], 646 }],
644 }], 647 }],
645 ], 648 ],
646 } 649 },
650 {
651 'target_name': 'content_shell_mojo_bindings_mojom',
652 'type': 'none',
653 'variables': {
654 'mojom_files': [
655 'shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.m ojom'
656 ],
657 },
658 'includes': [
659 '../mojo/mojom_bindings_generator_explicit.gypi',
660 ],
661 },
662 {
663 'target_name': 'content_shell_mojo_bindings',
664 'type': 'static_library',
665 'dependencies': [
666 'content_shell_mojo_bindings_mojom',
667 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
668 ],
669 },
647 ], 670 ],
648 'conditions': [ 671 'conditions': [
649 ['OS=="mac"', { 672 ['OS=="mac"', {
650 'targets': [ 673 'targets': [
651 { 674 {
652 # GN version: //content/shell:framework 675 # GN version: //content/shell:framework
653 'target_name': 'content_shell_framework', 676 'target_name': 'content_shell_framework',
654 'type': 'shared_library', 677 'type': 'shared_library',
655 'product_name': '<(content_shell_product_name) Framework', 678 'product_name': '<(content_shell_product_name) Framework',
656 'mac_bundle': 1, 679 'mac_bundle': 1,
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1002 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
980 '--destination_dir', '<(dest_dir)', 1003 '--destination_dir', '<(dest_dir)',
981 ], 1004 ],
982 }, 1005 },
983 ], 1006 ],
984 }, 1007 },
985 ], 1008 ],
986 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1009 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
987 ] 1010 ]
988 } 1011 }
OLDNEW
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698