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

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

Issue 2498683002: Add seek forward/backward controls in MediaNotification (Closed)
Patch Set: fixed compact view computation when STOP is present Created 4 years 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 | chrome/android/java/res/drawable-hdpi/ic_media_control_fast_forward.png » ('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("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//chrome/android/chrome_public_apk_tmpl.gni") 10 import("//chrome/android/chrome_public_apk_tmpl.gni")
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "//components/signin/core/browser/android:java", 341 "//components/signin/core/browser/android:java",
342 "//components/signin/core/browser/android:signin_java_test_support", 342 "//components/signin/core/browser/android:signin_java_test_support",
343 "//components/sync:sync_java_test_support", 343 "//components/sync:sync_java_test_support",
344 "//components/sync/android:sync_java", 344 "//components/sync/android:sync_java",
345 "//components/url_formatter/android:url_formatter_java", 345 "//components/url_formatter/android:url_formatter_java",
346 "//components/web_restrictions:web_restrictions_java", 346 "//components/web_restrictions:web_restrictions_java",
347 "//content/public/android:content_java", 347 "//content/public/android:content_java",
348 "//device/geolocation:geolocation_java", 348 "//device/geolocation:geolocation_java",
349 "//net/android:net_java", 349 "//net/android:net_java",
350 "//third_party/WebKit/public:blink_headers_java", 350 "//third_party/WebKit/public:blink_headers_java",
351 "//third_party/WebKit/public:mojo_bindings_java",
351 "//third_party/android_tools:android_support_annotations_java", 352 "//third_party/android_tools:android_support_annotations_java",
352 "//third_party/android_tools:android_support_v7_mediarouter_java", 353 "//third_party/android_tools:android_support_v7_mediarouter_java",
353 "//third_party/android_tools:android_support_v7_recyclerview_java", 354 "//third_party/android_tools:android_support_v7_recyclerview_java",
354 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 355 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
355 "//third_party/hamcrest:hamcrest_java", 356 "//third_party/hamcrest:hamcrest_java",
356 "//ui/android:ui_java", 357 "//ui/android:ui_java",
357 google_play_services_library, 358 google_play_services_library,
358 ] 359 ]
359 srcjar_deps = [ "//base:base_build_config_gen" ] 360 srcjar_deps = [ "//base:base_build_config_gen" ]
360 } 361 }
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 instrumentation_test_apk("chrome_sync_shell_test_apk") { 792 instrumentation_test_apk("chrome_sync_shell_test_apk") {
792 apk_name = "ChromeSyncShellTest" 793 apk_name = "ChromeSyncShellTest"
793 apk_under_test = ":chrome_sync_shell_apk" 794 apk_under_test = ":chrome_sync_shell_apk"
794 android_manifest = chrome_sync_shell_test_apk_manifest 795 android_manifest = chrome_sync_shell_test_apk_manifest
795 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 796 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
796 deps = [ 797 deps = [
797 ":chrome_sync_shell_test_apk_java", 798 ":chrome_sync_shell_test_apk_java",
798 ] 799 ]
799 proguard_enabled = !is_java_debug 800 proguard_enabled = !is_java_debug
800 } 801 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/drawable-hdpi/ic_media_control_fast_forward.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698