summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorYuzhu Shen <yzshen@chromium.org>2016-03-08 08:22:56 -0800
committerYuzhu Shen <yzshen@chromium.org>2016-03-08 16:25:53 +0000
commitc24416c14fe16743e6cc6edafc1a28e0a1d51473 (patch)
treeebe5e3070ec5ba4f0e2a2f11c49b1e786cf9db58 /device
parent6e0f50a8d8f4dbb34c38cdd85c889b7843ddc83b (diff)
downloadchromium_src-c24416c14fe16743e6cc6edafc1a28e0a1d51473.zip
chromium_src-c24416c14fe16743e6cc6edafc1a28e0a1d51473.tar.gz
chromium_src-c24416c14fe16743e6cc6edafc1a28e0a1d51473.tar.bz2
Remove Mojo bindings environment.
BUG=585942 R=ben@chromium.org Review URL: https://codereview.chromium.org/1765243002 . Cr-Commit-Position: refs/heads/master@{#379839}
Diffstat (limited to 'device')
-rw-r--r--device/BUILD.gn1
-rw-r--r--device/battery/BUILD.gn1
-rw-r--r--device/battery/battery.gyp1
-rw-r--r--device/device_tests.gyp1
-rw-r--r--device/serial/data_sink_unittest.cc1
-rw-r--r--device/serial/data_source_unittest.cc1
-rw-r--r--device/vibration/BUILD.gn1
-rw-r--r--device/vibration/vibration.gyp1
8 files changed, 0 insertions, 8 deletions
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 4b52e52..a65caaf 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -58,7 +58,6 @@ test("device_unittests") {
"//device/nfc",
"//mojo/common",
"//mojo/edk/system",
- "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//net",
"//testing/gmock",
diff --git a/device/battery/BUILD.gn b/device/battery/BUILD.gn
index 5bf49ce..9876bc6 100644
--- a/device/battery/BUILD.gn
+++ b/device/battery/BUILD.gn
@@ -32,7 +32,6 @@ if (!is_android) {
"//base",
"//base/third_party/dynamic_annotations",
"//mojo/edk/system",
- "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
]
diff --git a/device/battery/battery.gyp b/device/battery/battery.gyp
index 32f7adf..6028f33 100644
--- a/device/battery/battery.gyp
+++ b/device/battery/battery.gyp
@@ -89,7 +89,6 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../../mojo/mojo_base.gyp:mojo_environment_chromium',
'../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'device_battery_mojo_bindings',
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index c4ad2d8..7a22fb3 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -13,7 +13,6 @@
'dependencies': [
'../base/base.gyp:test_support_base',
'../mojo/mojo_base.gyp:mojo_url_type_converters',
- '../mojo/mojo_base.gyp:mojo_environment_chromium',
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../testing/gmock.gyp:gmock',
diff --git a/device/serial/data_sink_unittest.cc b/device/serial/data_sink_unittest.cc
index a5872f5..54067dc 100644
--- a/device/serial/data_sink_unittest.cc
+++ b/device/serial/data_sink_unittest.cc
@@ -15,7 +15,6 @@
#include "device/serial/data_sink_receiver.h"
#include "device/serial/data_stream.mojom.h"
#include "mojo/public/cpp/bindings/interface_ptr.h"
-#include "mojo/public/cpp/environment/async_waiter.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace device {
diff --git a/device/serial/data_source_unittest.cc b/device/serial/data_source_unittest.cc
index 5f30a6c..7dacbed 100644
--- a/device/serial/data_source_unittest.cc
+++ b/device/serial/data_source_unittest.cc
@@ -15,7 +15,6 @@
#include "device/serial/data_source_sender.h"
#include "device/serial/data_stream.mojom.h"
#include "mojo/public/cpp/bindings/interface_ptr.h"
-#include "mojo/public/cpp/environment/async_waiter.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace device {
diff --git a/device/vibration/BUILD.gn b/device/vibration/BUILD.gn
index d783940..443e2dd 100644
--- a/device/vibration/BUILD.gn
+++ b/device/vibration/BUILD.gn
@@ -21,7 +21,6 @@ component("vibration") {
"//base",
"//base/third_party/dynamic_annotations",
"//mojo/edk/system",
- "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
]
diff --git a/device/vibration/vibration.gyp b/device/vibration/vibration.gyp
index acef5d5..d31072d 100644
--- a/device/vibration/vibration.gyp
+++ b/device/vibration/vibration.gyp
@@ -25,7 +25,6 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../../mojo/mojo_base.gyp:mojo_environment_chromium',
'../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'device_vibration_mojo_bindings',