| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "//content/browser/dom_storage:local_storage_proto", | 60 "//content/browser/dom_storage:local_storage_proto", |
| 61 "//content/browser/notifications:notification_proto", | 61 "//content/browser/notifications:notification_proto", |
| 62 "//content/browser/payments:payment_app_proto", | 62 "//content/browser/payments:payment_app_proto", |
| 63 "//content/browser/service_worker:service_worker_proto", | 63 "//content/browser/service_worker:service_worker_proto", |
| 64 "//content/browser/speech/proto", | 64 "//content/browser/speech/proto", |
| 65 "//content/common", | 65 "//content/common", |
| 66 "//content/common:features", | 66 "//content/common:features", |
| 67 "//content/common:mojo_bindings", | 67 "//content/common:mojo_bindings", |
| 68 "//content/public/common:common_sources", | 68 "//content/public/common:common_sources", |
| 69 "//crypto", | 69 "//crypto", |
| 70 "//device/battery", | |
| 71 "//device/battery:mojo_bindings", | |
| 72 "//device/bluetooth", | 70 "//device/bluetooth", |
| 73 "//device/gamepad", | 71 "//device/gamepad", |
| 74 "//device/generic_sensor", | 72 "//device/generic_sensor", |
| 75 "//device/geolocation", | 73 "//device/geolocation", |
| 76 "//device/geolocation/public/interfaces", | 74 "//device/geolocation/public/interfaces", |
| 77 "//device/nfc:mojo_bindings", | 75 "//device/nfc:mojo_bindings", |
| 78 "//device/power_save_blocker", | 76 "//device/power_save_blocker", |
| 79 "//device/screen_orientation/public/interfaces", | 77 "//device/screen_orientation/public/interfaces", |
| 80 "//device/vibration", | 78 "//device/vibration", |
| 81 "//device/vr", | 79 "//device/vr", |
| (...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1833 "web_contents/web_contents_view_android.h", | 1831 "web_contents/web_contents_view_android.h", |
| 1834 ] | 1832 ] |
| 1835 sources -= [ | 1833 sources -= [ |
| 1836 "browser_ipc_logging.cc", | 1834 "browser_ipc_logging.cc", |
| 1837 "media/session/audio_focus_delegate_default.cc", | 1835 "media/session/audio_focus_delegate_default.cc", |
| 1838 "media/session/audio_focus_manager.cc", | 1836 "media/session/audio_focus_manager.cc", |
| 1839 "media/session/audio_focus_manager.h", | 1837 "media/session/audio_focus_manager.h", |
| 1840 "tracing/tracing_ui.cc", | 1838 "tracing/tracing_ui.cc", |
| 1841 "tracing/tracing_ui.h", | 1839 "tracing/tracing_ui.h", |
| 1842 ] | 1840 ] |
| 1843 deps -= [ "//device/battery" ] | |
| 1844 deps += [ | 1841 deps += [ |
| 1845 "//content/public/android:jni", | 1842 "//content/public/android:jni", |
| 1846 "//media", | 1843 "//media", |
| 1847 "//media/capture/content/android", | 1844 "//media/capture/content/android", |
| 1848 "//media/capture/video/android", | 1845 "//media/capture/video/android", |
| 1849 "//mojo/android:libsystem_java", | 1846 "//mojo/android:libsystem_java", |
| 1850 "//ui/android", | 1847 "//ui/android", |
| 1851 ] | 1848 ] |
| 1852 defines += [ | 1849 defines += [ |
| 1853 "APPCACHE_USE_SIMPLE_CACHE", | 1850 "APPCACHE_USE_SIMPLE_CACHE", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2051 if (!is_component_build) { | 2048 if (!is_component_build) { |
| 2052 public_deps = [ | 2049 public_deps = [ |
| 2053 ":browser", | 2050 ":browser", |
| 2054 ] | 2051 ] |
| 2055 } else { | 2052 } else { |
| 2056 public_deps = [ | 2053 public_deps = [ |
| 2057 "//third_party/leveldatabase", | 2054 "//third_party/leveldatabase", |
| 2058 ] | 2055 ] |
| 2059 } | 2056 } |
| 2060 } | 2057 } |
| OLD | NEW |