| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/bluetooth", | 60 "//device/bluetooth", |
| 61 "//device/gamepad", | 61 "//device/gamepad", |
| 62 "//device/generic_sensor", | 62 "//device/generic_sensor", |
| 63 "//device/geolocation", | 63 "//device/geolocation", |
| 64 "//device/geolocation/public/interfaces", | 64 "//device/geolocation/public/interfaces", |
| 65 "//device/nfc:mojo_bindings", | |
| 66 "//device/power_save_blocker", | 65 "//device/power_save_blocker", |
| 67 "//device/vibration", | 66 "//device/vibration", |
| 68 "//gin", | 67 "//gin", |
| 69 "//google_apis", | 68 "//google_apis", |
| 70 "//gpu", | 69 "//gpu", |
| 71 "//gpu/command_buffer/client:gles2_implementation", | 70 "//gpu/command_buffer/client:gles2_implementation", |
| 72 "//gpu/command_buffer/client:gles2_interface", | 71 "//gpu/command_buffer/client:gles2_interface", |
| 73 "//ipc", | 72 "//ipc", |
| 74 "//ipc:mojom", | 73 "//ipc:mojom", |
| 75 "//media", | 74 "//media", |
| (...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1966 if (!is_component_build) { | 1965 if (!is_component_build) { |
| 1967 public_deps = [ | 1966 public_deps = [ |
| 1968 ":browser", | 1967 ":browser", |
| 1969 ] | 1968 ] |
| 1970 } else { | 1969 } else { |
| 1971 public_deps = [ | 1970 public_deps = [ |
| 1972 "//third_party/leveldatabase", | 1971 "//third_party/leveldatabase", |
| 1973 ] | 1972 ] |
| 1974 } | 1973 } |
| 1975 } | 1974 } |
| OLD | NEW |