diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 02:38:29 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 02:38:29 +0000 |
commit | fcc559f343000258f82acee276961a73732f502d (patch) | |
tree | 317231e55962751690a350d352437ee3d902bd7a /chrome_frame | |
parent | e99f8f5dc6d09553ccb863c4069e480de71c4a22 (diff) | |
download | chromium_src-fcc559f343000258f82acee276961a73732f502d.zip chromium_src-fcc559f343000258f82acee276961a73732f502d.tar.gz chromium_src-fcc559f343000258f82acee276961a73732f502d.tar.bz2 |
Remove references to sconsbuild.
scons hasn't been used in a long time.
BUG=305702
NOTRY=true
Review URL: https://codereview.chromium.org/26718002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.croc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.croc b/chrome_frame/chrome_frame.croc index de3ffcd..cfcb9e8 100644 --- a/chrome_frame/chrome_frame.croc +++ b/chrome_frame/chrome_frame.croc @@ -56,7 +56,7 @@ }, # Don't include output dirs { - 'regexp' : '.*/(Debug|Release|debug|release|sconsbuild|out|xcodebuild)/', + 'regexp' : '.*/(Debug|Release|debug|release|out|xcodebuild)/', 'include' : 0, }, # Don't include third-party source |