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

Unified Diff: headless/BUILD.gn

Issue 2576413002: chrome: Include headless resources (Closed)
Patch Set: Add TODO 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 | « chrome/chrome_paks.gni ('k') | headless/lib/headless_content_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 0c6c41f2a2b89719bcf372f95e8d98906cdc2dda..e79510b87133f06269ddcf698b0480e79e7a57b7 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -43,7 +43,7 @@ repack("pak") {
}
deps = [
- ":headless_lib_resources_grit",
+ ":resources",
"//components/strings",
"//content:resources",
"//content/app/resources",
@@ -60,7 +60,7 @@ repack("pak") {
output = "$root_out_dir/headless_lib.pak"
}
-grit("headless_lib_resources_grit") {
+grit("resources") {
source = "lib/resources/headless_lib_resources.grd"
outputs = [
"grit/headless_lib_resources.h",
« no previous file with comments | « chrome/chrome_paks.gni ('k') | headless/lib/headless_content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698