| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out nmf generation into a GN template | phosek | 2015-11-13 | 1 | -0/+139 |
* | GN: Refactor PNaCl toolchain definitions to use a template | mcgrathr | 2015-11-13 | 1 | -28/+40 |
* | Allow goma to work w/ NaCl toolchains in GN build. | dpranke | 2015-11-13 | 1 | -1/+0 |
* | [Chromecast] Audio-only builds should not enable "cast" ozone platform. | slan | 2015-11-13 | 1 | -0/+6 |
* | Preparation work for third_party/openh264 build-from-src CL | hbos | 2015-11-13 | 2 | -2/+0 |
* | [Android] add missing comma to multidex gyp parameter configuration. | jbudorick | 2015-11-13 | 1 | -1/+1 |
* | [Android] Enable multidex for debug builds of ChromePublic. | jbudorick | 2015-11-13 | 10 | -58/+200 |
* | build: Move CFI Windows build config under OS=="win" block. | pcc | 2015-11-12 | 1 | -9/+17 |
* | Roll buildtools 4a95614772..3ba3ca22ec | brettw | 2015-11-12 | 1 | -1/+3 |
* | Rename "test" ozone platform to "headless" | altimin | 2015-11-12 | 1 | -4/+4 |
* | Reland of GN: Enable proguard for apks (patchset #1 id:1 of https://coderevie... | agrieve | 2015-11-12 | 6 | -70/+199 |
* | Enable template checking for the clang plugin everywhere. | dcheng | 2015-11-12 | 2 | -16/+5 |
* | build: Update CFI Windows configuration. | pcc | 2015-11-12 | 1 | -0/+14 |
* | build: Add Windows port of LLVM LTO config; start using thin archives with lld. | pcc | 2015-11-12 | 1 | -0/+19 |
* | GN: Enable NaCl on Mac | mcgrathr | 2015-11-12 | 1 | -1/+1 |
* | Install both 32 and 64 bit x86 sysroots when arm is the target_cpu | agrieve | 2015-11-12 | 1 | -20/+47 |
* | Revert of GN: Enable proguard for apks (patchset #2 id:20001 of https://coder... | agrieve | 2015-11-12 | 6 | -199/+70 |
* | build: Downgrade LLVM LTO optimization level to 1 in official builds. | pcc | 2015-11-11 | 2 | -9/+7 |
* | Unify mc.exe calling in GN, set environment. | brettw | 2015-11-11 | 2 | -0/+97 |
* | GN: Enable proguard for apks | agrieve | 2015-11-11 | 6 | -70/+199 |
* | Turn off PYTHONUNBUFFERED to fix net_unittests and friends. | stip | 2015-11-11 | 1 | -0/+7 |
* | Make components_browsertests work in GN | pkotwicz | 2015-11-11 | 1 | -6/+11 |
* | GN: Remove mentions of lib.stripped | agrieve | 2015-11-11 | 1 | -1/+1 |
* | headless: Add gn setting headless mode | skyostil | 2015-11-11 | 4 | -10/+23 |
* | Make suppressions path configurable. | phoglund | 2015-11-11 | 1 | -2/+3 |
* | simplify the is_desktop_linux default value expression | mostynb | 2015-11-10 | 1 | -1/+1 |
* | Remove the TrulyRandom lint error from suppressions.xml | qinmin | 2015-11-10 | 1 | -4/+0 |
* | Put GN object files in subdir based on the label. | brettw | 2015-11-10 | 3 | -10/+14 |
* | Clean up Windows GN toolchains. | brettw | 2015-11-10 | 1 | -59/+63 |
* | Update the Google Play services dependency to 8298000 | dgn | 2015-11-10 | 2 | -2/+2 |
* | Allow disabling warnings as errors in GN | phajdan.jr | 2015-11-10 | 1 | -4/+13 |
* | Support spaces in Mac GN build output names. | brettw | 2015-11-10 | 1 | -9/+25 |
* | Move classes into smaller subpackages. | aurimas | 2015-11-10 | 1 | -0/+4 |
* | Support spaces in output names in GN Linux | brettw | 2015-11-09 | 1 | -12/+14 |
* | GN: Avoid nontrivial shell commands in gcc_toolchain tool("link") | mcgrathr | 2015-11-09 | 4 | -15/+62 |
* | build: Add libffi as a build dependency on linux. | reveman | 2015-11-09 | 1 | -14/+14 |
* | Exclude mach files on non-Mac | scottmg | 2015-11-09 | 1 | -2/+2 |
* | [Android] Fix mismatched --output-directory and build type in isolator. | jbudorick | 2015-11-07 | 2 | -1/+5 |
* | Changed provision_devices.py for emulator support | yolandyan | 2015-11-07 | 1 | -6/+10 |
* | Add CommandLineArgumentParameter and use it for WebView tests | mnaganov | 2015-11-07 | 4 | -57/+208 |
* | Use new Physical Web service on Google infrastructure | dvh | 2015-11-06 | 1 | -0/+2 |
* | Remove unused 'native_memory_pressure_signals' GYP variable | pkotwicz | 2015-11-06 | 1 | -12/+0 |
* | [Android Devil] Ignore malformed bad_devices.json file | perezju | 2015-11-06 | 1 | -2/+6 |
* | android: make tombstones.py behave when /data/tombstones does not exist | primiano | 2015-11-06 | 1 | -1/+4 |
* | Reland of GN(android): Add work-around for "project database corrupted" error... | agrieve | 2015-11-06 | 1 | -1/+11 |
* | Enable downloading Google Play services via deps hook | dgn | 2015-11-06 | 7 | -311/+4 |
* | Add perezju@ to build/android/OWNERS. | jbudorick | 2015-11-06 | 1 | -1/+2 |
* | remove_bundled_libraries.py: preserve .gn and .gni files | Paweł Hajdan, Jr | 2015-11-06 | 1 | -0/+4 |
* | [sync] Componentize strings used by ProfileSyncService | blundell | 2015-11-06 | 1 | -2/+0 |
* | Allow repack whitelist to be set via GN args | agrieve | 2015-11-06 | 1 | -5/+11 |