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

Unified Diff: tools/android/forwarder2/forwarder.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/forwarder/forwarder.gyp ('k') | tools/android/heap_profiler/heap_profiler.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder2/forwarder.gyp
diff --git a/tools/android/forwarder2/forwarder.gyp b/tools/android/forwarder2/forwarder.gyp
deleted file mode 100644
index 54bf8b723880d90fce695190df5625ef986f1a45..0000000000000000000000000000000000000000
--- a/tools/android/forwarder2/forwarder.gyp
+++ /dev/null
@@ -1,77 +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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # GN version: //tools/android/forwarder2
- 'target_name': 'forwarder2',
- 'type': 'none',
- 'dependencies': [
- 'device_forwarder',
- 'host_forwarder#host',
- ],
- # For the component build, ensure dependent shared libraries are stripped
- # and put alongside forwarder to simplify pushing to the device.
- 'variables': {
- 'output_dir': '<(PRODUCT_DIR)/forwarder_dist/',
- 'native_binary': '<(PRODUCT_DIR)/device_forwarder',
- },
- 'includes': ['../../../build/android/native_app_dependencies.gypi'],
- },
- {
- # GN version: //tools/android/forwarder2:device_forwarder
- 'target_name': 'device_forwarder',
- 'type': 'executable',
- 'toolsets': ['target'],
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../../../build/android/pylib/device/commands/commands.gyp:chromium_commands',
- '../common/common.gyp:android_tools_common',
- ],
- 'include_dirs': [
- '../../..',
- ],
- 'sources': [
- 'command.cc',
- 'common.cc',
- 'daemon.cc',
- 'device_controller.cc',
- 'device_forwarder_main.cc',
- 'device_listener.cc',
- 'forwarder.cc',
- 'forwarders_manager.cc',
- 'pipe_notifier.cc',
- 'socket.cc',
- ],
- },
- {
- # GN version: //tools/android/forwarder2:host_forwarder
- 'target_name': 'host_forwarder',
- 'type': 'executable',
- 'toolsets': ['host'],
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../common/common.gyp:android_tools_common',
- ],
- 'include_dirs': [
- '../../..',
- ],
- 'sources': [
- 'command.cc',
- 'common.cc',
- 'daemon.cc',
- 'forwarder.cc',
- 'forwarders_manager.cc',
- 'host_controller.cc',
- 'host_forwarder_main.cc',
- 'pipe_notifier.cc',
- 'socket.cc',
- ],
- },
- ],
-}
« no previous file with comments | « tools/android/forwarder/forwarder.gyp ('k') | tools/android/heap_profiler/heap_profiler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698