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

Unified Diff: components/components_tests.gyp

Issue 481433005: Extensions: Move id_util functions to crx_file component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update GN build Created 6 years, 4 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 b9178f0330b2ad2c72e88782eeee889c02ef4e16..a417dfd73f2d9c3b45c35ca534be808834f06688 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -75,6 +75,7 @@
'captive_portal/captive_portal_detector_unittest.cc',
'cloud_devices/common/cloud_devices_urls_unittest.cc',
'cloud_devices/common/printer_description_unittest.cc',
+ 'crx_file/id_util_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.cc',
@@ -275,6 +276,9 @@
# Dependencies of cloud_devices
'components.gyp:cloud_devices_common',
+ # Dependencies of crx_file
+ 'components.gyp:crx_file',
+
# Dependencies of data_reduction_proxy
'components.gyp:data_reduction_proxy_browser',
'components.gyp:data_reduction_proxy_common',
« no previous file with comments | « components/BUILD.gn ('k') | components/crx_file.gypi » ('j') | components/crx_file/id_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698