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

Unified Diff: gin/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 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
Index: gin/BUILD.gn
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 8f7e360b98ac3abce9e0830dcb11200cde612c75..5446d56083005fc63048a5e77b09d2b8c32e09c7 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -48,10 +48,10 @@ component("gin") {
"public/isolate_holder.h",
"public/v8_platform.h",
"public/wrapper_info.h",
- "runner.cc",
- "runner.h",
"run_microtasks_observer.cc",
"run_microtasks_observer.h",
+ "runner.cc",
+ "runner.h",
"shell_runner.cc",
"shell_runner.h",
"try_catch.cc",
@@ -151,8 +151,8 @@ test("gin_unittests") {
"modules/module_registry_unittest.cc",
"modules/timer_unittest.cc",
"per_context_data_unittest.cc",
- "shell_runner_unittest.cc",
"shell/gin_shell_unittest.cc",
+ "shell_runner_unittest.cc",
"test/run_all_unittests.cc",
"test/run_js_tests.cc",
"wrappable_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698