| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "//content/browser/speech/proto", | 67 "//content/browser/speech/proto", |
| 68 "//content/common", | 68 "//content/common", |
| 69 "//content/common:features", | 69 "//content/common:features", |
| 70 "//content/common:mojo_bindings", | 70 "//content/common:mojo_bindings", |
| 71 "//content/public/common:common_sources", | 71 "//content/public/common:common_sources", |
| 72 "//crypto", | 72 "//crypto", |
| 73 "//device/bluetooth", | 73 "//device/bluetooth", |
| 74 "//device/gamepad", | 74 "//device/gamepad", |
| 75 "//device/geolocation", | 75 "//device/geolocation", |
| 76 "//device/geolocation/public/interfaces", | 76 "//device/geolocation/public/interfaces", |
| 77 "//device/nfc:mojo_bindings", | |
| 78 "//device/power_save_blocker", | 77 "//device/power_save_blocker", |
| 79 "//device/screen_orientation/public/interfaces", | 78 "//device/screen_orientation/public/interfaces", |
| 80 "//device/vr", | 79 "//device/vr", |
| 81 "//device/vr:mojo_bindings", | 80 "//device/vr:mojo_bindings", |
| 82 "//device/vr/features", | 81 "//device/vr/features", |
| 83 "//device/wake_lock/public/interfaces", | 82 "//device/wake_lock/public/interfaces", |
| 84 "//google_apis", | 83 "//google_apis", |
| 85 "//gpu", | 84 "//gpu", |
| 86 "//gpu/command_buffer/client:gles2_implementation", | 85 "//gpu/command_buffer/client:gles2_implementation", |
| 87 "//gpu/command_buffer/client:gles2_interface", | 86 "//gpu/command_buffer/client:gles2_interface", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 103 "//net", | 102 "//net", |
| 104 "//net:extras", | 103 "//net:extras", |
| 105 "//net:http_server", | 104 "//net:http_server", |
| 106 "//ppapi/features", | 105 "//ppapi/features", |
| 107 "//printing/features", | 106 "//printing/features", |
| 108 "//services/catalog:constants", | 107 "//services/catalog:constants", |
| 109 "//services/catalog/public/cpp", | 108 "//services/catalog/public/cpp", |
| 110 "//services/catalog/public/interfaces:constants", | 109 "//services/catalog/public/interfaces:constants", |
| 111 "//services/data_decoder/public/interfaces", | 110 "//services/data_decoder/public/interfaces", |
| 112 "//services/device:lib", | 111 "//services/device:lib", |
| 112 "//services/device/public/interfaces", |
| 113 "//services/device/public/interfaces:constants", | 113 "//services/device/public/interfaces:constants", |
| 114 "//services/file:lib", | 114 "//services/file:lib", |
| 115 "//services/file/public/interfaces", | 115 "//services/file/public/interfaces", |
| 116 "//services/resource_coordinator:lib", | 116 "//services/resource_coordinator:lib", |
| 117 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", | 117 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
| 118 "//services/service_manager", | 118 "//services/service_manager", |
| 119 "//services/service_manager/embedder", | 119 "//services/service_manager/embedder", |
| 120 "//services/service_manager/public/cpp", | 120 "//services/service_manager/public/cpp", |
| 121 "//services/service_manager/public/interfaces", | 121 "//services/service_manager/public/interfaces", |
| 122 "//services/service_manager/runner/common", | 122 "//services/service_manager/runner/common", |
| (...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2137 if (!is_component_build) { | 2137 if (!is_component_build) { |
| 2138 public_deps = [ | 2138 public_deps = [ |
| 2139 ":browser", | 2139 ":browser", |
| 2140 ] | 2140 ] |
| 2141 } else { | 2141 } else { |
| 2142 public_deps = [ | 2142 public_deps = [ |
| 2143 "//third_party/leveldatabase", | 2143 "//third_party/leveldatabase", |
| 2144 ] | 2144 ] |
| 2145 } | 2145 } |
| 2146 } | 2146 } |
| OLD | NEW |