summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
authorbattre <battre@chromium.org>2014-09-17 08:44:09 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-17 15:44:26 +0000
commit0a1b918e47c7f2723a6542b62d69e7f271f731a3 (patch)
tree28abce6a52f00cb2457e52cae9932eadf6fa5c21 /mojo/mojo.gyp
parent03fd39760cfd31da392e596be40fd06c9eff6bf6 (diff)
downloadchromium_src-0a1b918e47c7f2723a6542b62d69e7f271f731a3.zip
chromium_src-0a1b918e47c7f2723a6542b62d69e7f271f731a3.tar.gz
chromium_src-0a1b918e47c7f2723a6542b62d69e7f271f731a3.tar.bz2
Revert of mojo: Add a runloop utility in python (patchset #3 id:40001 of https://codereview.chromium.org/552783004/)
Reason for revert: This fails on the build bots. ====================================================================== ERROR: testRunLoop (runloop_unittest.RunLoopTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/mnt/data/b/build/slave/Linux_Tests/build/src/mojo/python/tests/runloop_unittest.py", line 24, in testRunLoop loop = system.RunLoop() AttributeError: 'module' object has no attribute 'RunLoop' http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/13669/steps/mojo_python_bindings_tests/logs/stdio Original issue's description: > mojo: Add a runloop utility in python > > This is necessary to be able to use async operation on handles. > > R=sdefresne@chromium.org,cmasone@chromium.org > > Committed: https://crrev.com/830c88cca3c89dfabcbfc360ac7c035a020b8307 > Cr-Commit-Position: refs/heads/master@{#295267} TBR=cmasone@chromium.org,sdefresne@chromium.org,qsr@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/575893004 Cr-Commit-Position: refs/heads/master@{#295280}
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 52cfb69..890af4e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -566,15 +566,10 @@
},
'sources': [
'public/python/mojo/c_core.pxd',
- 'public/python/mojo/c_environment.pxd',
'public/python/mojo/system.pyx',
- 'public/python/src/python_system_helper.cc',
- 'public/python/src/python_system_helper.h',
],
'dependencies': [
- 'mojo_base.gyp:mojo_environment_standalone',
'mojo_base.gyp:mojo_system',
- 'mojo_base.gyp:mojo_utility',
],
'includes': [ '../third_party/cython/cython_compiler.gypi' ],
},