| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "//ui/accessibility", | 138 "//ui/accessibility", |
| 139 "//ui/accessibility:ax_gen", | 139 "//ui/accessibility:ax_gen", |
| 140 "//ui/base", | 140 "//ui/base", |
| 141 "//ui/base/ime", | 141 "//ui/base/ime", |
| 142 "//ui/display", | 142 "//ui/display", |
| 143 "//ui/display/types", | 143 "//ui/display/types", |
| 144 "//ui/events", | 144 "//ui/events", |
| 145 "//ui/events:gesture_detection", | 145 "//ui/events:gesture_detection", |
| 146 "//ui/events/blink", | 146 "//ui/events/blink", |
| 147 "//ui/gfx", | 147 "//ui/gfx", |
| 148 "//ui/gfx/animation", |
| 148 "//ui/gfx/geometry", | 149 "//ui/gfx/geometry", |
| 149 "//ui/gfx/geometry/mojo", | 150 "//ui/gfx/geometry/mojo", |
| 150 "//ui/gl", | 151 "//ui/gl", |
| 151 "//ui/gl:gl_features", | 152 "//ui/gl:gl_features", |
| 152 "//ui/native_theme", | 153 "//ui/native_theme", |
| 153 "//ui/resources", | 154 "//ui/resources", |
| 154 "//ui/shell_dialogs", | 155 "//ui/shell_dialogs", |
| 155 "//ui/snapshot", | 156 "//ui/snapshot", |
| 156 "//ui/touch_selection", | 157 "//ui/touch_selection", |
| 157 "//v8:v8_version", | 158 "//v8:v8_version", |
| (...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2041 if (!is_component_build) { | 2042 if (!is_component_build) { |
| 2042 public_deps = [ | 2043 public_deps = [ |
| 2043 ":browser", | 2044 ":browser", |
| 2044 ] | 2045 ] |
| 2045 } else { | 2046 } else { |
| 2046 public_deps = [ | 2047 public_deps = [ |
| 2047 "//third_party/leveldatabase", | 2048 "//third_party/leveldatabase", |
| 2048 ] | 2049 ] |
| 2049 } | 2050 } |
| 2050 } | 2051 } |
| OLD | NEW |