diff options
Diffstat (limited to 'chromium/components/chrome_apps/BUILD.gn')
-rw-r--r-- | chromium/components/chrome_apps/BUILD.gn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/components/chrome_apps/BUILD.gn b/chromium/components/chrome_apps/BUILD.gn index 6b7b67ae175..74f27a9efd3 100644 --- a/chromium/components/chrome_apps/BUILD.gn +++ b/chromium/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" ] } |