Revert of Straightens outs DEPS in mojo/common (patchset #5 id:80001 of https://coder...
commitad16cab0b66747137df714ff84c1338e352b7134
authorsky <sky@chromium.org>
Wed, 5 Aug 2015 23:54:52 +0000 (5 16:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Aug 2015 23:55:41 +0000 (5 23:55 +0000)
tree3cc5df95f0db7c97d897402685d75febe5bf5345
parent208c65020aecfcf305d524058f7ca89363a2d361
Revert of Straightens outs DEPS in mojo/common (patchset #5 id:80001 of https://codereview.chromium.org/1262173005/ )

Reason for revert:
Broke MediaRouterMojoImplTest.QueuedWhileAsleep on linux debug.

Original issue's description:
> Straightens outs DEPS in mojo/common
>
> Prior to this change //mojo/environment depended upon //mojo/common. //mojo/common's deps are wrong and it needs to be depend upon various things in //third_party/mojo/src/mojo... When these DEPS are added link errors result because Environment and and a couple of other things need to be defined. These are defined in //mojo/environment. But //mojo/environment can't be a dep of //mojo/common, else we get a cycle.
>
> To straighten this out I've moved the files //mojo/environment needs from //mojo/common to //mojo/message_pump. //mojo/environment no longer depends upon //mojo/common, only //mojo/message_pump. //mojo/common can then depend upon //mojo/environment and we no longer have the cycle. Yay!
>
> BUG=none
> TEST=none
>
> Committed: https://crrev.com/a11b4d76a27816fe025af647825becac5f633c34
> Cr-Commit-Position: refs/heads/master@{#341979}

TBR=jam@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=none

Review URL: https://codereview.chromium.org/1280463003

Cr-Commit-Position: refs/heads/master@{#342014}
55 files changed:
.gn
chrome/DEPS
chrome/browser/media/router/media_router_mojo_test.h
chrome/chrome_browser.gypi
components/html_viewer/BUILD.gn
components/html_viewer/DEPS
components/html_viewer/web_socket_handle_impl.h
components/html_viewer/web_url_loader_impl.h
components/message_port.gypi
components/message_port/BUILD.gn
components/message_port/DEPS
components/message_port/web_message_port_channel_impl.h
content/DEPS
content/child/BUILD.gn
content/child/web_data_consumer_handle_impl.h
content/content_child.gypi
content/content_utility.gypi
mandoline/services/core_services/BUILD.gn
mandoline/services/core_services/DEPS
mandoline/services/core_services/core_services_application_delegate.cc
mojo/android/javatests/mojo_test_case.cc
mojo/android/system/base_run_loop.cc
mojo/application/public/cpp/BUILD.gn
mojo/application/public/cpp/lib/application_runner.cc
mojo/application/public/cpp/lib/content_handler_factory.cc
mojo/common/BUILD.gn
mojo/common/handle_watcher.cc [moved from mojo/message_pump/handle_watcher.cc with 98% similarity]
mojo/common/handle_watcher.h [moved from mojo/message_pump/handle_watcher.h with 90% similarity]
mojo/common/handle_watcher_unittest.cc [moved from mojo/message_pump/handle_watcher_unittest.cc with 99% similarity]
mojo/common/message_pump_mojo.cc [moved from mojo/message_pump/message_pump_mojo.cc with 98% similarity]
mojo/common/message_pump_mojo.h [moved from mojo/message_pump/message_pump_mojo.h with 94% similarity]
mojo/common/message_pump_mojo_handler.h [moved from mojo/message_pump/message_pump_mojo_handler.h with 72% similarity]
mojo/common/message_pump_mojo_unittest.cc [moved from mojo/message_pump/message_pump_mojo_unittest.cc with 97% similarity]
mojo/common/time_helper.cc [moved from mojo/message_pump/time_helper.cc with 93% similarity]
mojo/common/time_helper.h [moved from mojo/message_pump/time_helper.h with 68% similarity]
mojo/environment/BUILD.gn
mojo/environment/default_async_waiter_impl.cc
mojo/message_pump/BUILD.gn [deleted file]
mojo/mojo_base.gyp
mojo/runner/BUILD.gn
mojo/runner/android/main.cc
mojo/runner/child_process.cc
mojo/runner/child_process_host_unittest.cc
mojo/services/network/BUILD.gn
mojo/services/network/DEPS
mojo/services/network/http_connection_impl.cc
mojo/services/network/network_service_delegate.cc
mojo/services/network/public/DEPS
mojo/services/network/public/cpp/BUILD.gn
mojo/services/network/public/cpp/web_socket_read_queue.h
mojo/services/network/public/cpp/web_socket_write_queue.h
mojo/services/network/tcp_connected_socket_impl.h
mojo/services/network/url_loader_impl.h
mojo/services/network/url_loader_impl_apptest.cc
mojo/services/network/web_socket_impl.cc