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

Side by Side Diff: extensions/browser/updater/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/mojo/BUILD.gn ('k') | extensions/browser/value_store/BUILD.gn » ('j') | 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("updater") {
5 sources = [
6 "extension_cache.h",
7 "extension_downloader.cc",
8 "extension_downloader.h",
9 "extension_downloader_delegate.cc",
10 "extension_downloader_delegate.h",
11 "extension_downloader_test_delegate.h",
12 "manifest_fetch_data.cc",
13 "manifest_fetch_data.h",
14 "null_extension_cache.cc",
15 "null_extension_cache.h",
16 "request_queue.h",
17 "request_queue_impl.h",
18 "safe_manifest_parser.cc",
19 "safe_manifest_parser.h",
20 "update_client_config.cc",
21 "update_client_config.h",
22 "update_data_provider.cc",
23 "update_data_provider.h",
24 "update_install_shim.cc",
25 "update_install_shim.h",
26 "update_service.cc",
27 "update_service.h",
28 "update_service_factory.cc",
29 "update_service_factory.h",
30 ]
31
32 deps = [
33 "//content/public/browser",
34 "//extensions/strings",
35 "//skia",
36 ]
37 }
OLDNEW
« no previous file with comments | « extensions/browser/mojo/BUILD.gn ('k') | extensions/browser/value_store/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698