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

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: 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
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..42173bcbf80c81986fd27b81e440e7cdc3fbc450 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.cc',
tonyg 2013/07/25 21:30:42 Should this be named clear_system_cache_main.cc?
James Simonsen 2013/07/26 02:14:00 Done.
],
},
],

Powered by Google App Engine
This is Rietveld 408576698