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

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

Issue 983043003: Componentize FaviconService and FaviconHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon_service
Patch Set: Fix android_aosp (reverted the change by mistake by switching computer) Created 5 years, 9 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 | chrome/browser/DEPS » ('j') | no next file with comments »
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "//components/cloud_devices/common", 86 "//components/cloud_devices/common",
87 "//components/component_updater", 87 "//components/component_updater",
88 "//components/content_settings/core/browser", 88 "//components/content_settings/core/browser",
89 "//components/content_settings/core/common", 89 "//components/content_settings/core/common",
90 "//components/crx_file", 90 "//components/crx_file",
91 "//components/data_reduction_proxy/core/browser", 91 "//components/data_reduction_proxy/core/browser",
92 "//components/device_event_log", 92 "//components/device_event_log",
93 "//components/domain_reliability", 93 "//components/domain_reliability",
94 "//components/enhanced_bookmarks", 94 "//components/enhanced_bookmarks",
95 "//components/favicon_base", 95 "//components/favicon_base",
96 "//components/favicon/core", 96 "//components/favicon/core/browser",
97 "//components/feedback", 97 "//components/feedback",
98 "//components/gcm_driver", 98 "//components/gcm_driver",
99 "//components/google/core/browser", 99 "//components/google/core/browser",
100 "//components/handoff", 100 "//components/handoff",
101 "//components/history/core/browser", 101 "//components/history/core/browser",
102 "//components/history/core/common", 102 "//components/history/core/common",
103 "//components/infobars/core", 103 "//components/infobars/core",
104 "//components/invalidation", 104 "//components/invalidation",
105 "//components/metrics:gpu", 105 "//components/metrics:gpu",
106 "//components/metrics:net", 106 "//components/metrics:net",
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 ] 1101 ]
1102 } 1102 }
1103 1103
1104 if (enable_wifi_bootstrapping) { 1104 if (enable_wifi_bootstrapping) {
1105 sources += [ 1105 sources += [
1106 "local_discovery/wifi/mock_wifi_manager.cc", 1106 "local_discovery/wifi/mock_wifi_manager.cc",
1107 "local_discovery/wifi/mock_wifi_manager.h", 1107 "local_discovery/wifi/mock_wifi_manager.h",
1108 ] 1108 ]
1109 } 1109 }
1110 } 1110 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698