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

Unified Diff: BUILD.gn

Issue 1844313003: Also don't sort the snapshot files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | no next file » | 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 1c4f2c550b786313d58d93580a344a361b5fd002..bb4bcb583f9cea2f8e0c8f74eb58d9b95a53962b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -446,11 +446,12 @@ if (v8_use_external_startup_data) {
":js2c_extras",
]
+ # NOSORT
sources = [
"$target_gen_dir/libraries.bin",
"$target_gen_dir/libraries_experimental.bin",
- "$target_gen_dir/libraries_experimental_extras.bin",
"$target_gen_dir/libraries_extras.bin",
+ "$target_gen_dir/libraries_experimental_extras.bin",
]
outputs = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698