Skip to content

Commit

Permalink
Move value store test files to test target instead of chrome target.
Browse files Browse the repository at this point in the history
Bug: None
Change-Id: I2bd2835b924ed3d021a837fe8987cee2f142ec55
Reviewed-on: https://chromium-review.googlesource.com/905240
Reviewed-by: Devlin <rdevlin.cronin@chromium.org>
Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#535089}
  • Loading branch information
Istiaque Ahmed authored and Commit Bot committed Feb 7, 2018
1 parent dd7d750 commit faa068e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions extensions/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ source_set("test_support") {
sources = [
"preload_check_test_util.cc",
"preload_check_test_util.h",
"value_store/test_value_store_factory.cc",
"value_store/test_value_store_factory.h",
"value_store/testing_value_store.cc",
"value_store/testing_value_store.h",
]

deps = [
Expand Down
4 changes: 0 additions & 4 deletions extensions/browser/value_store/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ source_set("value_store") {
"leveldb_scoped_database.h",
"leveldb_value_store.cc",
"leveldb_value_store.h",
"test_value_store_factory.cc",
"test_value_store_factory.h",
"testing_value_store.cc",
"testing_value_store.h",
"value_store.cc",
"value_store.h",
"value_store_change.cc",
Expand Down

0 comments on commit faa068e

Please sign in to comment.