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

Unified Diff: runtime/third_party/double-conversion/src/BUILD.gn

Issue 2451613005: Format GN files and add a presubmit check that GN is properly formatted (Closed)
Patch Set: Fix gn args Created 4 years, 2 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 | « runtime/observatory/BUILD.gn ('k') | runtime/vm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/third_party/double-conversion/src/BUILD.gn
diff --git a/runtime/third_party/double-conversion/src/BUILD.gn b/runtime/third_party/double-conversion/src/BUILD.gn
index 5aaa53b25f212f4c012ec11a79b8ac6beeb0f821..788862338d05620f52fdc574c40d44ff542809d4 100644
--- a/runtime/third_party/double-conversion/src/BUILD.gn
+++ b/runtime/third_party/double-conversion/src/BUILD.gn
@@ -2,14 +2,13 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-
static_library("libdouble_conversion") {
- configs += [ "../../..:dart_config", ]
+ configs += [ "../../..:dart_config" ]
sources = [
- "bignum.cc",
- "bignum.h",
"bignum-dtoa.cc",
"bignum-dtoa.h",
+ "bignum.cc",
+ "bignum.h",
"cached-powers.cc",
"cached-powers.h",
"diy-fp.cc",
@@ -25,8 +24,5 @@ static_library("libdouble_conversion") {
"strtod.h",
"utils.h",
]
- include_dirs = [
- ".",
- ]
+ include_dirs = [ "." ]
}
-
« no previous file with comments | « runtime/observatory/BUILD.gn ('k') | runtime/vm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698