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

Unified Diff: content/content_tests.gypi

Issue 2164783005: Adds BrowserAssociatedInterface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early-channel-setup
Patch Set: no CONTENT_EXPORT Created 4 years, 5 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 | « content/content_browser.gypi ('k') | content/public/browser/browser_associated_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ea27333c41d76f84d8f5ecca03a79805674f6578..5e9a6c1215d1d91987622aef405e5c70d62f8d7a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -394,6 +394,7 @@
'browser/bluetooth/bluetooth_allowed_devices_map_unittest.cc',
'browser/bluetooth/bluetooth_blacklist_unittest.cc',
'browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc',
+ 'browser/browser_associated_interface_unittest.cc',
'browser/browser_thread_unittest.cc',
'browser/browser_url_handler_impl_unittest.cc',
'browser/byte_stream_unittest.cc',
@@ -1366,10 +1367,8 @@
'type': 'static_library',
'sources': [
'public/test/test_mojo_service.mojom',
+ 'test/test_browser_associated_interfaces.mojom',
],
- 'variables': {
- 'use_new_wrapper_types': 'false',
- },
'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
},
{
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/browser_associated_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698