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" ] |
353 deps += [ | 354 deps += [ |
354 "//chromeos", | 355 "//chromeos", |
355 "//chromeos:power_manager_proto", | 356 "//chromeos:power_manager_proto", |
356 ] | 357 ] |
357 } | 358 } |
358 | 359 |
359 if (use_aura) { | 360 if (use_aura) { |
360 deps += [ | 361 deps += [ |
361 "//ui/aura", | 362 "//ui/aura", |
362 "//ui/strings", | 363 "//ui/strings", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 } | 435 } |
435 | 436 |
436 if (is_linux && use_openssl) { | 437 if (is_linux && use_openssl) { |
437 deps += [ "//third_party/boringssl" ] | 438 deps += [ "//third_party/boringssl" ] |
438 } | 439 } |
439 | 440 |
440 if (enable_media_mojo_renderer) { | 441 if (enable_media_mojo_renderer) { |
441 deps += [ "//media/mojo/services:renderer_service" ] | 442 deps += [ "//media/mojo/services:renderer_service" ] |
442 } | 443 } |
443 } | 444 } |
OLD | NEW |