| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |