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

Unified Diff: components/components_tests.gyp

Issue 594603003: Infrastructure for reading V8's initial snapshot from external files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android tests 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index c318f1bd8a04cb0b60dcb5e07b0f9b462d8c4b7d..9054e11ec404d58713d185354e973587bb51e1d7 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -273,6 +273,7 @@
# TODO(blundell): Eliminate the need for this dependency in code
# that iOS shares. crbug.com/325243
'../content/content_shell_and_tests.gyp:test_support_content',
+ '../gin/gin.gyp:gin',
rmcilroy 2014/10/06 15:41:03 shouldn't be required (pulled in via test_support_
baixo 2014/10/07 14:53:27 Done.
'../sync/sync.gyp:sync',
'../sync/sync.gyp:test_support_sync_api',
'../testing/gmock.gyp:gmock',
@@ -829,6 +830,7 @@
'../base/base.gyp:base',
'../base/base.gyp:test_support_perf',
'../content/content_shell_and_tests.gyp:test_support_content',
+ '../gin/gin.gyp:gin',
rmcilroy 2014/10/06 15:41:03 ditto
baixo 2014/10/07 14:53:27 Done.
'../testing/gtest.gyp:gtest',
'components.gyp:visitedlink_browser',
],

Powered by Google App Engine
This is Rietveld 408576698