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

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: revert last patchset. function returns Extension* and can't use an assert. 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 64a1f3f8a4fb8c5789114aa360409a7e1bdeb798..295f70c5017a1f7df74db7b797f1e523ece1adbf 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',
@@ -886,7 +884,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',
« no previous file with comments | « extensions/common/permissions/permissions_data_unittest.cc ('k') | extensions/renderer/user_script_set_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698