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

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 1415753003: gn format everything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert freetype-android change Created 5 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 | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/platform/heap/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 0510abca48bdaf99a896fa94783e38b8180a462d..4a7d6fba21d24eef7f6ca3d3bf8d9ab67c907bbd 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -19,18 +19,18 @@ source_set("modules") {
sources += bindings_modules_v8_files
sources += rebase_path(bindings_modules_generated_aggregate_files, ".", "//")
sources += rebase_path(bindings_modules_generated_union_type_files, ".", "//")
- sources += rebase_path(bindings_modules_generated_partial_aggregate_files, ".", "//")
- sources += rebase_path([ bindings_modules_generated_init_partial_interfaces_file ], ".", "//")
+ sources +=
+ rebase_path(bindings_modules_generated_partial_aggregate_files, ".", "//")
+ sources +=
+ rebase_path([ bindings_modules_generated_init_partial_interfaces_file ],
+ ".",
+ "//")
if (!is_win) {
- sources -= [
- "webdatabase/sqlite/SQLiteFileSystemWin.cpp",
- ]
+ sources -= [ "webdatabase/sqlite/SQLiteFileSystemWin.cpp" ]
}
if (!is_posix) {
- sources -= [
- "webdatabase/sqlite/SQLiteFileSystemPosix.cpp",
- ]
+ sources -= [ "webdatabase/sqlite/SQLiteFileSystemPosix.cpp" ]
}
configs += [
@@ -49,9 +49,7 @@ source_set("modules") {
]
if (is_win) {
- cflags = [
- "/wd4334", # Result of 32-bit shift implicitly converted to 64 bits.
- ]
+ cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits.
# TODO(GYP)
# Shard this taret into parts to work around linker limitations.
# on link time code generation builds.
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/platform/heap/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698