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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 public_deps = [ | 150 public_deps = [ |
151 "//third_party/leveldatabase", | 151 "//third_party/leveldatabase", |
152 ] | 152 ] |
153 | 153 |
154 sources = [ | 154 sources = [ |
155 # devtools_protocol_dispatcher.* is generated by | 155 # devtools_protocol_dispatcher.* is generated by |
156 # //content/browser/devtools:gen_devtools_protocol_handler. | 156 # //content/browser/devtools:gen_devtools_protocol_handler. |
157 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.cc", | 157 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.cc", |
158 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.h", | 158 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche
r.h", |
159 "$target_gen_dir/devtools/protocol/forward.h", | 159 "$target_gen_dir/devtools/protocol/forward.h", |
| 160 "$target_gen_dir/devtools/protocol/io.cc", |
| 161 "$target_gen_dir/devtools/protocol/io.h", |
160 "$target_gen_dir/devtools/protocol/protocol.cc", | 162 "$target_gen_dir/devtools/protocol/protocol.cc", |
161 "$target_gen_dir/devtools/protocol/protocol.h", | 163 "$target_gen_dir/devtools/protocol/protocol.h", |
162 "$target_gen_dir/devtools/protocol/tracing.cc", | 164 "$target_gen_dir/devtools/protocol/tracing.cc", |
163 "$target_gen_dir/devtools/protocol/tracing.h", | 165 "$target_gen_dir/devtools/protocol/tracing.h", |
164 "../common/service_manager/child_connection.cc", | 166 "../common/service_manager/child_connection.cc", |
165 "../common/service_manager/child_connection.h", | 167 "../common/service_manager/child_connection.h", |
166 "../zygote/zygote_linux.cc", | 168 "../zygote/zygote_linux.cc", |
167 "../zygote/zygote_linux.h", | 169 "../zygote/zygote_linux.h", |
168 "../zygote/zygote_main_linux.cc", | 170 "../zygote/zygote_main_linux.cc", |
169 "accessibility/accessibility_mode_helper.cc", | 171 "accessibility/accessibility_mode_helper.cc", |
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1961 if (!is_component_build) { | 1963 if (!is_component_build) { |
1962 public_deps = [ | 1964 public_deps = [ |
1963 ":browser", | 1965 ":browser", |
1964 ] | 1966 ] |
1965 } else { | 1967 } else { |
1966 public_deps = [ | 1968 public_deps = [ |
1967 "//third_party/leveldatabase", | 1969 "//third_party/leveldatabase", |
1968 ] | 1970 ] |
1969 } | 1971 } |
1970 } | 1972 } |
OLD | NEW |