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

Unified Diff: tools/gyp/v8.gyp

Issue 1087633005: Start migrating error message templates to the runtime. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix windows build Created 5 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 | « test/cctest/test-strings.cc ('k') | tools/js2c.py » ('j') | 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 2c6511f601aaae9fd1e7efc509cc3490f9c8fb77..eb7f9c7f5fc9ed5e0ca8430264d031500a7c42aa 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1686,6 +1686,8 @@
],
'variables': {
'library_files': [
+ '../../src/macros.py',
+ '../../src/messages.h',
'../../src/runtime.js',
'../../src/v8natives.js',
'../../src/symbol.js',
@@ -1712,10 +1714,10 @@
'../../src/mirror-debugger.js',
'../../src/liveedit-debugger.js',
'../../src/templates.js',
- '../../src/macros.py',
],
'experimental_library_files': [
'../../src/macros.py',
+ '../../src/messages.h',
'../../src/proxy.js',
'../../src/generator.js',
'../../src/harmony-array.js',
« no previous file with comments | « test/cctest/test-strings.cc ('k') | tools/js2c.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698