Index: mojo/embedder/BUILD.gn |
diff --git a/mojo/embedder/BUILD.gn b/mojo/embedder/BUILD.gn |
index 540cd832b73415a405bbe645f5b1a34d89fb10ee..685544f323b543cbeac1e25d2681def676f3ef2a 100644 |
--- a/mojo/embedder/BUILD.gn |
+++ b/mojo/embedder/BUILD.gn |
@@ -3,10 +3,6 @@ |
# found in the LICENSE file. |
source_set("embedder") { |
- # This isn't really a standalone target, it must be linked into the |
jamesr
2014/09/11 22:56:34
why'd you delete this? it's still true
|
- # mojo_system_impl component. |
- visibility = [ "//mojo/system" ] |
- |
deps = [ "//base", ] |
defines = [ |