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

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

Issue 1460633005: Aura on Android: Remove unnecessary dependencies on ui/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address feedback from ps5. Created 5 years, 1 month 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
« no previous file with comments | « content/app/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 if (!use_aura) { 374 if (!use_aura) {
375 sources += rebase_path( 375 sources += rebase_path(
376 content_browser_gypi_values.android_non_aura_browser_sources, 376 content_browser_gypi_values.android_non_aura_browser_sources,
377 ".", 377 ".",
378 "//content") 378 "//content")
379 sources += rebase_path( 379 sources += rebase_path(
380 content_browser_gypi_values.android_in_process_browser_sources, 380 content_browser_gypi_values.android_in_process_browser_sources,
381 ".", 381 ".",
382 "//content") 382 "//content")
383 sources -= [ "renderer_host/begin_frame_observer_proxy.cc" ] 383 sources -= [ "renderer_host/begin_frame_observer_proxy.cc" ]
384 deps += [ "//ui/android" ]
384 } 385 }
385 386
386 deps -= [ "//device/battery" ] 387 deps -= [ "//device/battery" ]
387 deps += [ 388 deps += [
388 "//content/public/android:jni", 389 "//content/public/android:jni",
389 "//media", 390 "//media",
390 "//mojo/android:libsystem_java", 391 "//mojo/android:libsystem_java",
391 "//ui/android",
392 ] 392 ]
393 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] 393 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
394 libs += [ "jnigraphics" ] 394 libs += [ "jnigraphics" ]
395 } 395 }
396 396
397 if (is_mac) { 397 if (is_mac) {
398 sources -= [ 398 sources -= [
399 "device_sensors/data_fetcher_shared_memory_default.cc", 399 "device_sensors/data_fetcher_shared_memory_default.cc",
400 "geolocation/empty_wifi_data_provider.cc", 400 "geolocation/empty_wifi_data_provider.cc",
401 "geolocation/empty_wifi_data_provider.h", 401 "geolocation/empty_wifi_data_provider.h",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 541
542 if (enable_webvr && is_android) { 542 if (enable_webvr && is_android) {
543 sources += [ 543 sources += [
544 "vr/android/cardboard/cardboard_vr_device.cc", 544 "vr/android/cardboard/cardboard_vr_device.cc",
545 "vr/android/cardboard/cardboard_vr_device.h", 545 "vr/android/cardboard/cardboard_vr_device.h",
546 "vr/android/cardboard/cardboard_vr_device_provider.cc", 546 "vr/android/cardboard/cardboard_vr_device_provider.cc",
547 "vr/android/cardboard/cardboard_vr_device_provider.h", 547 "vr/android/cardboard/cardboard_vr_device_provider.h",
548 ] 548 ]
549 } 549 }
550 } 550 }
OLDNEW
« no previous file with comments | « content/app/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698