Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Unified Diff: third_party/libevent/libevent.scons

Issue 7807: SCons renaming updates for base, net and googleurl:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libevent/SConscript ('k') | third_party/libevent/using_libevent.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libevent/libevent.scons
===================================================================
--- third_party/libevent/libevent.scons (revision 3638)
+++ third_party/libevent/libevent.scons (working copy)
@@ -2,12 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# This SConscript is currently only suitable for Linux.
+__doc__ = """
+Configuration for building event.lib / libevent.a.
+
+This is currently only suitable for Linux and Mac.
+"""
+
Import('env')
-env = env.Clone(
-)
+env = env.Clone()
env.Append(
CPPDEFINES = [
Property changes on: third_party/libevent/libevent.scons
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/third_party/libevent/SConscript:r69-2775
« no previous file with comments | « third_party/libevent/SConscript ('k') | third_party/libevent/using_libevent.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698