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

Unified Diff: chrome/test/perf/perf_test.gyp

Issue 23498004: Remove page cyclers from chrome binary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame compile Created 7 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 | « chrome/common/chrome_switches.cc ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/perf_test.gyp
diff --git a/testing/perf/perf_test.gyp b/chrome/test/perf/perf_test.gyp
similarity index 57%
copy from testing/perf/perf_test.gyp
copy to chrome/test/perf/perf_test.gyp
index 2065270c11079b690f43a3cf2c38ce5f81116af0..e153a0526dd930744498277a11aff5e692be1680 100644
--- a/testing/perf/perf_test.gyp
+++ b/chrome/test/perf/perf_test.gyp
@@ -1,17 +1,17 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# 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.
-
{
'targets': [
{
- 'target_name': 'perf_test',
+ 'target_name': 'chrome_perf_test',
'type': 'static_library',
'sources': [
'perf_test.cc',
],
'dependencies': [
- '../../base/base.gyp:base',
+ '../../../base/base.gyp:base',
+ '../../../testing/perf/perf_test.gyp:*',
],
},
],
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698