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

Unified Diff: tools/android/android_tools.gyp

Issue 1438853002: Remove all .gyp and .gypi files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/adb_reboot/adb_reboot.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/android_tools.gyp
diff --git a/tools/android/android_tools.gyp b/tools/android/android_tools.gyp
deleted file mode 100644
index 84de85cec457925067befdf4cd6a0b5bc9284fb8..0000000000000000000000000000000000000000
--- a/tools/android/android_tools.gyp
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright (c) 2012 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': [
- # Intermediate target grouping the android tools needed to run native
- # unittests and instrumentation test apks.
- {
- 'target_name': 'android_tools',
- 'type': 'none',
- 'dependencies': [
- 'adb_reboot/adb_reboot.gyp:adb_reboot',
- 'file_poller/file_poller.gyp:file_poller',
- 'forwarder2/forwarder.gyp:forwarder2',
- 'md5sum/md5sum.gyp:md5sum',
- 'purge_ashmem/purge_ashmem.gyp:purge_ashmem',
- 'run_pie/run_pie.gyp:run_pie',
- '../../tools/telemetry/telemetry.gyp:*#host',
- ],
- },
- {
- 'target_name': 'heap_profiler',
- 'type': 'none',
- 'dependencies': [
- 'heap_profiler/heap_profiler.gyp:heap_dump',
- 'heap_profiler/heap_profiler.gyp:heap_profiler',
- ],
- },
- {
- 'target_name': 'memdump',
- 'type': 'none',
- 'dependencies': [
- 'memdump/memdump.gyp:memdump',
- ],
- },
- {
- 'target_name': 'memconsumer',
- 'type': 'none',
- 'dependencies': [
- 'memconsumer/memconsumer.gyp:memconsumer',
- ],
- },
- {
- 'target_name': 'ps_ext',
- 'type': 'none',
- 'dependencies': [
- 'ps_ext/ps_ext.gyp:ps_ext',
- ],
- },
- ],
-}
« no previous file with comments | « tools/android/adb_reboot/adb_reboot.gyp ('k') | tools/android/common/common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698