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

Unified Diff: components/components_tests.gypi

Issue 23606022: Move renderer plugin code into a new component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component - put back wrongly deleted DEPS file Created 7 years, 3 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
Index: components/components_tests.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index 910d2e615ffa63b6fd9aa09278e93ae9ecefbe98..85579320d5aff0592bfc8ba7c7092befe7ab3b8b 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -19,6 +19,7 @@
'json_schema/json_schema_validator_unittest_base.cc',
'json_schema/json_schema_validator_unittest_base.h',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
+ 'plugins/renderer/plugin_uma_unittest.cc',
'sessions/serialized_navigation_entry_unittest.cc',
'test/run_all_unittests.cc',
# TODO(asvitkine): These should be tested on iOS too.
@@ -58,6 +59,9 @@
'../content/content.gyp:test_support_content',
'../skia/skia.gyp:skia',
'navigation_interception',
+
+ # Dependecies of plugins
+ 'plugins_renderer',
# Dependencies of policy
'policy_component',

Powered by Google App Engine
This is Rietveld 408576698