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

Unified Diff: build/android/gyp/util/build_device.py

Issue 142923005: Allow MessageFilters to restrict listening to specific message classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Working patch Created 6 years, 10 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 | « no previous file | chrome/browser/chrome_net_benchmarking_message_filter.cc » ('j') | ipc/ipc_channel_proxy.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/util/build_device.py
diff --git a/build/android/gyp/util/build_device.py b/build/android/gyp/util/build_device.py
index 03d5f2a275a86f2519f5161694453ca8131ac45c..4a8d6b328ff4360912b0ef9120d44533870bc205 100644
--- a/build/android/gyp/util/build_device.py
+++ b/build/android/gyp/util/build_device.py
@@ -18,6 +18,7 @@ sys.path.append(BUILD_ANDROID_DIR)
from pylib import android_commands
+from pylib.android_commands import GetAttachedDevices
class BuildDevice(object):
def __init__(self, configuration):
« no previous file with comments | « no previous file | chrome/browser/chrome_net_benchmarking_message_filter.cc » ('j') | ipc/ipc_channel_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698