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/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 import("//content/browser/browser.gni") | 8 import("//content/browser/browser.gni") |
9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 | 10 |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 sources -= [ | 343 sources -= [ |
344 "device_sensors/data_fetcher_shared_memory_default.cc", | 344 "device_sensors/data_fetcher_shared_memory_default.cc", |
345 "geolocation/empty_wifi_data_provider.cc", | 345 "geolocation/empty_wifi_data_provider.cc", |
346 "geolocation/empty_wifi_data_provider.h", | 346 "geolocation/empty_wifi_data_provider.h", |
347 ] | 347 ] |
348 deps += [ "//ui/accelerated_widget_mac" ] | 348 deps += [ "//ui/accelerated_widget_mac" ] |
349 libs += [ "bsm" ] | 349 libs += [ "bsm" ] |
350 } | 350 } |
351 | 351 |
352 if (is_chromeos) { | 352 if (is_chromeos) { |
353 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] | |
354 deps += [ | 353 deps += [ |
355 "//chromeos", | 354 "//chromeos", |
356 "//chromeos:power_manager_proto", | 355 "//chromeos:power_manager_proto", |
357 ] | 356 ] |
358 } | 357 } |
359 | 358 |
360 if (use_aura) { | 359 if (use_aura) { |
361 deps += [ | 360 deps += [ |
362 "//ui/aura", | 361 "//ui/aura", |
363 "//ui/strings", | 362 "//ui/strings", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 } | 434 } |
436 | 435 |
437 if (is_linux && use_openssl) { | 436 if (is_linux && use_openssl) { |
438 deps += [ "//third_party/boringssl" ] | 437 deps += [ "//third_party/boringssl" ] |
439 } | 438 } |
440 | 439 |
441 if (enable_media_mojo_renderer) { | 440 if (enable_media_mojo_renderer) { |
442 deps += [ "//media/mojo/services:renderer_service" ] | 441 deps += [ "//media/mojo/services:renderer_service" ] |
443 } | 442 } |
444 } | 443 } |
OLD | NEW |