| 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/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 | 6 |
| 7 # See //content/BUILD.gn for how this works. | 7 # See //content/BUILD.gn for how this works. |
| 8 group("browser") { | 8 group("browser") { |
| 9 if (is_component_build) { | 9 if (is_component_build) { |
| 10 public_deps = [ | 10 public_deps = [ |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "speech_recognition_session_config.cc", | 240 "speech_recognition_session_config.cc", |
| 241 "speech_recognition_session_config.h", | 241 "speech_recognition_session_config.h", |
| 242 "speech_recognition_session_context.cc", | 242 "speech_recognition_session_context.cc", |
| 243 "speech_recognition_session_context.h", | 243 "speech_recognition_session_context.h", |
| 244 "speech_recognition_session_preamble.cc", | 244 "speech_recognition_session_preamble.cc", |
| 245 "speech_recognition_session_preamble.h", | 245 "speech_recognition_session_preamble.h", |
| 246 "ssl_host_state_delegate.h", | 246 "ssl_host_state_delegate.h", |
| 247 "ssl_status.cc", | 247 "ssl_status.cc", |
| 248 "ssl_status.h", | 248 "ssl_status.h", |
| 249 "storage_partition.h", | 249 "storage_partition.h", |
| 250 "stored_payment_instrument.cc", |
| 251 "stored_payment_instrument.h", |
| 250 "stream_handle.h", | 252 "stream_handle.h", |
| 251 "stream_info.cc", | 253 "stream_info.cc", |
| 252 "stream_info.h", | 254 "stream_info.h", |
| 253 "trace_uploader.h", | 255 "trace_uploader.h", |
| 254 "tracing_controller.h", | 256 "tracing_controller.h", |
| 255 "tracing_delegate.cc", | 257 "tracing_delegate.cc", |
| 256 "tracing_delegate.h", | 258 "tracing_delegate.h", |
| 257 "url_data_source.cc", | 259 "url_data_source.cc", |
| 258 "url_data_source.h", | 260 "url_data_source.h", |
| 259 "utility_process_host.h", | 261 "utility_process_host.h", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 | 340 |
| 339 if (use_aura) { | 341 if (use_aura) { |
| 340 sources -= [ "context_factory.h" ] | 342 sources -= [ "context_factory.h" ] |
| 341 deps += [ "//ui/aura" ] | 343 deps += [ "//ui/aura" ] |
| 342 } | 344 } |
| 343 | 345 |
| 344 if (!is_android) { | 346 if (!is_android) { |
| 345 sources += [ "devtools_frontend_host.h" ] | 347 sources += [ "devtools_frontend_host.h" ] |
| 346 } | 348 } |
| 347 } | 349 } |
| OLD | NEW |