diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-18 00:30:22 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-18 00:30:22 +0000 |
commit | 012adff3836f208288c09323c0de2f93117c13c9 (patch) | |
tree | d1af9d7e64632c7b79a774015cc0377f0801010c /webkit/default_plugin/SConscript | |
parent | 5ab78644f9d8237553aab6c0b6b97463ecd67bda (diff) | |
download | chromium_src-012adff3836f208288c09323c0de2f93117c13c9.zip chromium_src-012adff3836f208288c09323c0de2f93117c13c9.tar.gz chromium_src-012adff3836f208288c09323c0de2f93117c13c9.tar.bz2 |
Rolling back CL 3578, discovered hammer.bat had not been updated yet.
Review URL: http://codereview.chromium.org/7507
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3582 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin/SConscript')
-rw-r--r-- | webkit/default_plugin/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/default_plugin/SConscript b/webkit/default_plugin/SConscript index 2cad465..571e64d 100644 --- a/webkit/default_plugin/SConscript +++ b/webkit/default_plugin/SConscript @@ -14,8 +14,6 @@ env.Prepend( '#/../third_party/libxml/include', '#/../third_party/npapi', '#/..', -# TODO(bradnelson): this might be needed? -# '$OBJ_ROOT/webkit/build/localized_strings', ], ) @@ -53,3 +51,4 @@ if env['PLATFORM'] == 'win32': ]) env.ChromeStaticLibrary('default_plugin', input_files) + |