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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 4f089e6cb4ceab03aacca4d6c483b07e5beaec75..5369f42bf9f85a24094b973154355a033c89b500 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -31,6 +31,7 @@
'content.gyp:content_resources',
'content.gyp:content_utility',
'content_shell_resources',
+ 'content_shell_mojo_bindings',
'content_test_mojo_bindings',
'copy_test_netscape_plugin',
'layouttest_support_content',
@@ -101,6 +102,8 @@
'shell/browser/layout_test/blink_test_controller.h',
'shell/browser/layout_test/layout_test_android.cc',
'shell/browser/layout_test/layout_test_android.h',
+ 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc',
+ 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h',
'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc',
@@ -643,7 +646,27 @@
}],
}],
],
- }
+ },
+ {
+ 'target_name': 'content_shell_mojo_bindings_mojom',
+ 'type': 'none',
+ 'variables': {
+ 'mojom_files': [
+ 'shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom'
+ ],
+ },
+ 'includes': [
+ '../mojo/mojom_bindings_generator_explicit.gypi',
+ ],
+ },
+ {
+ 'target_name': 'content_shell_mojo_bindings',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'content_shell_mojo_bindings_mojom',
+ '../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ },
],
'conditions': [
['OS=="mac"', {
« 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