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

Unified Diff: tools/parser-shell.gyp

Issue 1920793002: [build] Prepare moving v8.gyp to src/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Better base files. 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 | « tools/gyp/OWNERS ('k') | tools/verify_source_deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/parser-shell.gyp
diff --git a/tools/parser-shell.gyp b/tools/parser-shell.gyp
index 77ed1eb246055f32ca7b9e06cd4f8305b699b675..aa19724530959549eef0e734829150e96be1881e 100644
--- a/tools/parser-shell.gyp
+++ b/tools/parser-shell.gyp
@@ -36,8 +36,8 @@
'target_name': 'parser-shell',
'type': 'executable',
'dependencies': [
- '../tools/gyp/v8.gyp:v8',
- '../tools/gyp/v8.gyp:v8_libplatform',
+ '../src/v8.gyp:v8',
+ '../src/v8.gyp:v8_libplatform',
],
'conditions': [
['v8_enable_i18n_support==1', {
« no previous file with comments | « tools/gyp/OWNERS ('k') | tools/verify_source_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698