| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "//device/battery", | 70 "//device/battery", |
| 71 "//device/battery:mojo_bindings", | 71 "//device/battery:mojo_bindings", |
| 72 "//device/bluetooth", | 72 "//device/bluetooth", |
| 73 "//device/gamepad", | 73 "//device/gamepad", |
| 74 "//device/generic_sensor", | 74 "//device/generic_sensor", |
| 75 "//device/geolocation", | 75 "//device/geolocation", |
| 76 "//device/geolocation/public/interfaces", | 76 "//device/geolocation/public/interfaces", |
| 77 "//device/nfc:mojo_bindings", | 77 "//device/nfc:mojo_bindings", |
| 78 "//device/power_save_blocker", | 78 "//device/power_save_blocker", |
| 79 "//device/screen_orientation/public/interfaces", | 79 "//device/screen_orientation/public/interfaces", |
| 80 "//device/sensors", | |
| 81 "//device/vibration", | 80 "//device/vibration", |
| 82 "//device/vr", | 81 "//device/vr", |
| 83 "//device/vr:features", | 82 "//device/vr:features", |
| 84 "//device/wake_lock", | 83 "//device/wake_lock", |
| 85 "//google_apis", | 84 "//google_apis", |
| 86 "//gpu", | 85 "//gpu", |
| 87 "//gpu/command_buffer/client:gles2_implementation", | 86 "//gpu/command_buffer/client:gles2_implementation", |
| 88 "//gpu/command_buffer/client:gles2_interface", | 87 "//gpu/command_buffer/client:gles2_interface", |
| 89 "//gpu/ipc/host", | 88 "//gpu/ipc/host", |
| 90 "//gpu/vulkan:features", | 89 "//gpu/vulkan:features", |
| (...skipping 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2052 if (!is_component_build) { | 2051 if (!is_component_build) { |
| 2053 public_deps = [ | 2052 public_deps = [ |
| 2054 ":browser", | 2053 ":browser", |
| 2055 ] | 2054 ] |
| 2056 } else { | 2055 } else { |
| 2057 public_deps = [ | 2056 public_deps = [ |
| 2058 "//third_party/leveldatabase", | 2057 "//third_party/leveldatabase", |
| 2059 ] | 2058 ] |
| 2060 } | 2059 } |
| 2061 } | 2060 } |
| OLD | NEW |