Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Side by Side Diff: content/browser/BUILD.gn

Issue 1649483002: Revert of Aura on Android: content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_select_file
Patch Set: Merging android_non_aura_browser_sources into android_browser_sources rather than private_browser_s… Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 } 331 }
332 332
333 if (use_pango) { 333 if (use_pango) {
334 configs += [ "//build/config/linux:pangocairo" ] 334 configs += [ "//build/config/linux:pangocairo" ]
335 } 335 }
336 336
337 if (is_android) { 337 if (is_android) {
338 sources += rebase_path(content_browser_gypi_values.android_browser_sources, 338 sources += rebase_path(content_browser_gypi_values.android_browser_sources,
339 ".", 339 ".",
340 "//content") 340 "//content")
341 sources += rebase_path(
342 content_browser_gypi_values.android_in_process_browser_sources,
343 ".",
344 "//content")
341 sources -= [ 345 sources -= [
342 "browser_ipc_logging.cc", 346 "browser_ipc_logging.cc",
343 "device_sensors/data_fetcher_shared_memory_default.cc", 347 "device_sensors/data_fetcher_shared_memory_default.cc",
344 "geolocation/network_location_provider.cc", 348 "geolocation/network_location_provider.cc",
345 "geolocation/network_location_provider.h", 349 "geolocation/network_location_provider.h",
346 "geolocation/network_location_request.cc", 350 "geolocation/network_location_request.cc",
347 "geolocation/network_location_request.h", 351 "geolocation/network_location_request.h",
348 "power_usage_monitor_impl.cc", 352 "power_usage_monitor_impl.cc",
349 "power_usage_monitor_impl.h", 353 "power_usage_monitor_impl.h",
354 "renderer_host/begin_frame_observer_proxy.cc",
350 "tracing/tracing_ui.cc", 355 "tracing/tracing_ui.cc",
351 "tracing/tracing_ui.h", 356 "tracing/tracing_ui.h",
352 357
353 # Android skips most, but not all, of the speech code. 358 # Android skips most, but not all, of the speech code.
354 "speech/audio_buffer.cc", 359 "speech/audio_buffer.cc",
355 "speech/audio_buffer.h", 360 "speech/audio_buffer.h",
356 "speech/audio_encoder.cc", 361 "speech/audio_encoder.cc",
357 "speech/audio_encoder.h", 362 "speech/audio_encoder.h",
358 "speech/chunked_byte_buffer.cc", 363 "speech/chunked_byte_buffer.cc",
359 "speech/chunked_byte_buffer.h", 364 "speech/chunked_byte_buffer.h",
360 "speech/endpointer/endpointer.cc", 365 "speech/endpointer/endpointer.cc",
361 "speech/endpointer/endpointer.h", 366 "speech/endpointer/endpointer.h",
362 "speech/endpointer/energy_endpointer.cc", 367 "speech/endpointer/energy_endpointer.cc",
363 "speech/endpointer/energy_endpointer.h", 368 "speech/endpointer/energy_endpointer.h",
364 "speech/endpointer/energy_endpointer_params.cc", 369 "speech/endpointer/energy_endpointer_params.cc",
365 "speech/endpointer/energy_endpointer_params.h", 370 "speech/endpointer/energy_endpointer_params.h",
366 "speech/google_one_shot_remote_engine.cc", 371 "speech/google_one_shot_remote_engine.cc",
367 "speech/google_one_shot_remote_engine.h", 372 "speech/google_one_shot_remote_engine.h",
368 "speech/google_streaming_remote_engine.cc", 373 "speech/google_streaming_remote_engine.cc",
369 "speech/google_streaming_remote_engine.h", 374 "speech/google_streaming_remote_engine.h",
370 "speech/speech_recognition_engine.cc", 375 "speech/speech_recognition_engine.cc",
371 "speech/speech_recognition_engine.h", 376 "speech/speech_recognition_engine.h",
372 "speech/speech_recognizer_impl.cc", 377 "speech/speech_recognizer_impl.cc",
373 "speech/speech_recognizer_impl.h", 378 "speech/speech_recognizer_impl.h",
374 ] 379 ]
375
376 if (!use_aura) {
377 sources += rebase_path(
378 content_browser_gypi_values.android_non_aura_browser_sources,
379 ".",
380 "//content")
381 sources += rebase_path(
382 content_browser_gypi_values.android_in_process_browser_sources,
383 ".",
384 "//content")
385 sources -= [ "renderer_host/begin_frame_observer_proxy.cc" ]
386 }
387
388 deps -= [ "//device/battery" ] 380 deps -= [ "//device/battery" ]
389 deps += [ 381 deps += [
390 "//content/public/android:jni", 382 "//content/public/android:jni",
391 "//media", 383 "//media",
392 "//media/mojo/interfaces", 384 "//media/mojo/interfaces",
393 "//mojo/android:libsystem_java", 385 "//mojo/android:libsystem_java",
394 "//ui/android", 386 "//ui/android",
395 ] 387 ]
396 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] 388 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
397 libs += [ "jnigraphics" ] 389 libs += [ "jnigraphics" ]
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 544
553 if (enable_webvr && is_android) { 545 if (enable_webvr && is_android) {
554 sources += [ 546 sources += [
555 "vr/android/cardboard/cardboard_vr_device.cc", 547 "vr/android/cardboard/cardboard_vr_device.cc",
556 "vr/android/cardboard/cardboard_vr_device.h", 548 "vr/android/cardboard/cardboard_vr_device.h",
557 "vr/android/cardboard/cardboard_vr_device_provider.cc", 549 "vr/android/cardboard/cardboard_vr_device_provider.cc",
558 "vr/android/cardboard/cardboard_vr_device_provider.h", 550 "vr/android/cardboard/cardboard_vr_device_provider.h",
559 ] 551 ]
560 } 552 }
561 } 553 }
OLDNEW
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/accessibility/browser_accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698