diff options
author | Mounir Lamouri <mlamouri@chromium.org> | 2015-04-14 11:07:15 +0100 |
---|---|---|
committer | Mounir Lamouri <mlamouri@chromium.org> | 2015-04-14 10:10:45 +0000 |
commit | d6b40f6a7abcbb856adec495a00ed5a37fc827cd (patch) | |
tree | e0d88a20c8d6ca423a08428016e14a3971895086 /third_party/mojo_services | |
parent | 6672e7d32a24d2f35d6decd9f3cd2a8285c16f6c (diff) | |
download | chromium_src-d6b40f6a7abcbb856adec495a00ed5a37fc827cd.zip chromium_src-d6b40f6a7abcbb856adec495a00ed5a37fc827cd.tar.gz chromium_src-d6b40f6a7abcbb856adec495a00ed5a37fc827cd.tar.bz2 |
Revert "Update mojo sdk to rev d459e688a608f6eda850a23bb5e308a76ea51a47"
This reverts commit 076507a08729c9ad087c2abf16e1a57f3dc18478.
See https://codereview.chromium.org/1079403002/
BUG=None
TBR=rockot@chromium.org
Review URL: https://codereview.chromium.org/1087813002
Cr-Commit-Position: refs/heads/master@{#325020}
Diffstat (limited to 'third_party/mojo_services')
13 files changed, 0 insertions, 28 deletions
diff --git a/third_party/mojo_services/src/accessibility/public/interfaces/BUILD.gn b/third_party/mojo_services/src/accessibility/public/interfaces/BUILD.gn index f2c1ba8..2b29c1a 100644 --- a/third_party/mojo_services/src/accessibility/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/accessibility/public/interfaces/BUILD.gn @@ -15,6 +15,4 @@ mojom("interfaces") { deps = [ "../../../geometry/public/interfaces", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/clipboard/public/interfaces/BUILD.gn b/third_party/mojo_services/src/clipboard/public/interfaces/BUILD.gn index 4edbf63..16fe33b 100644 --- a/third_party/mojo_services/src/clipboard/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/clipboard/public/interfaces/BUILD.gn @@ -9,6 +9,4 @@ mojom("interfaces") { sources = [ "clipboard.mojom", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/content_handler/public/interfaces/BUILD.gn b/third_party/mojo_services/src/content_handler/public/interfaces/BUILD.gn index ad1bb9a..c58507a 100644 --- a/third_party/mojo_services/src/content_handler/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/content_handler/public/interfaces/BUILD.gn @@ -23,6 +23,4 @@ mojom("interfaces") { ] mojo_sdk_deps = [ "mojo/public/interfaces/application" ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/geometry/public/interfaces/BUILD.gn b/third_party/mojo_services/src/geometry/public/interfaces/BUILD.gn index 217eb27..9047ee2 100644 --- a/third_party/mojo_services/src/geometry/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/geometry/public/interfaces/BUILD.gn @@ -9,6 +9,4 @@ mojom("interfaces") { sources = [ "geometry.mojom", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn b/third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn index b782146..ec061df 100644 --- a/third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn @@ -19,6 +19,4 @@ mojom("interfaces") { deps = [ "../../../geometry/public/interfaces", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/http_server/public/interfaces/BUILD.gn b/third_party/mojo_services/src/http_server/public/interfaces/BUILD.gn index a02039e..79aa6a6 100644 --- a/third_party/mojo_services/src/http_server/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/http_server/public/interfaces/BUILD.gn @@ -24,6 +24,4 @@ mojom("interfaces") { deps = [ "$mojo_network_service_root/network/public/interfaces", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn b/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn index 5f0f22d..5ef09eb 100644 --- a/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn @@ -17,6 +17,4 @@ mojom("interfaces") { deps = [ "../../../geometry/public/interfaces", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom b/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom index 9fa36303..0086265 100644 --- a/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom +++ b/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom @@ -70,8 +70,6 @@ struct Event { EventType action; // TODO(sky): parts of this should move to PointerData. EventFlags flags; - // Time the event was delivered. The time is in milliseconds and corresponds - // to the uptime of the machine. int64 time_stamp; KeyData? key_data; PointerData? pointer_data; diff --git a/third_party/mojo_services/src/native_viewport/public/interfaces/BUILD.gn b/third_party/mojo_services/src/native_viewport/public/interfaces/BUILD.gn index 5603e17..86ff870 100644 --- a/third_party/mojo_services/src/native_viewport/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/native_viewport/public/interfaces/BUILD.gn @@ -18,6 +18,4 @@ mojom("interfaces") { "../../../input_events/public/interfaces", "../../../surfaces/public/interfaces:surface_id", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/navigation/public/interfaces/BUILD.gn b/third_party/mojo_services/src/navigation/public/interfaces/BUILD.gn index 61158f3..19b9f8a 100644 --- a/third_party/mojo_services/src/navigation/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/navigation/public/interfaces/BUILD.gn @@ -21,6 +21,4 @@ mojom("interfaces") { deps = [ "$mojo_network_service_root/network/public/interfaces", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/surfaces/public/interfaces/BUILD.gn b/third_party/mojo_services/src/surfaces/public/interfaces/BUILD.gn index 36c8707..7902a7a 100644 --- a/third_party/mojo_services/src/surfaces/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/surfaces/public/interfaces/BUILD.gn @@ -20,14 +20,10 @@ mojom("interfaces") { "../../../gpu/public/interfaces", "../../../native_viewport/public/interfaces", ] - - import_from = mojo_root } mojom("surface_id") { sources = [ "surface_id.mojom", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/view_manager/public/interfaces/BUILD.gn b/third_party/mojo_services/src/view_manager/public/interfaces/BUILD.gn index eff5f62..177066b 100644 --- a/third_party/mojo_services/src/view_manager/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/view_manager/public/interfaces/BUILD.gn @@ -22,6 +22,4 @@ mojom("interfaces") { "../../../native_viewport/public/interfaces", "../../../surfaces/public/interfaces:surface_id", ] - - import_from = mojo_root } diff --git a/third_party/mojo_services/src/window_manager/public/interfaces/BUILD.gn b/third_party/mojo_services/src/window_manager/public/interfaces/BUILD.gn index 3cf56dad..b97f069 100644 --- a/third_party/mojo_services/src/window_manager/public/interfaces/BUILD.gn +++ b/third_party/mojo_services/src/window_manager/public/interfaces/BUILD.gn @@ -19,6 +19,4 @@ mojom("interfaces") { "../../../geometry/public/interfaces", "../../../input_events/public/interfaces", ] - - import_from = mojo_root } |