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

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: Rebase 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') | 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/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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "//device/usb/public/interfaces", 371 "//device/usb/public/interfaces",
372 "//media", 372 "//media",
373 "//media/midi", 373 "//media/midi",
374 "//mojo/common", 374 "//mojo/common",
375 "//mojo/edk/system", 375 "//mojo/edk/system",
376 "//mojo/public/cpp/bindings", 376 "//mojo/public/cpp/bindings",
377 "//mojo/public/js", 377 "//mojo/public/js",
378 "//mojo/shell/public/cpp", 378 "//mojo/shell/public/cpp",
379 "//net:extras", 379 "//net:extras",
380 "//net:net_with_v8", 380 "//net:net_with_v8",
381 "//skia/public",
381 "//storage/browser", 382 "//storage/browser",
382 "//storage/common", 383 "//storage/common",
383 "//third_party/WebKit/public:image_resources", 384 "//third_party/WebKit/public:image_resources",
384 "//third_party/WebKit/public:resources", 385 "//third_party/WebKit/public:resources",
385 "//third_party/kasko", 386 "//third_party/kasko",
386 "//third_party/leveldatabase", 387 "//third_party/leveldatabase",
387 "//third_party/libaddressinput", 388 "//third_party/libaddressinput",
388 "//third_party/libyuv", 389 "//third_party/libyuv",
389 "//third_party/re2", 390 "//third_party/re2",
390 "//third_party/smhasher:cityhash", 391 "//third_party/smhasher:cityhash",
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1329 deps = [ 1330 deps = [
1330 "//components/google/core/browser", 1331 "//components/google/core/browser",
1331 "//components/omnibox/browser", 1332 "//components/omnibox/browser",
1332 "//components/rlz", 1333 "//components/rlz",
1333 "//components/search_engines", 1334 "//components/search_engines",
1334 "//rlz:rlz_lib", 1335 "//rlz:rlz_lib",
1335 ] 1336 ]
1336 } 1337 }
1337 } 1338 }
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