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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2690333002: Initial checkin of OfflineContentProvider. (Closed)
Patch Set: ItemsAvailable -> AreItemsAvailable Created 3 years, 10 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 | « no previous file | components/BUILD.gn » ('j') | components/offline_content/OWNERS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 "//components/metrics_services_manager", 1433 "//components/metrics_services_manager",
1434 "//components/mime_util", 1434 "//components/mime_util",
1435 "//components/navigation_interception", 1435 "//components/navigation_interception",
1436 "//components/navigation_metrics", 1436 "//components/navigation_metrics",
1437 "//components/net_log", 1437 "//components/net_log",
1438 "//components/network_hints/common", 1438 "//components/network_hints/common",
1439 "//components/network_session_configurator", 1439 "//components/network_session_configurator",
1440 "//components/network_time", 1440 "//components/network_time",
1441 "//components/ntp_snippets", 1441 "//components/ntp_snippets",
1442 "//components/ntp_tiles", 1442 "//components/ntp_tiles",
1443 "//components/offline_content",
Dmitry Titov 2017/02/14 05:41:31 Naming-wise, "offline_content" gives me a pause. T
David Trainor- moved to gerrit 2017/02/22 01:23:11 offline_items_collection works. I'm hesitant to n
1443 "//components/offline_pages/content/background_loader", 1444 "//components/offline_pages/content/background_loader",
1444 "//components/offline_pages/core", 1445 "//components/offline_pages/core",
1445 "//components/offline_pages/core/background:background_offliner", 1446 "//components/offline_pages/core/background:background_offliner",
1446 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 1447 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
1447 "//components/offline_pages/core/request_header:request_header", 1448 "//components/offline_pages/core/request_header:request_header",
1448 "//components/omnibox/browser", 1449 "//components/omnibox/browser",
1449 "//components/os_crypt", 1450 "//components/os_crypt",
1450 "//components/packed_ct_ev_whitelist", 1451 "//components/packed_ct_ev_whitelist",
1451 "//components/password_manager/content/browser", 1452 "//components/password_manager/content/browser",
1452 "//components/password_manager/core/browser", 1453 "//components/password_manager/core/browser",
(...skipping 3054 matching lines...) Expand 10 before | Expand all | Expand 10 after
4507 "media/pepper_cdm_test_constants.cc", 4508 "media/pepper_cdm_test_constants.cc",
4508 "media/pepper_cdm_test_constants.h", 4509 "media/pepper_cdm_test_constants.h",
4509 ] 4510 ]
4510 } 4511 }
4511 } 4512 }
4512 4513
4513 service_manifest("preferences_manifest") { 4514 service_manifest("preferences_manifest") {
4514 name = "preferences" 4515 name = "preferences"
4515 source = "prefs/preferences_manifest.json" 4516 source = "prefs/preferences_manifest.json"
4516 } 4517 }
OLDNEW
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | components/offline_content/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698