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

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: Clean up and add test. Created 5 years, 8 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') | chrome/browser/image_decoder.h » ('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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "//components/visitedlink/browser", 247 "//components/visitedlink/browser",
248 "//components/visitedlink/common", 248 "//components/visitedlink/common",
249 "//components/web_cache/browser", 249 "//components/web_cache/browser",
250 "//components/web_modal", 250 "//components/web_modal",
251 "//content/app/resources", 251 "//content/app/resources",
252 "//media", 252 "//media",
253 "//mojo/common", 253 "//mojo/common",
254 "//mojo/environment:chromium", 254 "//mojo/environment:chromium",
255 "//net:extras", 255 "//net:extras",
256 "//net:net_with_v8", 256 "//net:net_with_v8",
257 "//services/image_decoder/public/interfaces",
258 "//skia/public",
257 "//storage/browser", 259 "//storage/browser",
258 "//storage/common", 260 "//storage/common",
259 "//third_party/WebKit/public:resources", 261 "//third_party/WebKit/public:resources",
260 "//third_party/expat", 262 "//third_party/expat",
261 "//third_party/leveldatabase", 263 "//third_party/leveldatabase",
262 "//third_party/libaddressinput", 264 "//third_party/libaddressinput",
263 "//third_party/libyuv", 265 "//third_party/libyuv",
264 "//third_party/mojo/src/mojo/edk/system", 266 "//third_party/mojo/src/mojo/edk/system",
265 "//third_party/mojo/src/mojo/public/cpp/bindings", 267 "//third_party/mojo/src/mojo/public/cpp/bindings",
266 "//third_party/mojo/src/mojo/public/js", 268 "//third_party/mojo/src/mojo/public/js",
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 ] 1108 ]
1107 } 1109 }
1108 1110
1109 if (enable_wifi_bootstrapping) { 1111 if (enable_wifi_bootstrapping) {
1110 sources += [ 1112 sources += [
1111 "local_discovery/wifi/mock_wifi_manager.cc", 1113 "local_discovery/wifi/mock_wifi_manager.cc",
1112 "local_discovery/wifi/mock_wifi_manager.h", 1114 "local_discovery/wifi/mock_wifi_manager.h",
1113 ] 1115 ]
1114 } 1116 }
1115 } 1117 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/image_decoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698