summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux: remove split base_extra_target from base.gypjam@chromium.org2010-12-011-232/+166
* Make sure third_party/dmg_fp/dtoa.cc is compiled threadsafe.siggi@chromium.org2010-11-251-1/+1
* Stop using Hard Coded copies of GUID strings in RGS files.mad@google.com2010-11-231-0/+1
* Dynamic refresh for the silent extension install policygfeher@chromium.org2010-11-231-0/+2
* Add shared macros for stringizing and converting ANSI string constantsjoi@chromium.org2010-11-181-1/+2
* The UI language rather than the locale is now used to pick Chrome's language ...grt@chromium.org2010-11-161-0/+2
* Reverted because openssl_helper needs to build even on non-openssl buildsjoth@chromium.org2010-11-151-0/+26
* Simplify gyp files by adding a global glob for openssl/nssjoth@chromium.org2010-11-151-26/+0
* implement openssl symmetric keyjoth@chromium.org2010-11-121-1/+5
* Include the Version class in the 64 bit version of base. This is needed so th...robertshield@chromium.org2010-11-101-2/+2
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-0/+2
* Erase base/move. The pattern we use is pass by const ref and this is confusin...brettw@chromium.org2010-11-081-1/+0
* Move Windows-specific Event Tracing for Windows implementation to base/win. siggi@chromium.org2010-11-061-5/+5
* [Mac] Use Linux WorkerPool code.shess@chromium.org2010-11-051-0/+7
* Turn on file access checks on Win.jam@chromium.org2010-11-041-2/+2
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-2/+2
* Turn on file access checks on Win.jam@chromium.org2010-11-031-2/+2
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-291-2/+0
* Add histogram to track number of .nexe launches, normalized against opening n...mmortensen@google.com2010-10-281-0/+2
* Clean up a bad file path, and remove a deleted file.dmaclach@chromium.org2010-10-271-2/+1
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-261-0/+1
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-8/+14
* Add a message pump for touchui=1rjkroege@google.com2010-10-221-0/+7
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-221-1/+49