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

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

Issue 938603004: Cleanup: Remove chrome_perf_test target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing testing/perf/perf_test.gyp dependency to browser_tests Created 5 years, 9 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/test/perf/perf_test.cc ('k') | no next file » | 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/chrome/test/perf/perf_test.gyp b/chrome/test/perf/perf_test.gyp
deleted file mode 100644
index 7bef16e0603f0cea8516c1aea63723e1e7e97a9a..0000000000000000000000000000000000000000
--- a/chrome/test/perf/perf_test.gyp
+++ /dev/null
@@ -1,19 +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.
-{
- 'targets': [
- {
- # GN version: //chrome/test/perf
- 'target_name': 'chrome_perf_test',
- 'type': 'static_library',
- 'sources': [
- 'perf_test.cc',
- ],
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../../../testing/perf/perf_test.gyp:*',
- ],
- },
- ],
-}
« no previous file with comments | « chrome/test/perf/perf_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698