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

Unified Diff: tools/android/audio_focus_grabber/audio_focus_grabber.gyp

Issue 2331893004: Remove GYP files in breakpad, build, and tools. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/android/android_tools.gyp ('k') | tools/android/common/common.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/audio_focus_grabber/audio_focus_grabber.gyp
diff --git a/tools/android/audio_focus_grabber/audio_focus_grabber.gyp b/tools/android/audio_focus_grabber/audio_focus_grabber.gyp
deleted file mode 100644
index bad0432d66ccda088b48ab63172b5670a097e099..0000000000000000000000000000000000000000
--- a/tools/android/audio_focus_grabber/audio_focus_grabber.gyp
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-{
- 'targets': [
- {
- # GN: //tools/android/audio_focus_grabber:audio_focus_grabber_apk
- 'target_name': 'audio_focus_grabber_apk',
- 'type': 'none',
- 'variables': {
- 'apk_name': 'AudioFocusGrabber',
- 'android_manifest_path': 'java/AndroidManifest.xml',
- 'java_in_dir': 'java',
- 'resource_dir': 'java/res',
- },
- 'dependencies': [
- '../../../base/base.gyp:base_java',
- '../../../third_party/android_tools/android_tools.gyp:android_support_v13_javalib'
- ],
- 'includes': [ '../../../build/java_apk.gypi' ],
- }]
-}
« no previous file with comments | « tools/android/android_tools.gyp ('k') | tools/android/common/common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698