| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "//ui/events/blink", | 143 "//ui/events/blink", |
| 144 "//ui/gfx", | 144 "//ui/gfx", |
| 145 "//ui/gfx/geometry", | 145 "//ui/gfx/geometry", |
| 146 "//ui/gfx/geometry/mojo", | 146 "//ui/gfx/geometry/mojo", |
| 147 "//ui/gl", | 147 "//ui/gl", |
| 148 "//ui/native_theme", | 148 "//ui/native_theme", |
| 149 "//ui/resources", | 149 "//ui/resources", |
| 150 "//ui/shell_dialogs", | 150 "//ui/shell_dialogs", |
| 151 "//ui/snapshot", | 151 "//ui/snapshot", |
| 152 "//ui/touch_selection", | 152 "//ui/touch_selection", |
| 153 "//ui/views", |
| 153 "//v8:v8_version", | 154 "//v8:v8_version", |
| 154 ] | 155 ] |
| 155 | 156 |
| 156 public_deps = [ | 157 public_deps = [ |
| 157 "//media/mojo/interfaces:remoting", | 158 "//media/mojo/interfaces:remoting", |
| 158 "//third_party/leveldatabase", | 159 "//third_party/leveldatabase", |
| 159 ] | 160 ] |
| 160 | 161 |
| 161 sources = [ | 162 sources = [ |
| 162 "$target_gen_dir/devtools/protocol/dom.cc", | 163 "$target_gen_dir/devtools/protocol/dom.cc", |
| (...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2032 if (!is_component_build) { | 2033 if (!is_component_build) { |
| 2033 public_deps = [ | 2034 public_deps = [ |
| 2034 ":browser", | 2035 ":browser", |
| 2035 ] | 2036 ] |
| 2036 } else { | 2037 } else { |
| 2037 public_deps = [ | 2038 public_deps = [ |
| 2038 "//third_party/leveldatabase", | 2039 "//third_party/leveldatabase", |
| 2039 ] | 2040 ] |
| 2040 } | 2041 } |
| 2041 } | 2042 } |
| OLD | NEW |