diff options
author | jamesr <jamesr@chromium.org> | 2014-10-22 13:22:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-22 20:27:00 +0000 |
commit | 94c09453da4e2600b336d2dd55a224a184f39c64 (patch) | |
tree | 9ce126eef54389bea1c3e78acb68f7be48249a65 /mojo/BUILD.gn | |
parent | 44fecdd71055961c94e93d521e01f81fb011966c (diff) | |
download | chromium_src-94c09453da4e2600b336d2dd55a224a184f39c64.zip chromium_src-94c09453da4e2600b336d2dd55a224a184f39c64.tar.gz chromium_src-94c09453da4e2600b336d2dd55a224a184f39c64.tar.bz2 |
Remove mojo/python and gyp targets
These are being developed and tested in the mojo repository. The GN
rules for the python public targets are still in place for developing
mojo applications in the chromium repo.
Review URL: https://codereview.chromium.org/675563002
Cr-Commit-Position: refs/heads/master@{#300740}
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r-- | mojo/BUILD.gn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn index 8f58fc1..4c5a0e6 100644 --- a/mojo/BUILD.gn +++ b/mojo/BUILD.gn @@ -29,9 +29,6 @@ group("mojo") { } if (is_linux) { - deps += [ - "//mojo/python", - ] if (mojo_use_go) { deps += [ "//mojo/go", |