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

Unified Diff: build/secondary/third_party/leveldatabase/BUILD.gn

Issue 766573003: gn format //build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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 | « build/secondary/third_party/icu/BUILD.gn ('k') | build/secondary/third_party/libjpeg_turbo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/leveldatabase/BUILD.gn
diff --git a/build/secondary/third_party/leveldatabase/BUILD.gn b/build/secondary/third_party/leveldatabase/BUILD.gn
index 3653a983a2fcb44cd21192fa3875691423eb4e90..67cda92da8544c15832ad5ec881ceb0be2993419 100644
--- a/build/secondary/third_party/leveldatabase/BUILD.gn
+++ b/build/secondary/third_party/leveldatabase/BUILD.gn
@@ -70,6 +70,7 @@ static_library("leveldatabase") {
"src/include/leveldb/write_batch.h",
"src/port/port.h",
"src/port/port_example.h",
+
#"src/port/port_posix.cc", # We use the chromium port instead of this.
#"src/port/port_posix.h",
"src/table/block.cc",
@@ -205,7 +206,7 @@ if (!is_android) {
test("leveldb_crc32c_test") {
sources = [
- "src/util/crc32c_test.cc"
+ "src/util/crc32c_test.cc",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
« no previous file with comments | « build/secondary/third_party/icu/BUILD.gn ('k') | build/secondary/third_party/libjpeg_turbo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698