diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-09 23:23:32 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-09 23:23:32 +0000 |
commit | 96e1fbed8acdc09d082e165ab02d7d9ded4d4f2e (patch) | |
tree | 0507b3c79f1bba794347828dd490ae01d5233690 | |
parent | b7f9fb2e5ebe7ba2308ddf95c5c6663bfc55e86f (diff) | |
download | chromium_src-96e1fbed8acdc09d082e165ab02d7d9ded4d4f2e.zip chromium_src-96e1fbed8acdc09d082e165ab02d7d9ded4d4f2e.tar.gz chromium_src-96e1fbed8acdc09d082e165ab02d7d9ded4d4f2e.tar.bz2 |
Update export_tarball.py to the new location of JavaScriptCore.
Review URL: http://codereview.chromium.org/6825030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81045 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/export_tarball/export_tarball.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py index 72604fb..aed61e6 100644 --- a/tools/export_tarball/export_tarball.py +++ b/tools/export_tarball/export_tarball.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 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. @@ -50,7 +50,7 @@ NONESSENTIAL_DIRS = ( 'third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests', 'third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests', 'third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests', - 'third_party/WebKit/JavaScriptCore/tests', + 'third_party/WebKit/Source/JavaScriptCore/tests', 'third_party/WebKit/LayoutTests', 'v8/test', 'webkit/data/layout_tests', |