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

Unified Diff: content/shell/BUILD.gn

Issue 464203002: content: Fix a clobber build of GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: shell_and_test_pak FIXED Created 6 years, 4 months 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 | extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 3588691047c0b24db5682bc3661b1c0125faa016..31ba05d069b6fb94491b70fc6995b686d7cb95ac 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -389,6 +389,7 @@ group("resources") {
repack("pak") {
sources = [
+ "$root_gen_dir/blink/public/resources/blink_resources.pak",
"$root_gen_dir/content/app/strings/content_strings_en-US.pak",
"$root_gen_dir/content/browser/tracing/tracing_resources.pak",
"$root_gen_dir/content/content_resources.pak",
@@ -398,8 +399,7 @@ repack("pak") {
"$root_gen_dir/ui/resources/webui_resources.pak",
"$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
"$root_gen_dir/ui/strings/ui_strings_en-US.pak",
- "$root_gen_dir/webkit/blink_resources.pak",
- "$root_gen_dir/webkit/webkit_resources_100_percent.pak",
+ "$root_gen_dir/webkit/glue/resources/webkit_resources_100_percent.pak",
]
deps = [
« no previous file with comments | « no previous file | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698