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

Unified Diff: Source/web/web_tests.gyp

Issue 655613002: Add pak files to the isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: split three ways Created 6 years, 2 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 | « Source/web/WebKitUnitTests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web_tests.gyp
diff --git a/Source/web/web_tests.gyp b/Source/web/web_tests.gyp
index c3d667b6f289aa8968257d852e491e35d92e643d..16b3269a656b660be21b427fd5f0c8656955b64b 100644
--- a/Source/web/web_tests.gyp
+++ b/Source/web/web_tests.gyp
@@ -139,6 +139,7 @@
'type': 'none',
'dependencies': [
'<(DEPTH)/base/base.gyp:base_java',
+ '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_pak',
Nate Chapin 2014/10/13 22:22:33 It's counter-intuitive that webkit_unit_tests requ
Avi (use Gerrit) 2014/10/13 22:27:37 Because you need content shell to run the tests. L
Nate Chapin 2014/10/13 22:29:12 Huh, ok.
'<(DEPTH)/net/net.gyp:net_java',
'webkit_unit_tests',
],
« no previous file with comments | « Source/web/WebKitUnitTests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698