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

Unified Diff: chrome/tools/build/mac/dump_product_syms

Issue 9617032: Fix tweak_info_plist.py to be explicit about arguments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: first upload Created 8 years, 9 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 | « chrome/chrome_exe.gypi ('k') | chrome/tools/build/mac/make_more_helpers.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/dump_product_syms
diff --git a/chrome/tools/build/mac/dump_product_syms b/chrome/tools/build/mac/dump_product_syms
index c46ffac9f0e5139aac119aed493df7a079affaf4..605bc2cc892be13f81c3ac5c3363afbe4ebf013b 100755
--- a/chrome/tools/build/mac/dump_product_syms
+++ b/chrome/tools/build/mac/dump_product_syms
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -127,7 +127,7 @@ for SRC_NAME in "${SRC_NAMES[@]}"; do
"${SRC_APP_NAME} Helper.app")
# Google Chrome Helper EH and Google Chrome Helper NP are produced by
- # chrome/tools/build/mac/make_more_helpers.sh.
+ # build/mac/make_more_helpers.sh.
redump_syms_variant "${BPAD_SYM_PATH}" "${SRC_STEM}" \
"${SRC_STEM} EH" "${SRC_STEM} EH.app"
redump_syms_variant "${BPAD_SYM_PATH}" "${SRC_STEM}" \
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/tools/build/mac/make_more_helpers.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698