| 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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "//content/public/common:common_sources", | 63 "//content/public/common:common_sources", |
| 64 "//crypto", | 64 "//crypto", |
| 65 "//device/battery", | 65 "//device/battery", |
| 66 "//device/battery:mojo_bindings", | 66 "//device/battery:mojo_bindings", |
| 67 "//device/bluetooth", | 67 "//device/bluetooth", |
| 68 "//device/gamepad", | 68 "//device/gamepad", |
| 69 "//device/generic_sensor", | 69 "//device/generic_sensor", |
| 70 "//device/geolocation", | 70 "//device/geolocation", |
| 71 "//device/geolocation/public/interfaces", | 71 "//device/geolocation/public/interfaces", |
| 72 "//device/nfc:mojo_bindings", | 72 "//device/nfc:mojo_bindings", |
| 73 "//device/power_monitor", | |
| 74 "//device/power_save_blocker", | 73 "//device/power_save_blocker", |
| 75 "//device/sensors/public/cpp", | 74 "//device/sensors/public/cpp", |
| 76 "//device/time_zone_monitor", | 75 "//device/time_zone_monitor", |
| 77 "//device/time_zone_monitor/public/interfaces", | 76 "//device/time_zone_monitor/public/interfaces", |
| 78 "//device/vibration", | 77 "//device/vibration", |
| 79 "//device/wake_lock", | 78 "//device/wake_lock", |
| 80 "//gin", | 79 "//gin", |
| 81 "//google_apis", | 80 "//google_apis", |
| 82 "//gpu", | 81 "//gpu", |
| 83 "//gpu/command_buffer/client:gles2_implementation", | 82 "//gpu/command_buffer/client:gles2_implementation", |
| (...skipping 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1965 if (!is_component_build) { | 1964 if (!is_component_build) { |
| 1966 public_deps = [ | 1965 public_deps = [ |
| 1967 ":browser", | 1966 ":browser", |
| 1968 ] | 1967 ] |
| 1969 } else { | 1968 } else { |
| 1970 public_deps = [ | 1969 public_deps = [ |
| 1971 "//third_party/leveldatabase", | 1970 "//third_party/leveldatabase", |
| 1972 ] | 1971 ] |
| 1973 } | 1972 } |
| 1974 } | 1973 } |
| OLD | NEW |