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

Unified Diff: chrome/chrome_tests_unit.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 | « chrome/chrome_tests.gypi ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index eed3b96b149ad6c49cea024e3244a7ce1113a68e..b043b2b3cd4d9e1e233fd89ecd81f330bc65d566 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2334,7 +2334,7 @@
}],
['OS!="android" and OS!="ios"', {
'dependencies': [
- '../v8/tools/gyp/v8.gyp:v8',
+ '../v8/src/v8.gyp:v8',
],
'includes': [
'js_unittest_rules.gypi',
@@ -2921,7 +2921,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 | « chrome/chrome_tests.gypi ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698