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

Unified Diff: tools/gn/format_test_data/026.golden

Issue 756413002: gn format: Fix and enable a few more tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-wrap-fix
Patch Set: . Created 6 years, 1 month 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 | « tools/gn/format_test_data/025.golden ('k') | tools/gn/format_test_data/043.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/026.golden
diff --git a/tools/gn/format_test_data/026.golden b/tools/gn/format_test_data/026.golden
index 1f6b70d7578deb11fcd2246b1a378df51535c8c5..b1e04bf11dfcf866305c5566bbeb30cee3905ca2 100644
--- a/tools/gn/format_test_data/026.golden
+++ b/tools/gn/format_test_data/026.golden
@@ -1,5 +1,5 @@
args = [
- rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir),
- "EXPERIMENTAL",
- v8_compress_startup_data,
-] + rebase_path(sources, root_build_dir)
+ rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir),
brettw 2014/11/26 18:32:07 This is interesting. I was going to say this is wr
scottmg 2014/11/26 18:39:54 Yeah, the special formatting for lists is a bit we
+ "EXPERIMENTAL",
+ v8_compress_startup_data,
+ ] + rebase_path(sources, root_build_dir)
« no previous file with comments | « tools/gn/format_test_data/025.golden ('k') | tools/gn/format_test_data/043.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698