summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
diff options
context:
space:
mode:
authorjamescook <jamescook@chromium.org>2015-02-06 10:06:33 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-06 18:07:06 +0000
commitf112ccdd476fc95addd79f7a120162d2f33c3473 (patch)
tree5582fc2f3232becb3cc67ffc8eff86b6e7fd6970 /extensions/extensions_tests.gyp
parent53b0c831ff6731665a6881fe380e8097402ccf0b (diff)
downloadchromium_src-f112ccdd476fc95addd79f7a120162d2f33c3473.zip
chromium_src-f112ccdd476fc95addd79f7a120162d2f33c3473.tar.gz
chromium_src-f112ccdd476fc95addd79f7a120162d2f33c3473.tar.bz2
Add support for extensions_unittests to the GN build
* Fix dependency issues in //extensions * Make protobuf library add the "src" directory to the compiler's include directory list, otherwise it tries to use /usr/include/google/protobuf which has incompatible headers. BUG=455919 TEST=compiles and links in both component and non-component builds Review URL: https://codereview.chromium.org/889253004 Cr-Commit-Position: refs/heads/master@{#315067}
Diffstat (limited to 'extensions/extensions_tests.gyp')
-rw-r--r--extensions/extensions_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 658d48c..4fef034 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -29,6 +29,7 @@
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
'../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
'common/api/api.gyp:cast_channel_proto',
+ 'extensions.gyp:extensions_browser',
'extensions.gyp:extensions_common',
'extensions.gyp:extensions_renderer',
'extensions.gyp:extensions_shell_and_test_pak',