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 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1795 ] | 1793 ] |
1796 sources -= [ | 1794 sources -= [ |
1797 "browser_ipc_logging.cc", | 1795 "browser_ipc_logging.cc", |
1798 "device_sensors/data_fetcher_shared_memory_default.cc", | 1796 "device_sensors/data_fetcher_shared_memory_default.cc", |
1799 "media/session/audio_focus_delegate_default.cc", | 1797 "media/session/audio_focus_delegate_default.cc", |
1800 "media/session/audio_focus_manager.cc", | 1798 "media/session/audio_focus_manager.cc", |
1801 "media/session/audio_focus_manager.h", | 1799 "media/session/audio_focus_manager.h", |
1802 "tracing/tracing_ui.cc", | 1800 "tracing/tracing_ui.cc", |
1803 "tracing/tracing_ui.h", | 1801 "tracing/tracing_ui.h", |
1804 ] | 1802 ] |
1805 deps -= [ "//device/battery" ] | |
1806 deps += [ | 1803 deps += [ |
1807 "//content/public/android:jni", | 1804 "//content/public/android:jni", |
1808 "//media", | 1805 "//media", |
1809 "//media/capture/content/android", | 1806 "//media/capture/content/android", |
1810 "//media/capture/video/android", | 1807 "//media/capture/video/android", |
1811 "//mojo/android:libsystem_java", | 1808 "//mojo/android:libsystem_java", |
1812 "//ui/android", | 1809 "//ui/android", |
1813 ] | 1810 ] |
1814 defines += [ | 1811 defines += [ |
1815 "APPCACHE_USE_SIMPLE_CACHE", | 1812 "APPCACHE_USE_SIMPLE_CACHE", |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2018 if (!is_component_build) { | 2015 if (!is_component_build) { |
2019 public_deps = [ | 2016 public_deps = [ |
2020 ":browser", | 2017 ":browser", |
2021 ] | 2018 ] |
2022 } else { | 2019 } else { |
2023 public_deps = [ | 2020 public_deps = [ |
2024 "//third_party/leveldatabase", | 2021 "//third_party/leveldatabase", |
2025 ] | 2022 ] |
2026 } | 2023 } |
2027 } | 2024 } |
OLD | NEW |