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

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

Issue 1417873003: Turn on APPCACHE_USE_SIMPLE_CACHE on Android & GN to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//content/browser/browser.gni") 8 import("//content/browser/browser.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "speech/speech_recognizer_impl.cc", 363 "speech/speech_recognizer_impl.cc",
364 "speech/speech_recognizer_impl.h", 364 "speech/speech_recognizer_impl.h",
365 ] 365 ]
366 deps -= [ "//device/battery" ] 366 deps -= [ "//device/battery" ]
367 deps += [ 367 deps += [
368 "//content/public/android:jni", 368 "//content/public/android:jni",
369 "//media", 369 "//media",
370 "//mojo/android:libsystem_java", 370 "//mojo/android:libsystem_java",
371 "//ui/android", 371 "//ui/android",
372 ] 372 ]
373 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
373 libs += [ "jnigraphics" ] 374 libs += [ "jnigraphics" ]
374 } 375 }
375 376
376 if (is_mac) { 377 if (is_mac) {
377 sources -= [ 378 sources -= [
378 "device_sensors/data_fetcher_shared_memory_default.cc", 379 "device_sensors/data_fetcher_shared_memory_default.cc",
379 "geolocation/empty_wifi_data_provider.cc", 380 "geolocation/empty_wifi_data_provider.cc",
380 "geolocation/empty_wifi_data_provider.h", 381 "geolocation/empty_wifi_data_provider.h",
381 ] 382 ]
382 deps += [ 383 deps += [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 508
508 if (enable_webvr && is_android) { 509 if (enable_webvr && is_android) {
509 sources += [ 510 sources += [
510 "vr/android/cardboard/cardboard_vr_device.cc", 511 "vr/android/cardboard/cardboard_vr_device.cc",
511 "vr/android/cardboard/cardboard_vr_device.h", 512 "vr/android/cardboard/cardboard_vr_device.h",
512 "vr/android/cardboard/cardboard_vr_device_provider.cc", 513 "vr/android/cardboard/cardboard_vr_device_provider.cc",
513 "vr/android/cardboard/cardboard_vr_device_provider.h", 514 "vr/android/cardboard/cardboard_vr_device_provider.h",
514 ] 515 ]
515 } 516 }
516 } 517 }
OLDNEW
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698