| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 9 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "//content/browser/cache_storage:cache_storage_proto", | 50 "//content/browser/cache_storage:cache_storage_proto", |
| 51 "//content/browser/devtools:gen_devtools_protocol_handler", | 51 "//content/browser/devtools:gen_devtools_protocol_handler", |
| 52 "//content/browser/devtools:resources", | 52 "//content/browser/devtools:resources", |
| 53 "//content/browser/notifications:notification_proto", | 53 "//content/browser/notifications:notification_proto", |
| 54 "//content/browser/service_worker:service_worker_proto", | 54 "//content/browser/service_worker:service_worker_proto", |
| 55 "//content/browser/speech/proto", | 55 "//content/browser/speech/proto", |
| 56 "//content/common", | 56 "//content/common", |
| 57 "//content/public/common:common_sources", | 57 "//content/public/common:common_sources", |
| 58 "//crypto", | 58 "//crypto", |
| 59 "//device/battery", | 59 "//device/battery", |
| 60 "//device/battery:mojo_bindings", |
| 60 "//device/bluetooth", | 61 "//device/bluetooth", |
| 61 "//device/gamepad", | 62 "//device/gamepad", |
| 62 "//device/generic_sensor", | 63 "//device/generic_sensor", |
| 63 "//device/geolocation", | 64 "//device/geolocation", |
| 64 "//device/geolocation/public/interfaces", | 65 "//device/geolocation/public/interfaces", |
| 66 "//device/nfc:mojo_bindings", |
| 65 "//device/power_save_blocker", | 67 "//device/power_save_blocker", |
| 66 "//device/time_zone_monitor", | 68 "//device/time_zone_monitor", |
| 67 "//device/vibration", | 69 "//device/vibration", |
| 68 "//gin", | 70 "//gin", |
| 69 "//google_apis", | 71 "//google_apis", |
| 70 "//gpu", | 72 "//gpu", |
| 71 "//gpu/command_buffer/client:gles2_implementation", | 73 "//gpu/command_buffer/client:gles2_implementation", |
| 72 "//gpu/command_buffer/client:gles2_interface", | 74 "//gpu/command_buffer/client:gles2_interface", |
| 73 "//ipc", | 75 "//ipc", |
| 74 "//ipc:mojom", | 76 "//ipc:mojom", |
| (...skipping 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 if (!is_component_build) { | 1956 if (!is_component_build) { |
| 1955 public_deps = [ | 1957 public_deps = [ |
| 1956 ":browser", | 1958 ":browser", |
| 1957 ] | 1959 ] |
| 1958 } else { | 1960 } else { |
| 1959 public_deps = [ | 1961 public_deps = [ |
| 1960 "//third_party/leveldatabase", | 1962 "//third_party/leveldatabase", |
| 1961 ] | 1963 ] |
| 1962 } | 1964 } |
| 1963 } | 1965 } |
| OLD | NEW |