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

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

Issue 1844103004: Convert the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "//device/usb/public/interfaces", 368 "//device/usb/public/interfaces",
369 "//media", 369 "//media",
370 "//media/midi", 370 "//media/midi",
371 "//mojo/common", 371 "//mojo/common",
372 "//mojo/edk/system", 372 "//mojo/edk/system",
373 "//mojo/public/cpp/bindings", 373 "//mojo/public/cpp/bindings",
374 "//mojo/public/js", 374 "//mojo/public/js",
375 "//mojo/shell/public/cpp", 375 "//mojo/shell/public/cpp",
376 "//net:extras", 376 "//net:extras",
377 "//net:net_with_v8", 377 "//net:net_with_v8",
378 "//skia/public",
378 "//storage/browser", 379 "//storage/browser",
379 "//storage/common", 380 "//storage/common",
380 "//third_party/WebKit/public:image_resources", 381 "//third_party/WebKit/public:image_resources",
381 "//third_party/WebKit/public:resources", 382 "//third_party/WebKit/public:resources",
382 "//third_party/kasko", 383 "//third_party/kasko",
383 "//third_party/leveldatabase", 384 "//third_party/leveldatabase",
384 "//third_party/libaddressinput", 385 "//third_party/libaddressinput",
385 "//third_party/libyuv", 386 "//third_party/libyuv",
386 "//third_party/re2", 387 "//third_party/re2",
387 "//third_party/smhasher:cityhash", 388 "//third_party/smhasher:cityhash",
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1326 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1326 deps = [ 1327 deps = [
1327 "//components/google/core/browser", 1328 "//components/google/core/browser",
1328 "//components/omnibox/browser", 1329 "//components/omnibox/browser",
1329 "//components/rlz", 1330 "//components/rlz",
1330 "//components/search_engines", 1331 "//components/search_engines",
1331 "//rlz:rlz_lib", 1332 "//rlz:rlz_lib",
1332 ] 1333 ]
1333 } 1334 }
1334 } 1335 }
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