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

Side by Side Diff: chrome/telemetry.isolate

Issue 668753002: [Telemetry] Migrate bitmap.py from bitmaptools.cc to numpy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify FromRGBPixels Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'includes': [ 5 'includes': [
6 'chrome.isolate', 6 'chrome.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 9 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
10 # This list comes from running: 10 # This list comes from running:
(...skipping 12 matching lines...) Expand all
23 '../build/android/pylib/', 23 '../build/android/pylib/',
24 '../build/util/', 24 '../build/util/',
25 '../third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.m in.js', 25 '../third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.m in.js',
26 '../third_party/WebKit/PerformanceTests/resources/statistics.js', 26 '../third_party/WebKit/PerformanceTests/resources/statistics.js',
27 '../third_party/android_testrunner/', 27 '../third_party/android_testrunner/',
28 '../third_party/flot/jquery.flot.min.js', 28 '../third_party/flot/jquery.flot.min.js',
29 '../third_party/webpagereplay/', 29 '../third_party/webpagereplay/',
30 '../tools/crx_id/', 30 '../tools/crx_id/',
31 '../tools/perf/unit-info.json', 31 '../tools/perf/unit-info.json',
32 '../tools/telemetry/', 32 '../tools/telemetry/',
33 '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
34 ], 33 ],
35 }, 34 },
36 }], 35 }],
37 ] 36 ]
38 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698