| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "//ui/display/types", | 144 "//ui/display/types", |
| 145 "//ui/events", | 145 "//ui/events", |
| 146 "//ui/events:gesture_detection", | 146 "//ui/events:gesture_detection", |
| 147 "//ui/events/blink", | 147 "//ui/events/blink", |
| 148 "//ui/gfx", | 148 "//ui/gfx", |
| 149 "//ui/gfx/animation", | 149 "//ui/gfx/animation", |
| 150 "//ui/gfx/geometry", | 150 "//ui/gfx/geometry", |
| 151 "//ui/gfx/geometry/mojo", | 151 "//ui/gfx/geometry/mojo", |
| 152 "//ui/gl", | 152 "//ui/gl", |
| 153 "//ui/gl:gl_features", | 153 "//ui/gl:gl_features", |
| 154 "//ui/latency", |
| 154 "//ui/native_theme", | 155 "//ui/native_theme", |
| 155 "//ui/resources", | 156 "//ui/resources", |
| 156 "//ui/shell_dialogs", | 157 "//ui/shell_dialogs", |
| 157 "//ui/snapshot", | 158 "//ui/snapshot", |
| 158 "//ui/touch_selection", | 159 "//ui/touch_selection", |
| 159 "//v8:v8_version", | 160 "//v8:v8_version", |
| 160 ] | 161 ] |
| 161 | 162 |
| 162 public_deps = [ | 163 public_deps = [ |
| 163 "//ipc", | 164 "//ipc", |
| (...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 if (!is_component_build) { | 2055 if (!is_component_build) { |
| 2055 public_deps = [ | 2056 public_deps = [ |
| 2056 ":browser", | 2057 ":browser", |
| 2057 ] | 2058 ] |
| 2058 } else { | 2059 } else { |
| 2059 public_deps = [ | 2060 public_deps = [ |
| 2060 "//third_party/leveldatabase", | 2061 "//third_party/leveldatabase", |
| 2061 ] | 2062 ] |
| 2062 } | 2063 } |
| 2063 } | 2064 } |
| OLD | NEW |