| 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}" \
|
|
|