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

Unified Diff: webkit/compositor/copyfiles.py

Issue 10898023: Update cc snapshot to WK r126941 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased 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 | « cc/test/MockCCQuadCuller.h ('k') | no next file » | 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 ac6041a436fa46407fb81f2f7c6d4ec1525559fd..e6d1e0a0449c83176fca7ab719b2b093f53b4dff 100644
--- a/webkit/compositor/copyfiles.py
+++ b/webkit/compositor/copyfiles.py
@@ -64,7 +64,8 @@ def Main():
dst = Copy(f)
FixCopyrightHeader(dst)
- files = Readfile("compositor.gyp")['variables']['webkit_compositor_tests_sources']
+ variables = Readfile("compositor_tests.gyp")['variables']
+ files = variables['webkit_compositor_tests_sources']
for f in files:
dst = Copy(f)
FixCopyrightHeader(dst)
« no previous file with comments | « cc/test/MockCCQuadCuller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698