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

Unified Diff: chrome/chrome_tests.gypi

Issue 3717005: This adds a plugin selection policy for selecting allowed plugins (Closed)
Patch Set: fix win build Created 10 years, 2 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 2bf6aa81333a361ba9b6dc45c4be50f36d40d735..8bfeb84af60d6e9f1f761fff508102561ae70299 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -672,7 +672,7 @@
'test/webdriver/commands/session_with_id.h',
'test/webdriver/commands/session_with_id.cc',
'test/webdriver/commands/source_command.h',
- 'test/webdriver/commands/source_command.cc',
+ 'test/webdriver/commands/source_command.cc',
'test/webdriver/commands/title_command.h',
'test/webdriver/commands/title_command.cc',
'test/webdriver/commands/url_command.h',
@@ -1063,6 +1063,7 @@
'browser/chromeos/offline/offline_load_page_unittest.cc',
'browser/chromeos/options/language_config_model_unittest.cc',
'browser/chromeos/pipe_reader_unittest.cc',
+ 'browser/chromeos/plugin_selection_policy_unittest.cc',
'browser/chromeos/proxy_config_service_impl_unittest.cc',
'browser/chromeos/status/input_method_menu_unittest.cc',
'browser/chromeos/version_loader_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698