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" ] |
} |