| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "//ui/accessibility", | 136 "//ui/accessibility", |
| 137 "//ui/accessibility:ax_gen", | 137 "//ui/accessibility:ax_gen", |
| 138 "//ui/base", | 138 "//ui/base", |
| 139 "//ui/base/ime", | 139 "//ui/base/ime", |
| 140 "//ui/display", | 140 "//ui/display", |
| 141 "//ui/display/types", | 141 "//ui/display/types", |
| 142 "//ui/events", | 142 "//ui/events", |
| 143 "//ui/events:gesture_detection", | 143 "//ui/events:gesture_detection", |
| 144 "//ui/events/blink", | 144 "//ui/events/blink", |
| 145 "//ui/gfx", | 145 "//ui/gfx", |
| 146 "//ui/gfx:view_util", |
| 146 "//ui/gfx/geometry", | 147 "//ui/gfx/geometry", |
| 147 "//ui/gfx/geometry/mojo", | 148 "//ui/gfx/geometry/mojo", |
| 148 "//ui/gl", | 149 "//ui/gl", |
| 149 "//ui/native_theme", | 150 "//ui/native_theme", |
| 150 "//ui/resources", | 151 "//ui/resources", |
| 151 "//ui/shell_dialogs", | 152 "//ui/shell_dialogs", |
| 152 "//ui/snapshot", | 153 "//ui/snapshot", |
| 153 "//ui/touch_selection", | 154 "//ui/touch_selection", |
| 154 "//v8:v8_version", | 155 "//v8:v8_version", |
| 155 ] | 156 ] |
| (...skipping 1851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2007 if (!is_component_build) { | 2008 if (!is_component_build) { |
| 2008 public_deps = [ | 2009 public_deps = [ |
| 2009 ":browser", | 2010 ":browser", |
| 2010 ] | 2011 ] |
| 2011 } else { | 2012 } else { |
| 2012 public_deps = [ | 2013 public_deps = [ |
| 2013 "//third_party/leveldatabase", | 2014 "//third_party/leveldatabase", |
| 2014 ] | 2015 ] |
| 2015 } | 2016 } |
| 2016 } | 2017 } |
| OLD | NEW |