summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
Commit message (Expand)AuthorAgeFilesLines
* Create a base_static library with files that should notrvargas@google.com2011-04-041-9/+6
* Fix nss-specific settings in base.gypiakalin@chromium.org2011-03-301-0/+6
* Roll to a version of LevelDB that doesn't depend on the old ref_counted.h and...jorlow@chromium.org2011-03-301-1/+0
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-281-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-19/+21
* Base: First pass at having base.dll: definition ofrvargas@google.com2011-03-221-0/+1
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-171-0/+2
* Move FilePath <-> Value conversions into a separate file.bauerb@chromium.org2011-03-151-2/+4
* Separate GetMacSecurityServicesLock from cssm_init.h so that we can usewtc@chromium.org2011-03-101-0/+4
* Modify ThreadChecker and NonThreadSafe so that theirjoi@chromium.org2011-03-031-2/+4
* Callback support for __fastcall and __stdcall functions.ajwong@chromium.org2011-02-271-0/+1
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+2
* Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...ajwong@chromium.org2011-02-181-2/+1
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+2
* detect cpu feature for all x64 and x86 platforms (no longer windows only).jiesun@chromium.org2011-02-161-1/+0
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+5
* Added command line switches and UI (controlled via a build option)davemoore@chromium.org2011-02-011-0/+2
* Remove obsolete files from 'sources'. This causes needless work on incrementa...jeanluc@chromium.org2011-01-311-1/+0
* Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...nsylvain@chromium.org2011-01-311-0/+1
* Remove obsolete files from 'sources'. This causes needless work on increment...jeanluc@chromium.org2011-01-301-1/+0
* Move some mac_util functions into foundation_util.rohitrao@chromium.org2011-01-281-0/+2
* Renames secure_hash.cc to secure_hash_default.ccbulach@chromium.org2011-01-281-2/+2
* Renames secure_hash_nss.cc to secure_hash.ccbulach@chromium.org2011-01-271-2/+2
* Abstracts SHA256 context for NSS / OpenSSL.bulach@chromium.org2011-01-271-0/+5
* Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",...mattm@chromium.org2011-01-191-1/+1
* Clean up threading model of external extension providersgfeher@chromium.org2011-01-141-2/+0
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-131-0/+1
* Start sorting methods in class declarations.erg@google.com2011-01-071-0/+1
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-8/+8
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-8/+9
* Move base/debug_on_start to base/debugger and rename it to be _win since itbrettw@chromium.org2011-01-011-3/+2
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-3/+2
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-2/+2
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-011-3/+2
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-3/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-6/+6
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-6/+6
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-2/+2
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-6/+6
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-8/+8
* Move rgs_helper out of base to ceee since it's not used anywhere else.brettw@chromium.org2010-12-291-1/+0
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-291-4/+0
* Move data pack from base to app (it's just part of the resource bundle system).brettw@chromium.org2010-12-231-1/+0
* Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.hbrettw@chromium.org2010-12-231-1/+1
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-221-2/+0
* Move unix domain socket support out of base and into chrome common. This is notbrettw@chromium.org2010-12-221-1/+0
* Remove base/image_util. This seems not to be used anywhere.brettw@google.com2010-12-221-3/+0
* Remove WorkerPoolMac, rename WorkerPoolLinux to WorkerPoolPosix and use that ...thakis@chromium.org2010-12-181-11/+2
* Remove CrApplication dependency from basethakis@chromium.org2010-12-181-2/+0
* Switch linux OpenSSL build to use custom openssl versionjoth@chromium.org2010-12-091-1/+1