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

Side by Side Diff: extensions/browser/value_store/BUILD.gn

Issue 2314313002: Add sessionType and playStoreStatus to chromeosInfoPrivate. (Closed)
Patch Set: initial Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « extensions/browser/updater/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 source_set("value_store") {
5 sources = [
6 "lazy_leveldb.cc",
7 "lazy_leveldb.h",
8 "legacy_value_store_factory.cc",
9 "legacy_value_store_factory.h",
10 "leveldb_scoped_database.cc",
11 "leveldb_scoped_database.h",
12 "leveldb_value_store.cc",
13 "leveldb_value_store.h",
14 "test_value_store_factory.cc",
15 "test_value_store_factory.h",
16 "testing_value_store.cc",
17 "testing_value_store.h",
18 "value_store.cc",
19 "value_store.h",
20 "value_store_change.cc",
21 "value_store_change.h",
22 "value_store_factory.h",
23 "value_store_factory_impl.cc",
24 "value_store_factory_impl.h",
25 "value_store_frontend.cc",
26 "value_store_frontend.h",
27 ]
28
29 deps = [
30 "//content/public/browser",
31 "//skia",
32 "//third_party/leveldatabase",
33 ]
34 }
OLDNEW
« no previous file with comments | « extensions/browser/updater/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698