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. |