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

Unified Diff: chrome/chrome_paks.gni

Issue 2576413002: chrome: Include headless resources (Closed)
Patch Set: Linux-only for now 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 | headless/BUILD.gn » ('j') | headless/lib/headless_content_main_delegate.cc » ('J')
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 d85b5be891dd7b29a3a2bc621d7d1aecb2b83ad5..27c483c27b3592829c5c675790de795fd371d354 100644
--- a/chrome/chrome_paks.gni
+++ b/chrome/chrome_paks.gni
@@ -157,6 +157,10 @@ template("chrome_extra_paks") {
"//ui/file_manager:resources",
]
}
+ if (is_linux) {
+ sources += [ "$root_gen_dir/headless/headless_lib_resources.pak" ]
+ deps += [ "//headless:resources" ]
+ }
if (enable_extensions) {
sources += [
"$root_gen_dir/extensions/extensions_renderer_resources.pak",
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | headless/lib/headless_content_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698