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

Unified Diff: extensions/extensions.gyp

Issue 889253004: Add support for extensions_unittests to the GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (gn) rebase Created 5 years, 10 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 | « extensions/browser/api/vpn_provider/vpn_service_factory.h ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index ac434835b19a8ab89fbd945c3dc981ae41a054a2..9ae208cf6c9fc1de0b922770177107a90c0406c6 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -1142,6 +1142,7 @@
'../net/net.gyp:net_test_support',
'../testing/gtest.gyp:gtest',
'browser/api/api_registration.gyp:extensions_api_registration',
+ 'common/api/api.gyp:cast_channel_proto',
'common/api/api.gyp:extensions_api',
'extensions_browser',
'extensions_common',
@@ -1153,6 +1154,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'browser/api/cast_channel/test_util.cc',
+ 'browser/api/cast_channel/test_util.h',
'browser/api/dns/mock_host_resolver_creator.cc',
'browser/api/dns/mock_host_resolver_creator.h',
'browser/api/storage/settings_test_util.cc',
« no previous file with comments | « extensions/browser/api/vpn_provider/vpn_service_factory.h ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698