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

Unified Diff: components/components_tests.gyp

Issue 150993002: Reading, writing of CDD and CJT JSON formats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 5c18c9b24eff1a17f748e6e68a80b69cac0186ae..e9ad68b7f0895dc822e453265832ccd71f9c2afc 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -24,6 +24,7 @@
'autofill/core/common/password_form_fill_data_unittest.cc',
'browser_context_keyed_service/browser_context_dependency_manager_unittest.cc',
'browser_context_keyed_service/dependency_graph_unittest.cc',
+ 'cloud_devices/printer_description_unittest.cc',
'dom_distiller/core/article_entry_unittest.cc',
'dom_distiller/core/distiller_unittest.cc',
'dom_distiller/core/distiller_url_fetcher_unittest.cc',
@@ -89,6 +90,9 @@
'components.gyp:autofill_core_common',
'components.gyp:autofill_core_test_support',
+ # Dependencies of cloud_devices
+ 'components.gyp:cloud_devices',
+
# Dependencies of dom_distiller
'components.gyp:distilled_page_proto',
'components.gyp:dom_distiller_core',

Powered by Google App Engine
This is Rietveld 408576698