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

Unified Diff: tools/gyp/v8.gyp

Issue 470083003: Reorder native javascript files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « src/weak_collection.js ('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 1f5c197a833922f66ba4d238bad1a6521768df9b..3b832852e3b40f2a6f2dbdd2af6f5519d50d2293 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1396,24 +1396,24 @@
'../../src/uri.js',
'../../third_party/fdlibm/fdlibm.js',
'../../src/math.js',
- '../../src/messages.js',
'../../src/apinatives.js',
- '../../src/debug-debugger.js',
- '../../src/mirror-debugger.js',
- '../../src/liveedit-debugger.js',
'../../src/date.js',
- '../../src/json.js',
'../../src/regexp.js',
'../../src/arraybuffer.js',
'../../src/typedarray.js',
- '../../src/weak_collection.js',
- '../../src/promise.js',
'../../src/object-observe.js',
'../../src/collection.js',
+ '../../src/weak-collection.js',
'../../src/collection-iterator.js',
- '../../src/macros.py',
+ '../../src/promise.js',
+ '../../src/messages.js',
+ '../../src/json.js',
'../../src/array-iterator.js',
- '../../src/string-iterator.js'
+ '../../src/string-iterator.js',
+ '../../src/debug-debugger.js',
+ '../../src/mirror-debugger.js',
+ '../../src/liveedit-debugger.js',
+ '../../src/macros.py',
],
'experimental_library_files': [
'../../src/macros.py',
« no previous file with comments | « src/weak_collection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698