Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: tools/create_sdk.py

Issue 10905276: Remove unneeded _IN_SDK stuff in dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/dartdoc/bin/dartdoc.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index de4b740f9782243a914a99b176987c65f811f1b5..b9cd4e0ee1c545b08a837002be3385bd8f9a45d5 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -256,13 +256,6 @@ def Main(argv):
[('../../runtime/bin', '../../lib/io/runtime')])
# Fixup dartdoc
- ReplaceInFiles([
- join(PKG, 'dartdoc', 'bin', 'dartdoc.dart'),
- ], [
- ("final bool _IN_SDK = false;",
- "final bool _IN_SDK = true;"),
- ])
-
# TODO(dgrove): Remove this once issue 4788 is addressed.
ReplaceInFiles([
join(PKG, 'dartdoc', 'lib', 'src', 'mirrors', 'dart2js_mirror.dart'),
« no previous file with comments | « pkg/dartdoc/bin/dartdoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698