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

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

Issue 877323009: Extracted media mime type checks from net/base/ into media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fixes #1 Created 5 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 | chrome/browser/DEPS » ('j') | net/base/mime_util.cc » ('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/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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "//components/translate/core/common", 130 "//components/translate/core/common",
131 "//components/ui/zoom:ui_zoom", 131 "//components/ui/zoom:ui_zoom",
132 "//components/update_client", 132 "//components/update_client",
133 "//components/url_fixer", 133 "//components/url_fixer",
134 "//components/user_prefs", 134 "//components/user_prefs",
135 "//components/variations", 135 "//components/variations",
136 "//components/variations/net", 136 "//components/variations/net",
137 "//components/webdata/common", 137 "//components/webdata/common",
138 "//components/webdata_services", 138 "//components/webdata_services",
139 "//components/web_resource", 139 "//components/web_resource",
140 "//content/common",
140 "//content/public/browser", 141 "//content/public/browser",
141 "//content/public/common", 142 "//content/public/common",
142 "//courgette:courgette_lib", 143 "//courgette:courgette_lib",
143 "//crypto", 144 "//crypto",
144 "//google_apis", 145 "//google_apis",
145 "//gpu/config", 146 "//gpu/config",
146 "//jingle:notifier", 147 "//jingle:notifier",
147 "//skia", 148 "//skia",
148 "//sql", 149 "//sql",
149 "//sync", 150 "//sync",
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 ] 1100 ]
1100 } 1101 }
1101 1102
1102 if (enable_wifi_bootstrapping) { 1103 if (enable_wifi_bootstrapping) {
1103 sources += [ 1104 sources += [
1104 "local_discovery/wifi/mock_wifi_manager.cc", 1105 "local_discovery/wifi/mock_wifi_manager.cc",
1105 "local_discovery/wifi/mock_wifi_manager.h", 1106 "local_discovery/wifi/mock_wifi_manager.h",
1106 ] 1107 ]
1107 } 1108 }
1108 } 1109 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | net/base/mime_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698