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

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

Issue 1110833003: Move the IsSupported* mime functions out of //net and into //components/mime_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 7 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "//components/google/core/browser", 100 "//components/google/core/browser",
101 "//components/handoff", 101 "//components/handoff",
102 "//components/history/core/browser", 102 "//components/history/core/browser",
103 "//components/history/core/common", 103 "//components/history/core/common",
104 "//components/infobars/core", 104 "//components/infobars/core",
105 "//components/invalidation", 105 "//components/invalidation",
106 "//components/metrics:gpu", 106 "//components/metrics:gpu",
107 "//components/metrics:net", 107 "//components/metrics:net",
108 "//components/metrics:profiler", 108 "//components/metrics:profiler",
109 "//components/metrics/proto:proto", 109 "//components/metrics/proto:proto",
110 "//components/mime_util",
110 "//components/navigation_metrics", 111 "//components/navigation_metrics",
111 "//components/network_time", 112 "//components/network_time",
112 "//components/omnibox", 113 "//components/omnibox",
113 "//components/os_crypt", 114 "//components/os_crypt",
114 "//components/packed_ct_ev_whitelist", 115 "//components/packed_ct_ev_whitelist",
115 "//components/password_manager/core/browser", 116 "//components/password_manager/core/browser",
116 "//components/password_manager/core/common", 117 "//components/password_manager/core/common",
117 "//components/policy:policy_component", 118 "//components/policy:policy_component",
118 "//components/precache/core", 119 "//components/precache/core",
119 "//components/query_parser", 120 "//components/query_parser",
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 ] 1130 ]
1130 } 1131 }
1131 1132
1132 if (enable_wifi_bootstrapping) { 1133 if (enable_wifi_bootstrapping) {
1133 sources += [ 1134 sources += [
1134 "local_discovery/wifi/mock_wifi_manager.cc", 1135 "local_discovery/wifi/mock_wifi_manager.cc",
1135 "local_discovery/wifi/mock_wifi_manager.h", 1136 "local_discovery/wifi/mock_wifi_manager.h",
1136 ] 1137 ]
1137 } 1138 }
1138 } 1139 }
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