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

Side by Side Diff: tools/android/audio_focus_grabber/BUILD.gn

Issue 2156453002: Add AAR support to Chrome and convert support libraries to using AARs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert change in 3p/android_async_task/README.chromium Created 4 years, 5 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
« no previous file with comments | « third_party/espresso/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 # GYP: //tools/android/audio_focus_grabber/audio_focus_grabber.gyp:audio_focus_g rabber_apk 7 # GYP: //tools/android/audio_focus_grabber/audio_focus_grabber.gyp:audio_focus_g rabber_apk
8 android_apk("audio_focus_grabber_apk") { 8 android_apk("audio_focus_grabber_apk") {
9 testonly = true 9 testonly = true
10 android_manifest = "java/AndroidManifest.xml" 10 android_manifest = "java/AndroidManifest.xml"
11 apk_name = "AudioFocusGrabber" 11 apk_name = "AudioFocusGrabber"
12 12
13 deps = [ 13 deps = [
14 ":audio_focus_grabber_apk_resources", 14 ":audio_focus_grabber_apk_resources",
15 "//base:base_java", 15 "//base:base_java",
16 "//third_party/android_tools:android_support_v13_java", 16 "//third_party/android_tools:android_support_v4_java",
17 ] 17 ]
18 18
19 java_files = [ 19 java_files = [
20 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberActivity.j ava", 20 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberActivity.j ava",
21 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberListenerSe rvice.java", 21 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberListenerSe rvice.java",
22 ] 22 ]
23 } 23 }
24 24
25 android_resources("audio_focus_grabber_apk_resources") { 25 android_resources("audio_focus_grabber_apk_resources") {
26 testonly = true 26 testonly = true
27 resource_dirs = [ "java/res" ] 27 resource_dirs = [ "java/res" ]
28 android_manifest = "java/AndroidManifest.xml" 28 android_manifest = "java/AndroidManifest.xml"
29 } 29 }
OLDNEW
« no previous file with comments | « third_party/espresso/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698