| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 public_deps = [ | 152 public_deps = [ |
| 153 "//media/mojo/interfaces:remoting", | 153 "//media/mojo/interfaces:remoting", |
| 154 "//third_party/leveldatabase", | 154 "//third_party/leveldatabase", |
| 155 ] | 155 ] |
| 156 | 156 |
| 157 sources = [ | 157 sources = [ |
| 158 # devtools_protocol_dispatcher.* is generated by | 158 # devtools_protocol_dispatcher.* is generated by |
| 159 # //content/browser/devtools:gen_devtools_protocol_handler. | 159 # //content/browser/devtools:gen_devtools_protocol_handler. |
| 160 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.cc", | 160 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.cc", |
| 161 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.h", | 161 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.h", |
| 162 "$target_gen_dir/devtools/protocol/dom.cc", |
| 163 "$target_gen_dir/devtools/protocol/dom.h", |
| 162 "$target_gen_dir/devtools/protocol/forward.h", | 164 "$target_gen_dir/devtools/protocol/forward.h", |
| 163 "$target_gen_dir/devtools/protocol/io.cc", | 165 "$target_gen_dir/devtools/protocol/io.cc", |
| 164 "$target_gen_dir/devtools/protocol/io.h", | 166 "$target_gen_dir/devtools/protocol/io.h", |
| 165 "$target_gen_dir/devtools/protocol/memory.cc", | 167 "$target_gen_dir/devtools/protocol/memory.cc", |
| 166 "$target_gen_dir/devtools/protocol/memory.h", | 168 "$target_gen_dir/devtools/protocol/memory.h", |
| 167 "$target_gen_dir/devtools/protocol/protocol.cc", | 169 "$target_gen_dir/devtools/protocol/protocol.cc", |
| 168 "$target_gen_dir/devtools/protocol/protocol.h", | 170 "$target_gen_dir/devtools/protocol/protocol.h", |
| 169 "$target_gen_dir/devtools/protocol/system_info.cc", | 171 "$target_gen_dir/devtools/protocol/system_info.cc", |
| 170 "$target_gen_dir/devtools/protocol/system_info.h", | 172 "$target_gen_dir/devtools/protocol/system_info.h", |
| 171 "$target_gen_dir/devtools/protocol/tethering.cc", | 173 "$target_gen_dir/devtools/protocol/tethering.cc", |
| (...skipping 1806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1978 if (!is_component_build) { | 1980 if (!is_component_build) { |
| 1979 public_deps = [ | 1981 public_deps = [ |
| 1980 ":browser", | 1982 ":browser", |
| 1981 ] | 1983 ] |
| 1982 } else { | 1984 } else { |
| 1983 public_deps = [ | 1985 public_deps = [ |
| 1984 "//third_party/leveldatabase", | 1986 "//third_party/leveldatabase", |
| 1985 ] | 1987 ] |
| 1986 } | 1988 } |
| 1987 } | 1989 } |
| OLD | NEW |