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

Unified Diff: extensions/common/BUILD.gn

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
« no previous file with comments | « extensions/browser/verified_contents.cc ('k') | extensions/common/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 204d9dbf672030b0e85574efc8c154f7882d74da..5ce44df9ad15cc4cdcd9fc79bc8c63f227e6ba21 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -78,8 +78,6 @@ source_set("common") {
"features/simple_feature_filter.h",
"file_util.cc",
"file_util.h",
- "id_util.cc",
- "id_util.h",
"install_warning.cc",
"install_warning.h",
"manifest.cc",
@@ -184,6 +182,7 @@ source_set("common") {
# api resources compiled into the chrome resource bundle.
# http://crbug.com/162530
"//chrome:resources",
+ "//components/crx_file",
"//components/url_matcher",
"//content/public/common",
"//crypto",
« no previous file with comments | « extensions/browser/verified_contents.cc ('k') | extensions/common/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698