Skip to content

Commit

Permalink
leveldatabase: remove env.h from sources list
Browse files Browse the repository at this point in the history
This file does not exist under src/util/ anymore and thus should not be listed in the GN file.

Checked on Linux with the following command line:

$ gn check --force gn-ninja-out/local-dbg --args='is_debug=true
is_component_build=true symbol_level=1' //third_party/leveldatabase/*

BUG=502447

Change-Id: I9ce11e7f575b82345b95def661e5bb11396ba124
Reviewed-on: https://chromium-review.googlesource.com/503707
Reviewed-by: Joshua Bell <[email protected]>
Commit-Queue: Thiago Farina <[email protected]>
Cr-Commit-Position: refs/heads/master@{#472280}
  • Loading branch information
tfarina authored and Commit Bot committed May 17, 2017
1 parent 873b91f commit fd5b6eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/leveldatabase/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ static_library("leveldatabase") {
"src/util/crc32c.cc",
"src/util/crc32c.h",
"src/util/env.cc",
"src/util/env.h",
"src/util/filter_policy.cc",
"src/util/hash.cc",
"src/util/hash.h",
Expand Down

0 comments on commit fd5b6eb

Please sign in to comment.