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

Unified Diff: tools/telemetry/telemetry.gyp

Issue 141053006: [telemetry] Process streams of bitmaps via BitmapIter Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « build/all.gyp ('k') | tools/telemetry/telemetry/core/bitmapiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry.gyp
diff --git a/tools/android/adb_reboot/adb_reboot.gyp b/tools/telemetry/telemetry.gyp
similarity index 54%
copy from tools/android/adb_reboot/adb_reboot.gyp
copy to tools/telemetry/telemetry.gyp
index 85134b9906acda6865fdf72d1859d7eac139d0c3..4ad6479044e9461d19a8e808024a7de97339d186 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' : [
{
- 'target_name': 'adb_reboot',
+ 'target_name': 'bitmapiter',
'type': 'executable',
'sources': [
- 'adb_reboot.c',
+ 'telemetry/core/bitmapiter.cc',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | tools/telemetry/telemetry/core/bitmapiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698