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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "//content/browser/background_sync:background_sync_proto", | 56 "//content/browser/background_sync:background_sync_proto", |
57 "//content/browser/cache_storage:cache_storage_proto", | 57 "//content/browser/cache_storage:cache_storage_proto", |
58 "//content/browser/devtools:protocol_sources", | 58 "//content/browser/devtools:protocol_sources", |
59 "//content/browser/devtools:resources", | 59 "//content/browser/devtools:resources", |
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/public/common:common_sources", | 67 "//content/public/common:common_sources", |
67 "//crypto", | 68 "//crypto", |
68 "//device/battery", | 69 "//device/battery", |
69 "//device/battery:mojo_bindings", | 70 "//device/battery:mojo_bindings", |
70 "//device/bluetooth", | 71 "//device/bluetooth", |
71 "//device/gamepad", | 72 "//device/gamepad", |
72 "//device/generic_sensor", | 73 "//device/generic_sensor", |
73 "//device/geolocation", | 74 "//device/geolocation", |
74 "//device/geolocation/public/interfaces", | 75 "//device/geolocation/public/interfaces", |
75 "//device/nfc:mojo_bindings", | 76 "//device/nfc:mojo_bindings", |
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2038 if (!is_component_build) { | 2039 if (!is_component_build) { |
2039 public_deps = [ | 2040 public_deps = [ |
2040 ":browser", | 2041 ":browser", |
2041 ] | 2042 ] |
2042 } else { | 2043 } else { |
2043 public_deps = [ | 2044 public_deps = [ |
2044 "//third_party/leveldatabase", | 2045 "//third_party/leveldatabase", |
2045 ] | 2046 ] |
2046 } | 2047 } |
2047 } | 2048 } |
OLD | NEW |