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

Unified Diff: tools/apps/update_homebrew/bin/update_homebrew.dart

Issue 1361163002: remove docgen remnants from repo, update CHANGELOG (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: remove unused code Created 5 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 | « sdk/bin/docgen.bat ('k') | utils/apidoc/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/apps/update_homebrew/bin/update_homebrew.dart
diff --git a/tools/apps/update_homebrew/bin/update_homebrew.dart b/tools/apps/update_homebrew/bin/update_homebrew.dart
index dbf10abc601826d373e91de5ab7f7cd0ff62ab95..50474c934bdd5d0607045da334dc16fa68b259c7 100644
--- a/tools/apps/update_homebrew/bin/update_homebrew.dart
+++ b/tools/apps/update_homebrew/bin/update_homebrew.dart
@@ -169,7 +169,7 @@ class Dart < Formula
def install
libexec.install Dir['*']
bin.install_symlink "#{libexec}/bin/dart"
- bin.write_exec_script Dir["#{libexec}/bin/{pub,docgen,dart?*}"]
+ bin.write_exec_script Dir["#{libexec}/bin/{pub,dart?*}"]
if build.with? 'dartium'
dartium_binary = 'Chromium.app/Contents/MacOS/Chromium'
« no previous file with comments | « sdk/bin/docgen.bat ('k') | utils/apidoc/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698