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

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

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: Created 4 years, 3 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 | « tools/android/BUILD.gn ('k') | tools/android/common/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 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
8 android_apk("audio_focus_grabber_apk") { 7 android_apk("audio_focus_grabber_apk") {
9 testonly = true 8 testonly = true
10 android_manifest = "java/AndroidManifest.xml" 9 android_manifest = "java/AndroidManifest.xml"
11 apk_name = "AudioFocusGrabber" 10 apk_name = "AudioFocusGrabber"
12 11
13 deps = [ 12 deps = [
14 ":audio_focus_grabber_apk_resources", 13 ":audio_focus_grabber_apk_resources",
15 "//base:base_java", 14 "//base:base_java",
16 "//third_party/android_tools:android_support_v4_java", 15 "//third_party/android_tools:android_support_v4_java",
17 ] 16 ]
18 17
19 java_files = [ 18 java_files = [
20 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberActivity.j ava", 19 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberActivity.j ava",
21 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberListenerSe rvice.java", 20 "java/src/org/chromium/tools/audio_focus_grabber/AudioFocusGrabberListenerSe rvice.java",
22 ] 21 ]
23 } 22 }
24 23
25 android_resources("audio_focus_grabber_apk_resources") { 24 android_resources("audio_focus_grabber_apk_resources") {
26 testonly = true 25 testonly = true
27 resource_dirs = [ "java/res" ] 26 resource_dirs = [ "java/res" ]
28 android_manifest = "java/AndroidManifest.xml" 27 android_manifest = "java/AndroidManifest.xml"
29 } 28 }
OLDNEW
« no previous file with comments | « tools/android/BUILD.gn ('k') | tools/android/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698