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

Unified Diff: tools/telemetry/telemetry/core/bitmaptools/__init__.py

Issue 136753005: [telemetry] convert bitmaptools to use gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another attempt 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 | « tools/telemetry/telemetry.gyp ('k') | tools/telemetry/telemetry/core/bitmaptools/bitmaptools.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/bitmaptools/__init__.py
diff --git a/tools/telemetry/telemetry/core/bitmaptools/__init__.py b/tools/telemetry/telemetry/core/bitmaptools/__init__.py
index e6bb7a8a49a4b93d08079a0eedffa953b10dd633..e51dadbe398c669078041c7774440172115a8825 100644
--- a/tools/telemetry/telemetry/core/bitmaptools/__init__.py
+++ b/tools/telemetry/telemetry/core/bitmaptools/__init__.py
@@ -25,8 +25,9 @@ def _BuildModule(module_name):
def _FindAndImport():
found = util.FindSupportModule('bitmaptools')
- if not found:
- found = _BuildModule('bitmaptools')
+ # TODO(szym): revert before submitting.
+ #if not found:
+ # found = _BuildModule('bitmaptools')
if not found:
raise NotImplementedError('The bitmaptools module is not available.')
return imp.load_module('bitmaptools', *found)
« no previous file with comments | « tools/telemetry/telemetry.gyp ('k') | tools/telemetry/telemetry/core/bitmaptools/bitmaptools.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698