| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "speech_recognition_session_config.cc", | 241 "speech_recognition_session_config.cc", |
| 242 "speech_recognition_session_config.h", | 242 "speech_recognition_session_config.h", |
| 243 "speech_recognition_session_context.cc", | 243 "speech_recognition_session_context.cc", |
| 244 "speech_recognition_session_context.h", | 244 "speech_recognition_session_context.h", |
| 245 "speech_recognition_session_preamble.cc", | 245 "speech_recognition_session_preamble.cc", |
| 246 "speech_recognition_session_preamble.h", | 246 "speech_recognition_session_preamble.h", |
| 247 "ssl_host_state_delegate.h", | 247 "ssl_host_state_delegate.h", |
| 248 "ssl_status.cc", | 248 "ssl_status.cc", |
| 249 "ssl_status.h", | 249 "ssl_status.h", |
| 250 "storage_partition.h", | 250 "storage_partition.h", |
| 251 "stored_payment_app.cc", |
| 252 "stored_payment_app.h", |
| 251 "stored_payment_instrument.cc", | 253 "stored_payment_instrument.cc", |
| 252 "stored_payment_instrument.h", | 254 "stored_payment_instrument.h", |
| 253 "stream_handle.h", | 255 "stream_handle.h", |
| 254 "stream_info.cc", | 256 "stream_info.cc", |
| 255 "stream_info.h", | 257 "stream_info.h", |
| 256 "touch_selection_controller_client_manager.h", | 258 "touch_selection_controller_client_manager.h", |
| 257 "trace_uploader.h", | 259 "trace_uploader.h", |
| 258 "tracing_controller.h", | 260 "tracing_controller.h", |
| 259 "tracing_delegate.cc", | 261 "tracing_delegate.cc", |
| 260 "tracing_delegate.h", | 262 "tracing_delegate.h", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 ] | 354 ] |
| 353 } | 355 } |
| 354 | 356 |
| 355 if (is_chromeos) { | 357 if (is_chromeos) { |
| 356 sources += [ | 358 sources += [ |
| 357 "arc_tracing_agent.cc", | 359 "arc_tracing_agent.cc", |
| 358 "arc_tracing_agent.h", | 360 "arc_tracing_agent.h", |
| 359 ] | 361 ] |
| 360 } | 362 } |
| 361 } | 363 } |
| OLD | NEW |