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

Unified Diff: chromecast/BUILD.gn

Issue 2374253007: Report unpermitted interface requests as bad messages (Closed)
Patch Set: . Created 4 years, 2 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 | chromecast/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index f3f72abff544979adb7dbe4019ba533e2e73e477..43030f0478fb4a7b94719a176f63f70eb6893060 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -321,6 +321,7 @@ repack("cast_shell_pak") {
"$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak",
"$root_gen_dir/blink/public/resources/blink_resources.pak",
"$root_gen_dir/chromecast/app/shell_resources.pak",
+ "$root_gen_dir/chromecast/browser/cast_browser_resources.pak",
"$root_gen_dir/content/app/resources/content_resources_100_percent.pak",
"$root_gen_dir/content/app/strings/content_strings_en-US.pak",
"$root_gen_dir/content/content_resources.pak",
@@ -335,6 +336,7 @@ repack("cast_shell_pak") {
deps = [
"//chromecast/app:resources",
+ "//chromecast/browser:resources",
"//content:resources",
"//content/app/resources",
"//content/app/strings",
« no previous file with comments | « no previous file | chromecast/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698