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

Unified Diff: extensions/extensions.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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 99d98fcec90f502172203f36e6dd25a469844606..544663246481be8282a1fe10c7cd24ee923c2e69 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -107,8 +107,6 @@
'common/features/simple_feature_filter.h',
'common/file_util.cc',
'common/file_util.h',
- 'common/id_util.cc',
- 'common/id_util.h',
'common/install_warning.cc',
'common/install_warning.h',
'common/manifest.cc',
@@ -882,7 +880,6 @@
'common/api/sockets/sockets_manifest_permission_unittest.cc',
'common/csp_validator_unittest.cc',
'common/event_filter_unittest.cc',
- 'common/id_util_unittest.cc',
'common/one_shot_event_unittest.cc',
'common/permissions/manifest_permission_set_unittest.cc',
'common/user_script_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698