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

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

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move things around. 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') | skia/public/interfaces/image.mojom » ('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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "//components/visitedlink/browser", 245 "//components/visitedlink/browser",
246 "//components/visitedlink/common", 246 "//components/visitedlink/common",
247 "//components/web_cache/browser", 247 "//components/web_cache/browser",
248 "//components/web_modal", 248 "//components/web_modal",
249 "//content/app/resources", 249 "//content/app/resources",
250 "//media", 250 "//media",
251 "//mojo/common", 251 "//mojo/common",
252 "//mojo/environment:chromium", 252 "//mojo/environment:chromium",
253 "//net:extras", 253 "//net:extras",
254 "//net:net_with_v8", 254 "//net:net_with_v8",
255 "//services/image_decoder/public/interfaces",
256 "//skia/public",
255 "//storage/browser", 257 "//storage/browser",
256 "//storage/common", 258 "//storage/common",
257 "//third_party/WebKit/public:resources", 259 "//third_party/WebKit/public:resources",
258 "//third_party/expat", 260 "//third_party/expat",
259 "//third_party/leveldatabase", 261 "//third_party/leveldatabase",
260 "//third_party/libaddressinput", 262 "//third_party/libaddressinput",
261 "//third_party/libyuv", 263 "//third_party/libyuv",
262 "//third_party/mojo/src/mojo/edk/system", 264 "//third_party/mojo/src/mojo/edk/system",
263 "//third_party/mojo/src/mojo/public/cpp/bindings", 265 "//third_party/mojo/src/mojo/public/cpp/bindings",
264 "//third_party/mojo/src/mojo/public/js", 266 "//third_party/mojo/src/mojo/public/js",
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 ] 1102 ]
1101 } 1103 }
1102 1104
1103 if (enable_wifi_bootstrapping) { 1105 if (enable_wifi_bootstrapping) {
1104 sources += [ 1106 sources += [
1105 "local_discovery/wifi/mock_wifi_manager.cc", 1107 "local_discovery/wifi/mock_wifi_manager.cc",
1106 "local_discovery/wifi/mock_wifi_manager.h", 1108 "local_discovery/wifi/mock_wifi_manager.h",
1107 ] 1109 ]
1108 } 1110 }
1109 } 1111 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | skia/public/interfaces/image.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698