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

Unified Diff: BUILD.gn

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 | « no previous file | src/collection.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a3e59459ab27dd176cbce1afecc64cd4ae391767..53ecc77d2775b07ffa09a5e8220f0fc268c31824 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -201,6 +201,8 @@ action("js2c") {
inputs = [ "tools/jsmin.py" ]
sources = [
+ "src/macros.py",
+ "src/messages.h",
"src/runtime.js",
"src/v8natives.js",
"src/symbol.js",
@@ -227,7 +229,6 @@ action("js2c") {
"src/mirror-debugger.js",
"src/liveedit-debugger.js",
"src/templates.js",
- "src/macros.py",
]
outputs = [
@@ -263,6 +264,7 @@ action("js2c_experimental") {
sources = [
"src/macros.py",
+ "src/messages.h",
"src/proxy.js",
"src/generator.js",
"src/harmony-array.js",
« no previous file with comments | « no previous file | src/collection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698