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

Unified Diff: third_party/WebKit/Source/platform/platform.gni

Issue 1406153017: gn format '.gni' files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « third_party/WebKit/Source/modules/modules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/platform.gni
diff --git a/third_party/WebKit/Source/platform/platform.gni b/third_party/WebKit/Source/platform/platform.gni
index 6d7d403db18dedf3b0dba297f1b2abe04acce281..8941532dd6df53c6975da546093baa1063ca32a9 100644
--- a/third_party/WebKit/Source/platform/platform.gni
+++ b/third_party/WebKit/Source/platform/platform.gni
@@ -5,14 +5,16 @@
# This file is the GN version of blink_platform.gypi. We rebase most paths to
# be absolute so these lists can be used by BUILD files in different directories
# without worrying about the base directory.
-_gypi = exec_script(
- "//build/gypi_to_gn.py",
- [ rebase_path("blink_platform.gypi") ],
- "scope",
- [ "blink_platform.gypi" ])
+_gypi = exec_script("//build/gypi_to_gn.py",
+ [ rebase_path("blink_platform.gypi") ],
+ "scope",
+ [ "blink_platform.gypi" ])
platform_files = _gypi.platform_files
platform_test_files = get_path_info(_gypi.platform_test_files, "abspath")
-platform_unittest_support_files = get_path_info(_gypi.platform_unittest_support_files, "abspath")
-platform_web_unittest_files = get_path_info(_gypi.platform_web_unittest_files, "abspath")
-platform_test_support_files = get_path_info(_gypi.platform_test_support_files, "abspath")
+platform_unittest_support_files =
+ get_path_info(_gypi.platform_unittest_support_files, "abspath")
+platform_web_unittest_files =
+ get_path_info(_gypi.platform_web_unittest_files, "abspath")
+platform_test_support_files =
+ get_path_info(_gypi.platform_test_support_files, "abspath")
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698