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

Unified Diff: content/content_tests.gypi

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/content_shell.gypi ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ddecd1829ab4baa7681bb10eca87681280229873..b6fef25300d2bb7563da36aa9932c5ee15f89c34 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -875,7 +875,7 @@
'../ui/resources/ui_resources.gyp:ui_resources',
'../ui/surface/surface.gyp:surface',
'../url/url.gyp:url_lib',
- '../v8/tools/gyp/v8.gyp:v8',
+ '../v8/src/v8.gyp:v8',
'browser/speech/proto/speech_proto.gyp:speech_proto',
'content_test_mojo_bindings',
'content.gyp:content_app_both',
@@ -1000,7 +1000,7 @@
'../skia/skia.gyp:skia',
'../ui/accessibility/accessibility.gyp:ax_gen',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
- '../v8/tools/gyp/v8.gyp:v8',
+ '../v8/src/v8.gyp:v8',
],
'include_dirs': [
'..',
@@ -1531,7 +1531,7 @@
'../ui/gfx/gfx.gyp:gfx_test_support',
'../ui/gl/gl.gyp:gl',
'../ui/gl/gl.gyp:gl_test_support',
- '../v8/tools/gyp/v8.gyp:v8',
+ '../v8/src/v8.gyp:v8',
],
'include_dirs': [
'..',
@@ -1838,7 +1838,7 @@
'conditions': [
['v8_use_external_startup_data==1', {
'dependencies': [
- '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
+ '../v8/src/v8.gyp:v8_external_snapshot',
],
'variables': {
'dest_path': '<(asset_location)',
« no previous file with comments | « content/content_shell.gypi ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698