| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix checkperms by chmod +xing a script with a shebang line | thakis@chromium.org | 2012-07-27 | 1 | -0/+0 |
* | mac: Let mac_sdk default to the oldest available SDK that's at least 10.6 | thakis@chromium.org | 2012-07-27 | 1 | -0/+53 |
* | Give copy_framework_unversioned an option to make a framework unversioned | mark@chromium.org | 2012-06-06 | 1 | -21/+37 |
* | Make helper app, get closer to working content shell. | avi@chromium.org | 2012-03-09 | 1 | -0/+91 |
* | Fix tweak_info_plist.py to be explicit about arguments. | avi@chromium.org | 2012-03-07 | 1 | -13/+20 |
* | First pass at content shell for the Mac. Doesn't work yet. | avi@chromium.org | 2012-03-06 | 3 | -0/+431 |
* | Fix python scripts in src/build/ | maruel@chromium.org | 2011-11-23 | 1 | -72/+71 |
* | Don't print the strip command line being executed in strip_save_dsym. | mark@chromium.org | 2011-09-08 | 1 | -3/+1 |
* | Turn off PIE when building for Valgrind. | mark@chromium.org | 2011-08-24 | 1 | -0/+1 |
* | Give plug-in processes an executable heap and disable PIE/ASLR for Native | mark@chromium.org | 2011-08-24 | 3 | -33/+75 |
* | Disable data page (heap) execution when running on Mac OS X 10.7 ("Lion"). | mark@chromium.org | 2011-08-11 | 2 | -0/+246 |
* | Tom and I should OWN a couple more things. | mark@chromium.org | 2011-04-28 | 1 | -0/+2 |
* | Update the strip wrapper for Xcode 3.2.6. | thomasvl@chromium.org | 2011-03-11 | 1 | -1/+3 |
* | Exclude ChromeOS directories and files from mac win linux. | jrg@chromium.org | 2010-10-04 | 1 | -2/+7 |
* | [Mac] Remove the nacl clobber hook, GYP seems to have all the deps handing se... | thomasvl@chromium.org | 2010-06-29 | 1 | -44/+0 |
* | Add a missing [ that prevented strip_from_xcode from functioning properly with | mark@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | TTF: Don't include v8 in the coverage results. Also moves common rules to co... | jhawkins@chromium.org | 2010-05-12 | 1 | -21/+2 |
* | [TFF] Coverage: Don't include any non-Linux platform directories in the Linux... | jhawkins@chromium.org | 2010-05-07 | 1 | -2/+2 |
* | Measure coverage for NaCl code | gregoryd@google.com | 2010-04-15 | 1 | -1/+1 |
* | Don't strip main from the browser or helper app executables. This helps | mark@chromium.org | 2010-03-26 | 1 | -5/+25 |
* | Support Xcode 3.2.2 (prerelease) for release-mode builds. | mark@chromium.org | 2010-03-10 | 1 | -18/+33 |
* | Move Mac build tool scripts only used by chrome.gyp from build/mac into | mark@chromium.org | 2009-10-27 | 6 | -1802/+0 |
* | Official builds should be on the com.google.Chrome update product ID, not | mark@chromium.org | 2009-10-14 | 1 | -182/+0 |
* | Updating Native Client (should fix the Linux x64 build) | gregoryd@google.com | 2009-10-03 | 1 | -0/+44 |
* | Don't use --owner or --group in tar -c, these options are not present in | mark@chromium.org | 2009-09-11 | 1 | -1/+1 |
* | Fix arg error check (was expecting too many). | thomasvl@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | Put a proper info.plist into the framework so we can codesign it. | thomasvl@chromium.org | 2009-09-01 | 1 | -5/+2 |
* | Tweak the comment in the lproj fixup script to explain why we need an "en" fo... | thomasvl@chromium.org | 2009-08-24 | 1 | -14/+0 |
* | Tweak indentation | mark@chromium.org | 2009-08-12 | 1 | -4/+4 |
* | Fix build/mac/tweak_app_infoplist build script for git users. Patch by Robert | mark@chromium.org | 2009-08-11 | 1 | -15/+23 |
* | Save debugging symbols for plugin_carbon_interpose.dylib. | mark@chromium.org | 2009-08-11 | 1 | -7/+12 |
* | ObjC classes generated by the build and used in Xib files is already getting ... | thomasvl@chromium.org | 2009-08-11 | 1 | -83/+38 |
* | Re-commit r22981 after backout at r22992. Contains fixes to relocate | mark@chromium.org | 2009-08-11 | 2 | -47/+99 |
* | Back out r22981, it may have caused Windows test failures. | mark@chromium.org | 2009-08-11 | 2 | -99/+47 |
* | Provide a separate app bundle for subprocesses like the renderer on the Mac. | mark@chromium.org | 2009-08-11 | 2 | -47/+99 |
* | Bounce through a set so we uniq the string list to avoid having something lis... | thomasvl@chromium.org | 2009-08-07 | 1 | -3/+3 |
* | Move the entire application into a dylib (framework) | mark@chromium.org | 2009-08-05 | 2 | -16/+42 |
* | Add missing parens for format string to work. | thomasvl@chromium.org | 2009-08-05 | 1 | -1/+5 |
* | Put the common paths for localizers into variables so we don't have to repeat... | thomasvl@chromium.org | 2009-07-29 | 1 | -0/+1 |
* | Add a custom subclass of GTMUILocalizer that skips the bundle work so we can ... | thomasvl@chromium.org | 2009-07-22 | 1 | -5/+3 |
* | Starting mac l10n: | thomasvl@chromium.org | 2009-07-22 | 1 | -0/+175 |
* | Add unit_tests (Chrome browser unit tests) to Mac/Linux coverage. | jrg@chromium.org | 2009-06-05 | 1 | -1/+1 |
* | Rename the breakpad file to match the app name instead of just branding name. | thomasvl@chromium.org | 2009-06-02 | 1 | -1/+11 |
* | Tweak SVNVersion be happier (matches windows). | jrg@chromium.org | 2009-06-01 | 1 | -6/+7 |
* | Major refactoring of Croc. | rspangler@google.com | 2009-05-29 | 1 | -49/+3 |
* | Added a script to remove headers from the target. | thomasvl@chromium.org | 2009-05-20 | 2 | -4/+36 |
* | Adding a general script to fetch values from the BRANDING files. | thomasvl@chromium.org | 2009-05-19 | 3 | -40/+15 |
* | Remove two todo's since the pref controls initializing breakpad, and if users... | thomasvl@chromium.org | 2009-05-19 | 1 | -2/+0 |
* | Rename official builds to "Google Chrome" on disk and "Chrome" in the menubar. | thomasvl@chromium.org | 2009-05-18 | 3 | -6/+30 |
* | Add croc code coverage tool. (Same change as yesterday, but now made in the | rspangler@google.com | 2009-05-13 | 1 | -0/+96 |