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

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: 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
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?*}"]
Bill Hesse 2015/09/23 17:10:11 Should we be replacing docgen with dartdoc here?
keertip 2015/09/23 17:24:55 Yes
if build.with? 'dartium'
dartium_binary = 'Chromium.app/Contents/MacOS/Chromium'
« pkg/pkg.status ('K') | « sdk/bin/docgen.bat ('k') | utils/apidoc/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698