diff options
author | jamesr <jamesr@chromium.org> | 2014-10-22 17:52:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-23 00:53:09 +0000 |
commit | 0d571a86ede798451f8579737cefe04f231d7aa1 (patch) | |
tree | 46d9f407ef3e32c758c890214cdb5a431ea78500 /mojo/BUILD.gn | |
parent | 77d1e3890147ab453d580623c9bbae511957e34d (diff) | |
download | chromium_src-0d571a86ede798451f8579737cefe04f231d7aa1.zip chromium_src-0d571a86ede798451f8579737cefe04f231d7aa1.tar.gz chromium_src-0d571a86ede798451f8579737cefe04f231d7aa1.tar.bz2 |
Remove mojo/go - this is being developed in the mojo repo
R=tburkard@chromium.org
Review URL: https://codereview.chromium.org/675573002
Cr-Commit-Position: refs/heads/master@{#300813}
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r-- | mojo/BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn index 4c5a0e6..02f8157 100644 --- a/mojo/BUILD.gn +++ b/mojo/BUILD.gn @@ -7,9 +7,6 @@ import("//build/config/ui.gni") group("mojo") { # Meta-target, don't link into production code. testonly = true - declare_args() { - mojo_use_go = false - } deps = [ ":tests", "//mojo/apps/js:mojo_js_content_handler", @@ -27,14 +24,6 @@ group("mojo") { "//mojo/android", ] } - - if (is_linux) { - if (mojo_use_go) { - deps += [ - "//mojo/go", - ] - } - } } group("tests") { |