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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 "//content/browser/devtools:protocol_sources", | 59 "//content/browser/devtools:protocol_sources", |
60 "//content/browser/devtools:resources", | 60 "//content/browser/devtools:resources", |
61 "//content/browser/dom_storage:local_storage_proto", | 61 "//content/browser/dom_storage:local_storage_proto", |
62 "//content/browser/notifications:notification_proto", | 62 "//content/browser/notifications:notification_proto", |
63 "//content/browser/payments:payment_app_proto", | 63 "//content/browser/payments:payment_app_proto", |
64 "//content/browser/service_worker:service_worker_proto", | 64 "//content/browser/service_worker:service_worker_proto", |
65 "//content/browser/speech/proto", | 65 "//content/browser/speech/proto", |
66 "//content/common", | 66 "//content/common", |
67 "//content/public/common:common_sources", | 67 "//content/public/common:common_sources", |
68 "//crypto", | 68 "//crypto", |
69 "//device/battery", | |
70 "//device/battery:mojo_bindings", | |
71 "//device/bluetooth", | 69 "//device/bluetooth", |
72 "//device/gamepad", | 70 "//device/gamepad", |
73 "//device/generic_sensor", | 71 "//device/generic_sensor", |
74 "//device/geolocation", | 72 "//device/geolocation", |
75 "//device/geolocation/public/interfaces", | 73 "//device/geolocation/public/interfaces", |
76 "//device/nfc:mojo_bindings", | 74 "//device/nfc:mojo_bindings", |
77 "//device/power_save_blocker", | 75 "//device/power_save_blocker", |
78 "//device/screen_orientation/public/interfaces", | 76 "//device/screen_orientation/public/interfaces", |
79 "//device/sensors/public/cpp", | 77 "//device/sensors/public/cpp", |
80 "//device/vibration", | 78 "//device/vibration", |
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1797 ] | 1795 ] |
1798 sources -= [ | 1796 sources -= [ |
1799 "browser_ipc_logging.cc", | 1797 "browser_ipc_logging.cc", |
1800 "device_sensors/data_fetcher_shared_memory_default.cc", | 1798 "device_sensors/data_fetcher_shared_memory_default.cc", |
1801 "media/session/audio_focus_delegate_default.cc", | 1799 "media/session/audio_focus_delegate_default.cc", |
1802 "media/session/audio_focus_manager.cc", | 1800 "media/session/audio_focus_manager.cc", |
1803 "media/session/audio_focus_manager.h", | 1801 "media/session/audio_focus_manager.h", |
1804 "tracing/tracing_ui.cc", | 1802 "tracing/tracing_ui.cc", |
1805 "tracing/tracing_ui.h", | 1803 "tracing/tracing_ui.h", |
1806 ] | 1804 ] |
1807 deps -= [ "//device/battery" ] | |
1808 deps += [ | 1805 deps += [ |
1809 "//content/public/android:jni", | 1806 "//content/public/android:jni", |
1810 "//media", | 1807 "//media", |
1811 "//media/capture/content/android", | 1808 "//media/capture/content/android", |
1812 "//media/capture/video/android", | 1809 "//media/capture/video/android", |
1813 "//mojo/android:libsystem_java", | 1810 "//mojo/android:libsystem_java", |
1814 "//ui/android", | 1811 "//ui/android", |
1815 ] | 1812 ] |
1816 defines += [ | 1813 defines += [ |
1817 "APPCACHE_USE_SIMPLE_CACHE", | 1814 "APPCACHE_USE_SIMPLE_CACHE", |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2020 if (!is_component_build) { | 2017 if (!is_component_build) { |
2021 public_deps = [ | 2018 public_deps = [ |
2022 ":browser", | 2019 ":browser", |
2023 ] | 2020 ] |
2024 } else { | 2021 } else { |
2025 public_deps = [ | 2022 public_deps = [ |
2026 "//third_party/leveldatabase", | 2023 "//third_party/leveldatabase", |
2027 ] | 2024 ] |
2028 } | 2025 } |
2029 } | 2026 } |
OLD | NEW |