| 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 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "device_sensors/data_fetcher_shared_memory_default.cc", | 396 "device_sensors/data_fetcher_shared_memory_default.cc", |
| 397 "geolocation/empty_wifi_data_provider.cc", | 397 "geolocation/empty_wifi_data_provider.cc", |
| 398 "geolocation/empty_wifi_data_provider.h", | 398 "geolocation/empty_wifi_data_provider.h", |
| 399 ] | 399 ] |
| 400 deps += [ | 400 deps += [ |
| 401 "//sandbox/mac:sandbox", | 401 "//sandbox/mac:sandbox", |
| 402 "//third_party/mozilla", | 402 "//third_party/mozilla", |
| 403 "//third_party/sudden_motion_sensor", | 403 "//third_party/sudden_motion_sensor", |
| 404 "//ui/accelerated_widget_mac", | 404 "//ui/accelerated_widget_mac", |
| 405 ] | 405 ] |
| 406 libs += [ | 406 libs += [ "QTKit.framework" ] |
| 407 "bsm", | |
| 408 "QTKit.framework", | |
| 409 ] | |
| 410 } | 407 } |
| 411 | 408 |
| 412 if (is_chromeos) { | 409 if (is_chromeos) { |
| 413 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] | 410 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] |
| 414 deps += [ | 411 deps += [ |
| 415 "//chromeos", | 412 "//chromeos", |
| 416 "//chromeos:power_manager_proto", | 413 "//chromeos:power_manager_proto", |
| 417 ] | 414 ] |
| 418 } | 415 } |
| 419 | 416 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 | 528 |
| 532 if (enable_webvr && is_android) { | 529 if (enable_webvr && is_android) { |
| 533 sources += [ | 530 sources += [ |
| 534 "vr/android/cardboard/cardboard_vr_device.cc", | 531 "vr/android/cardboard/cardboard_vr_device.cc", |
| 535 "vr/android/cardboard/cardboard_vr_device.h", | 532 "vr/android/cardboard/cardboard_vr_device.h", |
| 536 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 533 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
| 537 "vr/android/cardboard/cardboard_vr_device_provider.h", | 534 "vr/android/cardboard/cardboard_vr_device_provider.h", |
| 538 ] | 535 ] |
| 539 } | 536 } |
| 540 } | 537 } |
| OLD | NEW |