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("//content/browser/browser.gni") | 7 import("//content/browser/browser.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//mojo/public/mojo_application_manifest.gni") | 9 import("//mojo/public/mojo_application_manifest.gni") |
10 | 10 |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 content_browser_gypi_values.android_in_process_browser_sources, | 349 content_browser_gypi_values.android_in_process_browser_sources, |
350 ".", | 350 ".", |
351 "//content") | 351 "//content") |
352 sources -= [ | 352 sources -= [ |
353 "browser_ipc_logging.cc", | 353 "browser_ipc_logging.cc", |
354 "device_sensors/data_fetcher_shared_memory_default.cc", | 354 "device_sensors/data_fetcher_shared_memory_default.cc", |
355 "geolocation/network_location_provider.cc", | 355 "geolocation/network_location_provider.cc", |
356 "geolocation/network_location_provider.h", | 356 "geolocation/network_location_provider.h", |
357 "geolocation/network_location_request.cc", | 357 "geolocation/network_location_request.cc", |
358 "geolocation/network_location_request.h", | 358 "geolocation/network_location_request.h", |
| 359 "media/session/media_session_delegate_default.cc", |
359 "power_usage_monitor_impl.cc", | 360 "power_usage_monitor_impl.cc", |
360 "power_usage_monitor_impl.h", | 361 "power_usage_monitor_impl.h", |
361 "renderer_host/begin_frame_observer_proxy.cc", | 362 "renderer_host/begin_frame_observer_proxy.cc", |
362 "tracing/tracing_ui.cc", | 363 "tracing/tracing_ui.cc", |
363 "tracing/tracing_ui.h", | 364 "tracing/tracing_ui.h", |
364 | 365 |
365 # Android skips most, but not all, of the speech code. | 366 # Android skips most, but not all, of the speech code. |
366 "speech/audio_buffer.cc", | 367 "speech/audio_buffer.cc", |
367 "speech/audio_buffer.h", | 368 "speech/audio_buffer.h", |
368 "speech/audio_encoder.cc", | 369 "speech/audio_encoder.cc", |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 "vr/android/cardboard/cardboard_vr_device_provider.h", | 540 "vr/android/cardboard/cardboard_vr_device_provider.h", |
540 ] | 541 ] |
541 } | 542 } |
542 } | 543 } |
543 | 544 |
544 mojo_application_manifest("chrome_renderer_manifest") { | 545 mojo_application_manifest("chrome_renderer_manifest") { |
545 type = "exe" | 546 type = "exe" |
546 application_name = "chrome_renderer" | 547 application_name = "chrome_renderer" |
547 source = "mojo/chrome_renderer_manifest.json" | 548 source = "mojo/chrome_renderer_manifest.json" |
548 } | 549 } |
OLD | NEW |