Commit 3527f40b authored by yangguo@chromium.org's avatar yangguo@chromium.org

Reorder native javascript files.

R=verwaest@chromium.org
BUG=403717
LOG=N

Review URL: https://codereview.chromium.org/470083003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23182 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 96038b71
...@@ -184,24 +184,24 @@ action("js2c") { ...@@ -184,24 +184,24 @@ action("js2c") {
"src/uri.js", "src/uri.js",
"third_party/fdlibm/fdlibm.js", "third_party/fdlibm/fdlibm.js",
"src/math.js", "src/math.js",
"src/messages.js",
"src/apinatives.js", "src/apinatives.js",
"src/debug-debugger.js",
"src/mirror-debugger.js",
"src/liveedit-debugger.js",
"src/date.js", "src/date.js",
"src/json.js",
"src/regexp.js", "src/regexp.js",
"src/arraybuffer.js", "src/arraybuffer.js",
"src/typedarray.js", "src/typedarray.js",
"src/object-observe.js",
"src/collection.js", "src/collection.js",
"src/weak-collection.js",
"src/collection-iterator.js", "src/collection-iterator.js",
"src/weak_collection.js",
"src/promise.js", "src/promise.js",
"src/object-observe.js", "src/messages.js",
"src/macros.py", "src/json.js",
"src/array-iterator.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",
] ]
outputs = [ outputs = [
......
...@@ -1396,24 +1396,24 @@ ...@@ -1396,24 +1396,24 @@
'../../src/uri.js', '../../src/uri.js',
'../../third_party/fdlibm/fdlibm.js', '../../third_party/fdlibm/fdlibm.js',
'../../src/math.js', '../../src/math.js',
'../../src/messages.js',
'../../src/apinatives.js', '../../src/apinatives.js',
'../../src/debug-debugger.js',
'../../src/mirror-debugger.js',
'../../src/liveedit-debugger.js',
'../../src/date.js', '../../src/date.js',
'../../src/json.js',
'../../src/regexp.js', '../../src/regexp.js',
'../../src/arraybuffer.js', '../../src/arraybuffer.js',
'../../src/typedarray.js', '../../src/typedarray.js',
'../../src/weak_collection.js',
'../../src/promise.js',
'../../src/object-observe.js', '../../src/object-observe.js',
'../../src/collection.js', '../../src/collection.js',
'../../src/weak-collection.js',
'../../src/collection-iterator.js', '../../src/collection-iterator.js',
'../../src/macros.py', '../../src/promise.js',
'../../src/messages.js',
'../../src/json.js',
'../../src/array-iterator.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': [ 'experimental_library_files': [
'../../src/macros.py', '../../src/macros.py',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment