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

Unified Diff: tools/gyp/v8.gyp

Issue 1169853007: Make js2c depend on messages.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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
« BUILD.gn ('K') | « src/d8.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 5510dad36c05f1329ff0516f189859725fad5ca1..b7d9dd08346c073e8504759fe794f560015ed6af 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1764,6 +1764,7 @@
'action_name': 'js2c',
'inputs': [
'../../tools/js2c.py',
+ '../../src/messages.h',
'<@(library_files)',
'<@(i18n_library_files)'
],
@@ -1791,6 +1792,7 @@
'action_name': 'js2c_experimental',
'inputs': [
'../../tools/js2c.py',
+ '../../src/messages.h',
'<@(experimental_library_files)',
],
'outputs': [
@@ -1816,6 +1818,7 @@
'action_name': 'js2c_extras',
'inputs': [
'../../tools/js2c.py',
+ '../../src/messages.h',
'<@(v8_extra_library_files)',
],
'outputs': [
« BUILD.gn ('K') | « src/d8.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698