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

Side by Side Diff: chrome/android/BUILD.gn

Issue 2254763002: Enable the optional permission prompt persistence toggle on grouped infobars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-infobardelegate-clean
Patch Set: Add CL dependency; improve media impl Created 4 years, 4 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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 8 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "//chrome/test/data/google/", 410 "//chrome/test/data/google/",
411 "//chrome/test/data/image_search/valid.png", 411 "//chrome/test/data/image_search/valid.png",
412 "//chrome/test/data/navigation_interception/", 412 "//chrome/test/data/navigation_interception/",
413 "//chrome/test/data/notifications/", 413 "//chrome/test/data/notifications/",
414 "//chrome/test/data/popup_blocker/", 414 "//chrome/test/data/popup_blocker/",
415 "//chrome/test/data/push_messaging/", 415 "//chrome/test/data/push_messaging/",
416 "//chrome/test/data/translate/", 416 "//chrome/test/data/translate/",
417 "//chrome/test/data/webapps/", 417 "//chrome/test/data/webapps/",
418 "//chrome/test/media_router/resources/", 418 "//chrome/test/media_router/resources/",
419 "//content/test/data/android/geolocation.html", 419 "//content/test/data/android/geolocation.html",
420 "//content/test/data/android/media_permissions.html",
420 "//content/test/data/media/getusermedia.html", 421 "//content/test/data/media/getusermedia.html",
421 "//content/test/data/media/session/", 422 "//content/test/data/media/session/",
422 "//content/test/data/media/webrtc_test_utilities.js", 423 "//content/test/data/media/webrtc_test_utilities.js",
423 ] 424 ]
424 } 425 }
425 426
426 # Overrides icon / name defined in chrome_java_resources. 427 # Overrides icon / name defined in chrome_java_resources.
427 android_resources("chrome_public_apk_resources") { 428 android_resources("chrome_public_apk_resources") {
428 resource_dirs = [ "java/res_chromium" ] 429 resource_dirs = [ "java/res_chromium" ]
429 430
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 instrumentation_test_apk("chrome_sync_shell_test_apk") { 640 instrumentation_test_apk("chrome_sync_shell_test_apk") {
640 apk_name = "ChromeSyncShellTest" 641 apk_name = "ChromeSyncShellTest"
641 apk_under_test = ":chrome_sync_shell_apk" 642 apk_under_test = ":chrome_sync_shell_apk"
642 android_manifest = chrome_sync_shell_test_apk_manifest 643 android_manifest = chrome_sync_shell_test_apk_manifest
643 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 644 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
644 deps = [ 645 deps = [
645 ":chrome_sync_shell_test_apk_java", 646 ":chrome_sync_shell_test_apk_java",
646 ] 647 ]
647 proguard_enabled = !is_java_debug 648 proguard_enabled = !is_java_debug
648 } 649 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698