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

Unified Diff: BUILD.gn

Issue 2704863002: WebKit LayoutTests needs more resources. (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f39930e0d0d2b2775ac7724381b163fae9d83663..a325e9fa58ae53ea8fad8a94b96db64857cb9b56 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -965,13 +965,15 @@ if (!is_ios) {
}
data = [
+ "$root_build_dir/resources/inspector/",
"//testing/scripts/common.py",
- "//testing/xvfb.py",
"//testing/scripts/run_isolated_script_test.py",
+ "//testing/xvfb.py",
"//third_party/WebKit/LayoutTests/",
"//third_party/WebKit/PerformanceTests/",
+ "//third_party/WebKit/Source/platform/audio/resources/Composite.flac",
+ "//third_party/WebKit/Source/platform/audio/resources/Composite.wav",
"//third_party/WebKit/Tools/Scripts/",
- "$root_build_dir/resources/inspector/",
]
if (is_win) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698