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

Unified Diff: content/shell/BUILD.gn

Issue 2460503002: content_shell: Add runtime resources into data_deps. (Closed)
Patch Set: Moving the removal to another CL. Created 4 years, 1 month 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 | « components/test_runner/BUILD.gn ('k') | content/test/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 3fc427df7421e7b642fcf313eec083229abbedca..4a5188ca04d7a9ed388f7f656c910b6f2082acc4 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -401,6 +401,9 @@ group("resources") {
deps = [
"//components/test_runner:resources",
]
+ data_deps = [
+ "//components/test_runner:resources",
+ ]
}
repack("pak") {
@@ -506,6 +509,10 @@ if (is_android) {
"//build/win:default_exe_manifest",
]
+ data_deps = [
+ ":pak",
+ ]
+
if (is_win) {
deps += [ "//sandbox" ]
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698