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

Unified Diff: content/test/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 | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 0bd4bd7ac9d12da015127d0732d2063470a8f378..ab1982f43097863f24f9ee92c13501f8b5d7bfe0 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -264,6 +264,10 @@ static_library("test_support") {
"//v8",
]
+ data_deps = [
+ "//content/shell:pak",
+ ]
+
if (is_android) {
sources -= [
"mock_google_streaming_server.cc",
@@ -718,6 +722,7 @@ test("content_browsertests") {
data = []
data_deps = [
+ "//content/shell:pak",
"//third_party/mesa:osmesa",
]
« no previous file with comments | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698