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

Unified Diff: packages/analyzer/tool/generate_files

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/analyzer/test/utils.dart ('k') | packages/analyzer/tool/summary/build_sdk_summaries.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/analyzer/tool/generate_files
diff --git a/packages/analyzer/tool/generate_files b/packages/analyzer/tool/generate_files
index 4d0b2202515ec7565b6a26d976377630ba9c4a02..4f0ea0dd61e4af2b7c961d6c8f202d88da121be1 100755
--- a/packages/analyzer/tool/generate_files
+++ b/packages/analyzer/tool/generate_files
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
@@ -48,3 +48,4 @@ VM_OPTIONS+=("--package-root=${PKG_DIR}")
cd "${SCRIPT_DIR}"
"${DART}" "${VM_OPTIONS[@]}" "task_dependency_graph/generate.dart"
+"${DART}" "${VM_OPTIONS[@]}" "summary/generate.dart"
« no previous file with comments | « packages/analyzer/test/utils.dart ('k') | packages/analyzer/tool/summary/build_sdk_summaries.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698