summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_base.gyp
diff options
context:
space:
mode:
authormsw <msw@chromium.org>2014-11-11 18:32:17 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-12 02:32:32 +0000
commit28a4eca5a9e4053312eaca6b853f004450ce010b (patch)
tree7ee57468b49bfcf976118a9c18454870ee505457 /mojo/mojo_base.gyp
parentab8a886892925b545f06f69764f9e3d72313b81b (diff)
downloadchromium_src-28a4eca5a9e4053312eaca6b853f004450ce010b.zip
chromium_src-28a4eca5a9e4053312eaca6b853f004450ce010b.tar.gz
chromium_src-28a4eca5a9e4053312eaca6b853f004450ce010b.tar.bz2
Add Mojo application test support to Chromium.
Needed to support Chromium Mojo application tests: For example: https://codereview.chromium.org/709923003 The Mojo CL: https://codereview.chromium.org/695593002 (env changes support the cross-repo ApplicationTestBase) TODO: Add GYP versions of GN apptest support targets. BUG=392646 TEST=mojo/application:test_support builds with GN. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/710403002 Cr-Commit-Position: refs/heads/master@{#303779}
Diffstat (limited to 'mojo/mojo_base.gyp')
-rw-r--r--mojo/mojo_base.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 065de09..96305df 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -133,6 +133,8 @@
'environment/default_async_waiter_impl.h',
'environment/default_logger_impl.cc',
'environment/default_logger_impl.h',
+ 'environment/default_run_loop_impl.cc',
+ 'environment/default_run_loop_impl.h',
],
'include_dirs': [
'..',