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

Unified Diff: webkit/webkit.gyp

Issue 99056: Make webkit.gyp point to the new v8.gyp file. (Closed)
Patch Set: Created 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 1ea3041740889038b3b892d7e71afbc498b314a0..ba80f652c41f236607b05fb3d4599ac2dd5635c3 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -3991,10 +3991,10 @@
'conditions': [
['javascript_engine=="v8"', {
'dependencies': [
- '../build/temp_gyp/v8.gyp:v8',
+ '../v8/tools/gyp/v8.gyp:v8',
],
'export_dependent_settings': [
- '../build/temp_gyp/v8.gyp:v8',
+ '../v8/tools/gyp/v8.gyp:v8',
],
}],
['OS=="linux"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698