diff options
author | vsevik@chromium.org <vsevik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 18:28:19 +0000 |
---|---|---|
committer | vsevik@chromium.org <vsevik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 18:28:19 +0000 |
commit | 27b8d3b2ccd88b256dd378045a183cfe987e7140 (patch) | |
tree | 27d2b1c1b078d78ac9479c47e92bd293633f0f6a /chrome/chrome_dll_bundle.gypi | |
parent | 94e00877ab4e08fe88bd38e13e0f91141abd453a (diff) | |
download | chromium_src-27b8d3b2ccd88b256dd378045a183cfe987e7140.zip chromium_src-27b8d3b2ccd88b256dd378045a183cfe987e7140.tar.gz chromium_src-27b8d3b2ccd88b256dd378045a183cfe987e7140.tar.bz2 |
DevTools: Create symlinks instead of copying inspector resources in debug_devtools build on mac.
This will allow hacking on inspector front-end code without recompiling.
R=pfeldman
Review URL: https://codereview.chromium.org/81103005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll_bundle.gypi')
-rw-r--r-- | chrome/chrome_dll_bundle.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi index 57bd2b9..1f825c8 100644 --- a/chrome/chrome_dll_bundle.gypi +++ b/chrome/chrome_dll_bundle.gypi @@ -288,8 +288,8 @@ 'postbuilds': [{ 'postbuild_name': 'Copy inspector files', 'action': [ - 'cp', - '-r', + 'ln', + '-fs', '${BUILT_PRODUCTS_DIR}/resources/inspector', '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Resources', ], |