Index: tools/telemetry/telemetry.gyp |
diff --git a/tools/android/adb_reboot/adb_reboot.gyp b/tools/telemetry/telemetry.gyp |
similarity index 53% |
copy from tools/android/adb_reboot/adb_reboot.gyp |
copy to tools/telemetry/telemetry.gyp |
index 85134b9906acda6865fdf72d1859d7eac139d0c3..264f3d9ed10904460349a754f6972505ef426794 100644 |
--- a/tools/android/adb_reboot/adb_reboot.gyp |
+++ b/tools/telemetry/telemetry.gyp |
@@ -1,13 +1,14 @@ |
-# Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+# Copyright 2014 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': [ |
+ 'targets' : [ |
M-A Ruel
2014/01/17 14:01:37
no space
szym
2014/01/17 20:38:20
Done.
|
{ |
- 'target_name': 'adb_reboot', |
+ 'target_name': 'bitmaptools', |
'type': 'executable', |
'sources': [ |
- 'adb_reboot.c', |
+ 'telemetry/core/bitmaptools.cc', |
], |
}, |
], |