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

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

Issue 2162693002: Move bitmap uploader to ui service client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « components/bitmap_uploader/bitmap_uploader_export.h ('k') | content/browser/compositor/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 if (is_chromeos) { 377 if (is_chromeos) {
378 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] 378 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
379 deps += [ 379 deps += [
380 "//chromeos", 380 "//chromeos",
381 "//chromeos:power_manager_proto", 381 "//chromeos:power_manager_proto",
382 ] 382 ]
383 } 383 }
384 384
385 if (use_aura) { 385 if (use_aura) {
386 deps += [ 386 deps += [
387 "//components/bitmap_uploader",
388 "//services/ui/common:mus_common", 387 "//services/ui/common:mus_common",
389 "//services/ui/public/cpp", 388 "//services/ui/public/cpp",
390 "//services/ui/public/interfaces", 389 "//services/ui/public/interfaces",
391 "//ui/aura", 390 "//ui/aura",
392 "//ui/aura_extra", 391 "//ui/aura_extra",
393 "//ui/strings", 392 "//ui/strings",
394 "//ui/views/mus", 393 "//ui/views/mus",
395 "//ui/wm", 394 "//ui/wm",
396 ] 395 ]
397 sources += [ 396 sources += [
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 if (!is_component_build) { 524 if (!is_component_build) {
526 public_deps = [ 525 public_deps = [
527 ":browser", 526 ":browser",
528 ] 527 ]
529 } else { 528 } else {
530 public_deps = [ 529 public_deps = [
531 "//third_party/leveldatabase", 530 "//third_party/leveldatabase",
532 ] 531 ]
533 } 532 }
534 } 533 }
OLDNEW
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader_export.h ('k') | content/browser/compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698