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

Unified Diff: tools/perf/clear_system_cache/clear_system_cache.gyp

Issue 20399002: Add a tool for clearing the system cache for a directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename Created 7 years, 5 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 | « build/all.gyp ('k') | tools/perf/clear_system_cache/clear_system_cache_main.cc » ('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/set_default_handler/set_default_handler.gyp b/tools/perf/clear_system_cache/clear_system_cache.gyp
similarity index 55%
copy from tools/set_default_handler/set_default_handler.gyp
copy to tools/perf/clear_system_cache/clear_system_cache.gyp
index 1093aa3f13ef093ecdb3ee59c15c435f517b3c25..057e21bae8bc60080689d7ee47a468d334dd5f51 100644
--- a/tools/set_default_handler/set_default_handler.gyp
+++ b/tools/perf/clear_system_cache/clear_system_cache.gyp
@@ -1,24 +1,22 @@
# Copyright (c) 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': [
+ 'targets' : [
{
- 'target_name': 'set_default_handler',
+ 'target_name': 'clear_system_cache',
'type': 'executable',
+ 'toolsets': ['target'],
'dependencies': [
- '../../base/base.gyp:base',
- '../../win8/win8.gyp:test_support_win8',
- '../../ui/ui.gyp:ui',
- ],
- 'include_dirs': [
- '../..',
+ '../../../base/base.gyp:base',
+ '../../../base/base.gyp:test_support_base',
],
'sources': [
- 'set_default_handler_main.cc',
+ 'clear_system_cache_main.cc',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | tools/perf/clear_system_cache/clear_system_cache_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698