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

Unified Diff: components/chrome_apps/BUILD.gn

Issue 2261253003: Add chrome/browser/extensions to "GN check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dumb typo Created 4 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/chrome_apps/BUILD.gn
diff --git a/components/chrome_apps/BUILD.gn b/components/chrome_apps/BUILD.gn
index 6b7b67ae175bc851f5360bfa6e4901c1425f71f2..74f27a9efd38466419d66f6ec821a40391e380d7 100644
--- a/components/chrome_apps/BUILD.gn
+++ b/components/chrome_apps/BUILD.gn
@@ -21,9 +21,11 @@ component("chrome_apps") {
"chrome_apps_resource_util.cc",
"chrome_apps_resource_util.h",
]
- deps = [
+
+ defines = [ "CHROME_APPS_IMPLEMENTATION" ]
+
+ public_deps = [
":resources",
"//base",
]
- defines = [ "CHROME_APPS_IMPLEMENTATION" ]
}
« no previous file with comments | « chrome/browser/extensions/bookmark_app_helper.cc ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698