aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-07-08 16:17:57 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-07-10 17:15:09 +0000
commit4236bbdd6973c0c3128031b24d774f63a1f6b9a5 (patch)
treeeed66a7c0e0345414511ab2d0162d08eb408bdb6
parent14cd308832a681af9a6755cd01ca145c58a318f6 (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=97780353
-rw-r--r--tools/build_rules/closure/closure_template_library.bzl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build_rules/closure/closure_template_library.bzl b/tools/build_rules/closure/closure_template_library.bzl
index e41cc2dca7..48a1b7a656 100644
--- a/tools/build_rules/closure/closure_template_library.bzl
+++ b/tools/build_rules/closure/closure_template_library.bzl
@@ -30,8 +30,6 @@ _SOY_FILE_TYPE = FileType([".soy"])
def _impl(ctx):
srcs = ctx.files.srcs
args = [
- "--cssHandlingScheme",
- "goog",
"--outputPathFormat",
ctx.outputs.out.path,
"--shouldGenerateJsdoc",