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

Unified Diff: net/net.gyp

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 | « mojo/mojo_edk.gyp ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 8d3f00e3ddcee346ed692a8eb71054dd5588e1ce..95879db27d22cc2de89651027eebc9a21ee8c61c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -875,7 +875,7 @@
'../base/base.gyp:base',
'../gin/gin.gyp:gin',
'../url/url.gyp:url_lib',
- '../v8/tools/gyp/v8.gyp:v8',
+ '../v8/src/v8.gyp:v8',
'net'
],
'defines': [
@@ -1571,7 +1571,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 | « mojo/mojo_edk.gyp ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698