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

Unified Diff: tools/battor_agent/battor_agent.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/push_apps_to_background/push_apps_to_background.gyp ('k') | tools/cygprofile/cygprofile.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_agent.gyp
diff --git a/tools/battor_agent/battor_agent.gyp b/tools/battor_agent/battor_agent.gyp
deleted file mode 100644
index e726b9a5d4e2bc6597f3467ab7b0f6b25d781d3a..0000000000000000000000000000000000000000
--- a/tools/battor_agent/battor_agent.gyp
+++ /dev/null
@@ -1,93 +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': [
- {
- 'target_name': 'battor_agent',
- 'type': 'executable',
- 'include_dirs': [
- '../..',
- ],
- 'dependencies': [
- 'battor_agent_lib',
- '../../device/serial/serial.gyp:device_serial',
- '../../device/serial/serial.gyp:device_serial_mojo',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- ],
- 'sources': [
- 'battor_agent_bin.cc',
- ],
- },
- {
- 'target_name': 'battor_agent_lib',
- 'type': 'static_library',
- 'include_dirs': [
- '../..',
- ],
- 'sources': [
- 'battor_agent.cc',
- 'battor_agent.h',
- 'battor_connection.cc',
- 'battor_connection.h',
- 'battor_connection_impl.cc',
- 'battor_connection_impl.h',
- 'battor_error.cc',
- 'battor_error.h',
- 'battor_finder.cc',
- 'battor_finder.h',
- 'battor_sample_converter.cc',
- 'battor_sample_converter.h',
- 'serial_utils.cc',
- 'serial_utils.h',
- ],
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../device/serial/serial.gyp:device_serial',
- '../../device/serial/serial.gyp:device_serial_mojo',
- ]
- },
- {
- 'target_name': 'battor_agent_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'battor_agent_lib',
- '../../base/base.gyp:base',
- '../../base/base.gyp:run_all_unittests',
- '../../base/base.gyp:test_support_base',
- '../../device/serial/serial.gyp:device_serial',
- '../../device/serial/serial.gyp:device_serial_test_util',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../../testing/gmock.gyp:gmock',
- '../../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'battor_agent_unittest.cc',
- 'battor_connection_impl_unittest.cc',
- 'battor_protocol_types_unittest.cc',
- 'battor_sample_converter_unittest.cc',
- 'serial_utils_unittest.cc',
- ],
- },
- ],
- 'conditions': [
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'battor_agent_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'battor_agent_unittests',
- ],
- 'includes': [
- '../../build/isolate.gypi',
- ],
- 'sources': [
- 'battor_agent_unittests.isolate',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « tools/android/push_apps_to_background/push_apps_to_background.gyp ('k') | tools/cygprofile/cygprofile.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698