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

Unified Diff: chrome/tools/crash_service/caps/caps.gyp

Issue 1858883004: Remove CAPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 8 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 | « chrome/tools/crash_service/OWNERS ('k') | chrome/tools/crash_service/caps/caps.ver » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/crash_service/caps/caps.gyp
diff --git a/chrome/tools/crash_service/caps/caps.gyp b/chrome/tools/crash_service/caps/caps.gyp
deleted file mode 100644
index ce1e22f071e15a62ae69cb78a309a6279dfbafa7..0000000000000000000000000000000000000000
--- a/chrome/tools/crash_service/caps/caps.gyp
+++ /dev/null
@@ -1,56 +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.
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'includes': [
- '../../../../build/util/version.gypi',
- '../../../../build/win_precompile.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'caps_resources',
- 'type': 'none',
- 'variables': {
- 'branding_path': '../../../app/theme/<(branding_path_component)/BRANDING',
- 'output_dir': 'caps',
- 'template_input_path': '../../../app/chrome_version.rc.version',
- },
- 'sources': [
- 'caps.ver',
- ],
- 'includes': [
- '../../../version_resource_rules.gypi',
- ],
- },
- {
- 'target_name': 'caps',
- 'type': 'executable',
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/caps/caps_version.rc',
- 'exit_codes.h',
- 'logger_win.cc',
- 'logger_win.h',
- 'main_win.cc',
- 'process_singleton_win.cc',
- 'process_singleton_win.h',
- ],
- 'dependencies': [
- 'caps_resources',
- '../../../../base/base.gyp:base',
- '../../../../components/components.gyp:generate_version_info',
- ],
- 'msvs_settings': {
- 'VCLinkerTool': {
- # Set /SUBSYSTEM:WINDOWS.
- 'SubSystem': '2',
- },
- },
- },
- ],
-}
« no previous file with comments | « chrome/tools/crash_service/OWNERS ('k') | chrome/tools/crash_service/caps/caps.ver » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698