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

Unified Diff: webkit/compositor/copyfiles.py

Issue 10909020: Enable webkit_compositor_unittests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « webkit/compositor/compositor_tests.gyp ('k') | webkit/compositor/test/FakeWebScrollbarThemeGeometry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor/copyfiles.py
diff --git a/webkit/compositor/copyfiles.py b/webkit/compositor/copyfiles.py
index e6d1e0a0449c83176fca7ab719b2b093f53b4dff..f11ff6d542d3686730ddb7b65f7d2dc408aa84cb 100644
--- a/webkit/compositor/copyfiles.py
+++ b/webkit/compositor/copyfiles.py
@@ -15,6 +15,8 @@ def Copy(name):
src = name
dst = name
fullsrc = ""
+ if name.startswith("test/"):
+ src = src[5:]
for prefix in prefixes:
candidate = "%s/%s" % (prefix, src)
if os.path.exists(candidate):
« no previous file with comments | « webkit/compositor/compositor_tests.gyp ('k') | webkit/compositor/test/FakeWebScrollbarThemeGeometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698