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

Unified Diff: chrome/chrome_paks.gni

Issue 2556443003: Add chrome_apps_resources.pak to resources.pak. (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_paks.gni
diff --git a/chrome/chrome_paks.gni b/chrome/chrome_paks.gni
index c3ac4847c0b490576096bc45c65b4cd82fc1c8e8..d85b5be891dd7b29a3a2bc621d7d1aecb2b83ad5 100644
--- a/chrome/chrome_paks.gni
+++ b/chrome/chrome_paks.gni
@@ -148,8 +148,14 @@ template("chrome_extra_paks") {
]
}
if (is_chromeos) {
- sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
- deps += [ "//ui/file_manager:resources" ]
+ sources += [
+ "$root_gen_dir/components/chrome_apps/chrome_apps_resources.pak",
+ "$root_gen_dir/ui/file_manager/file_manager_resources.pak",
+ ]
+ deps += [
+ "//components/chrome_apps:resources",
+ "//ui/file_manager:resources",
+ ]
}
if (enable_extensions) {
sources += [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698