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

Unified Diff: BUILD.gn

Issue 1282793002: Debugger: load debugger builtins as normal native JS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: use InstallFunctions and InstallConstants Created 5 years, 4 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/bootstrapper.h » ('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 b935b2d53d6b88a933ab99ccf62dd479a664c3ab..36052d16693f44de7c544f3d4e8c342f57954e40 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -230,8 +230,8 @@ action("js2c") {
"src/templates.js",
"src/harmony-array.js",
"src/harmony-typedarray.js",
- "src/debug/debug.js",
"src/debug/mirrors.js",
+ "src/debug/debug.js",
"src/debug/liveedit.js",
]
« no previous file with comments | « no previous file | src/bootstrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698