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

Unified Diff: tools/perf/clear_system_cache/clear_system_cache.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/json_schema_compiler/test/json_schema_compiler_tests.gyp ('k') | tools/usb_gadget/usb_gadget.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/clear_system_cache/clear_system_cache.gyp
diff --git a/tools/perf/clear_system_cache/clear_system_cache.gyp b/tools/perf/clear_system_cache/clear_system_cache.gyp
deleted file mode 100644
index cf6299a03a9c4fb061d724da1c979db1c5aaa004..0000000000000000000000000000000000000000
--- a/tools/perf/clear_system_cache/clear_system_cache.gyp
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2013 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' : [
- {
- 'target_name': 'clear_system_cache',
- 'type': 'executable',
- 'toolsets': ['target'],
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../../../base/base.gyp:test_support_base',
- ],
- 'sources': [
- 'clear_system_cache_main.cc',
- ],
- },
- ],
-}
« no previous file with comments | « tools/json_schema_compiler/test/json_schema_compiler_tests.gyp ('k') | tools/usb_gadget/usb_gadget.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698