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

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: Created 7 years, 4 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
« chrome/chrome_browser.gypi ('K') | « chrome/common/chrome_switches.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/tools/android/adb_reboot/adb_reboot.gyp b/chrome/test/perf/perf_test.gyp
similarity index 58%
copy from tools/android/adb_reboot/adb_reboot.gyp
copy to chrome/test/perf/perf_test.gyp
index 85134b9906acda6865fdf72d1859d7eac139d0c3..56b8e83224ee2b2b4959b5578f2594d16f6b8dcd 100644
--- a/tools/android/adb_reboot/adb_reboot.gyp
+++ b/chrome/test/perf/perf_test.gyp
@@ -4,10 +4,13 @@
{
'targets': [
{
- 'target_name': 'adb_reboot',
- 'type': 'executable',
+ 'target_name': 'perf_test',
+ 'type': 'static_library',
'sources': [
- 'adb_reboot.c',
+ 'perf_test.cc',
+ ],
+ 'dependencies': [
+ '../../../base/base.gyp:base',
],
},
],
« chrome/chrome_browser.gypi ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698