summaryrefslogtreecommitdiffstats
path: root/build/secondary
Commit message (Collapse)AuthorAgeFilesLines
* Include isolate.py in data for Android unit testsagrieve2016-03-242-0/+132
| | | | | | | | | | | This is required for any test that uses an .isolate to push files to the device (e.g. base_unittests). BUG=589318 Review URL: https://codereview.chromium.org/1784373002 Cr-Commit-Position: refs/heads/master@{#383127}
* GN: add the Android support v17 leanback library targettsunghung2016-03-101-0/+15
| | | | | | | | BUG=592801 Review URL: https://codereview.chromium.org/1772133002 Cr-Commit-Position: refs/heads/master@{#380485}
* [GN] Set testonly unconditionally.jbroman2016-03-032-8/+4
| | | | | | | | | | | | | | Blink unit test code is no longer linked into blink_web in component builds: https://chromium.googlesource.com/chromium/src.git/+/737c4d03 Thus the hack to only mark targets as testonly in non-component builds is no longer required, and `gn check` continues to pass in component builds. BUG=412064,590749 Review URL: https://codereview.chromium.org/1758653004 Cr-Commit-Position: refs/heads/master@{#379020}
* Update Crashpad to c307f94f19cb7983ee585e9569875f1981fecde6scottmg2016-03-022-0/+4
| | | | | | | | | | | | | | 7217cc0a8f26 Support client-specified extra memory ranges f177d77c51ff Fix Mac build after 7217cc0a8f 70ae71fe5124 Another Mac fix after 7217cc0a8f26 -- correct bad CrashpadInfo proctype layout c307f94f19cb Support custom streams in the minidump R=mark@chromium.org Review URL: https://codereview.chromium.org/1753903004 Cr-Commit-Position: refs/heads/master@{#378831}
* Make _incremental targets work with emma_coverage=trueagrieve2016-02-291-0/+4
| | | | | | | | BUG=587986 Review URL: https://codereview.chromium.org/1711253002 Cr-Commit-Position: refs/heads/master@{#378251}
* Update Crashpad to badfacccee01895719d2aeb3ac50f64854abf10cscottmg2016-02-182-0/+4
| | | | | | | | | | | badfacccee01 win: Add support for capturing unloaded modules R=mark@chromium.org BUG=587141, crashpad:89 Review URL: https://codereview.chromium.org/1704203004 Cr-Commit-Position: refs/heads/master@{#376091}
* Update Crashpad to a392a2c3ed480cd80b2608ca9349a4e28ad7a6ddscottmg2016-02-171-2/+4
| | | | | | | | | | | | | | | | | | | | 82af299823c1 Update mini_chromium to 7c5b0c1ab44a 88eea80ad328 Add an “external” mode for obtaining dependencies e18f6a6e66d3 Nest crashpad and mini_chromum deeper in the external- dependencies build af3dc54f2a89 Add a field to CrashpadInfo to control indirect memory capture 83247fda6010 Fix Mac after af3dc54f feb3aa3923dd win: Capture memory pointed to by the stack a392a2c3ed48 Update codereview.settings to set --squash as the default for git cl R=mark@chromium.org BUG=587139 Review URL: https://codereview.chromium.org/1689293004 Cr-Commit-Position: refs/heads/master@{#375774}
* Add missing arm64 simd build rules for libjpeg_turbo for GNagrieve2016-02-041-0/+5
| | | | | | | | | | | They already existed for GYP build. Should fix the perf regression in associated bug. BUG=580983 Review URL: https://codereview.chromium.org/1666833002 Cr-Commit-Position: refs/heads/master@{#373411}
* Get crash keys from crashpad in hung browser reports.pmonette2016-02-011-2/+23
| | | | | | | | | | | | Uses the Crashpad snapshot API to do so. Also moves GetLoadedModulesSnapshot() to base so it can get reused. BUG=485149 Review URL: https://codereview.chromium.org/1609303003 Cr-Commit-Position: refs/heads/master@{#372801}
* Fix compilation of //third_party/nss with gn on iOS.sdefresne2016-01-301-22/+25
| | | | | | | | | | | | | | | | Move the cflags override into a separate config so that they are applied after those from //build/config/compiler:no_chromium_code. Without this change, the -Wno-unused-function is found before the -Wall that set the -Wunused-function flag. By using a separate config, the flags are set in order, and the -Wno-unused-function is found after the -Wall. BUG=459705 Review URL: https://codereview.chromium.org/1644333002 Cr-Commit-Position: refs/heads/master@{#372546}
* Update Crashpad to 4794225f22583a08732cb9ad4356106013a220f3scottmg2016-01-182-0/+4
| | | | | | | | | | | | a4f3761de2de Switch to Gerrit for code review 2e448328500f Remove CC_LIST from codereview.settings 4794225f2258 Adding an API to read module annotations in snapshot.gyp BUG= Review URL: https://codereview.chromium.org/1597353004 Cr-Commit-Position: refs/heads/master@{#370053}
* Update Crashpad to 417097b91fe872404db257532d5126cfd7bfb438scottmg2016-01-111-0/+2
| | | | | | | | | | | | | | | 142b139305ba package.h, man_footer.ad: Update copyright year to 2016 5af9c426386d win: Capture some memory pointed at by context 417097b91fe8 win: Better setting of DI for register capture test Also update build/secondary GN build files. R=mark@chromium.org BUG=crashpad:86, chromium:571144 Review URL: https://codereview.chromium.org/1576813002 Cr-Commit-Position: refs/heads/master@{#368558}
* Update Crashpad to 54048cfd78af0a54cf4a2d2ecfb83881f5c54590mark2016-01-063-0/+7
| | | | | | | | | | | | | | | | 6d829e9af7d7 Create WorkerThread, an abstraction to perform some work on an interval 5e244711888b Fix build break after 6d829e9af7d7 18a294130552 Create the PruneCrashReportsThread in the handler c46a676624cf Use std::move() in PruneCrashReportThread 6d2d31d2d137 Use base/macros.h instead of base/basictypes.h b7e4564ff219 Update mini_chromium to a43fee120b10 54048cfd78af Don’t suppress_wildcard crashpad.gyp:All on platforms where it works Review URL: https://codereview.chromium.org/1568553002 Cr-Commit-Position: refs/heads/master@{#367899}
* Fix x64 android_tools target compile failure.kkimlabs2016-01-051-1/+13
| | | | | | | | | | Few functions were unused on x86 causing unused function errors. BUG=574494 Review URL: https://codereview.chromium.org/1564443002 Cr-Commit-Position: refs/heads/master@{#367657}
* Roll NSS by one revisionthakis2016-01-041-0/+6
| | | | | | | | | | | Picks up https://codereview.chromium.org/1558903002/ and syncs the warning flags in NSS's BUILD.gn with the gyp file. BUG=573779 Review URL: https://codereview.chromium.org/1553193002 Cr-Commit-Position: refs/heads/master@{#367337}
* Uprev NSS (in libssl) to NSS 3.21rsleevi2015-12-191-0/+3
| | | | | | | | | | | | | | | | Update the bundled libssl to use NSS 3.21. This removes the patches for DHE 1024-bit, lock ordering, and build metadata, which are all upstreamed. Upstream has added a dhe-param.c file, but this is intentionally not added to build targets, as it's simply #included from another C file. BUG=568855 Review URL: https://codereview.chromium.org/1511123006 Cr-Commit-Position: refs/heads/master@{#366244}
* Update Crashpad to b0394744cc41a846eb9a79ccc73cd2992790ed42brucedawson2015-12-151-1/+4
| | | | | | | | | | | | b0394744cc41 Fix some VS 2015 warnings Also disable the same warning in util.gyp BUG=440500 Review URL: https://codereview.chromium.org/1526043003 Cr-Commit-Position: refs/heads/master@{#365359}
* Update Crashpad to 583d1dc3efa96ea50f62afa69a598eeed1534edcmark2015-12-143-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7764fa114486 Remove errant double-semicolons 72d6be5cb9d9 win: Fix debug iterator failure on empty database read/write d81d83661def package.h: Update version number to 0.8.0 5be8ce4ea0fe Get module versions and types from in-memory images 384fd93d6d70 win: Add a VSFixedFileInfo test to check all modules 894a06070e31 win: Fix some warnings reported by /analyze 47fbac4ae105 win: Placate more OS versions in the PEImageReader test fabcd790578e Add missing comma in compat.gyp f55d18ade687 Add AlignedVector and use it for vector<MEMORY_BASIC_INFORMATION64> 7efdc94f5982 Fixes for Chromium checkperms.py PRESUBMIT b9e732d3180f win: Fix a few sign mismatch warnings in crashpad e9a843c626b2 win: Set shutdown order to make the handler shutdown as late as possible a33736dd0d60 Fix AlignedAllocator for pre-C++11 libraries 8f3b0af2154a client: Depend on compat 583d1dc3efa9 Provide std::move() in compat instead of using crashpad::move() BUG=427616,472900,564691,567877 R=rsesek@chromium.org TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/1529483002 Cr-Commit-Position: refs/heads/master@{#365061}
* Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windowsscottmg2015-11-307-36/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since https://codereview.chromium.org/1416133003 are ps1 -> ps2. - Includes build fix to for debug component GN build. - Includes Crashpad roll to pull in clang compile fixes and a limit on the number of locks saved to the crash dump. - Increase timeout on tab crash telemetry test for debug builds. Original CL: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows Crashpad is always compiled into chrome and its handler is always enabled. It only uploads in Official builds. On Windows, the crash handler is chrome.exe run with a --crashpad-handler argument. This is due to concern about incompatibilities of shipping an additional new different binary for AV, firewalls, etc. Sample renderer crash/1aed2bc785e28995 Sample browser: crash/66c822815474a5d8 See also http://crbug.com/427611 . R=mark@chromium.org TBR=cpu@chromium.org BUG=447073, 546288, 456193 Review URL: https://codereview.chromium.org/1479283002 Cr-Commit-Position: refs/heads/master@{#362258}
* Revert of Crashpad Windows: Use the Crashpad client instead of Breakpad on ↵scottmg2015-11-267-290/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows (patchset #48 id:1160001 of https://codereview.chromium.org/1416133003/ ) Reason for revert: Some failing tests https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/43485. Unclear why they didn't fail on trybots so I'm going to revert and investigate. Original issue's description: > Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows > > Crashpad is always compiled into chrome and its handler is always > enabled. It only uploads in Official builds. > > On Windows, the crash handler is chrome.exe run with a > --crashpad-handler argument. This is due to concern about > incompatibilities of shipping an additional new different binary for AV, > firewalls, etc. > > Sample renderer crash/1aed2bc785e28995 > Sample browser: crash/66c822815474a5d8 > > See also http://crbug.com/427611 . > > R=mark@chromium.org,cpu@chromium.org > BUG=447073,546288, 456193 > > Committed: https://crrev.com/aaa2ff656f9fcabcbdd9e9964e3b2bdc8f5102ed > Cr-Commit-Position: refs/heads/master@{#361742} TBR=mark@chromium.org,cpu@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=447073,546288, 456193 Review URL: https://codereview.chromium.org/1476193002 Cr-Commit-Position: refs/heads/master@{#361797}
* Revert of Fix Win GN dbg build missing powrprof.lib (patchset #1 id:1 of ↵scottmg2015-11-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1473513007/ ) Reason for revert: Some failing tests https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/43485. Unclear why they didn't fail on trybots so I'm going to revert and investigate. Original issue's description: > Fix Win GN dbg build missing powrprof.lib > > TBR=raymes@chromium.org > BUG=546288 > > Committed: https://chromium.googlesource.com/chromium/src/+/d01d3720730602fdc8aeb19aa0b19ed6c5a5849c TBR=raymes@chromium.org,mark@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=546288 Review URL: https://codereview.chromium.org/1475543004 Cr-Commit-Position: refs/heads/master@{#361796}
* Fix Win GN dbg build missing powrprof.libScott Graham2015-11-251-0/+1
| | | | | | | | | TBR=raymes@chromium.org BUG=546288 Review URL: https://codereview.chromium.org/1473513007 . Cr-Commit-Position: refs/heads/master@{#361752}
* Crashpad Windows: Use the Crashpad client instead of Breakpad on Windowsscottmg2015-11-257-36/+290
| | | | | | | | | | | | | | | | | | | | | | Crashpad is always compiled into chrome and its handler is always enabled. It only uploads in Official builds. On Windows, the crash handler is chrome.exe run with a --crashpad-handler argument. This is due to concern about incompatibilities of shipping an additional new different binary for AV, firewalls, etc. Sample renderer crash/1aed2bc785e28995 Sample browser: crash/66c822815474a5d8 See also http://crbug.com/427611 . R=mark@chromium.org,cpu@chromium.org BUG=447073,546288, 456193 Review URL: https://codereview.chromium.org/1416133003 Cr-Commit-Position: refs/heads/master@{#361742}
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
| | | | | | | | | | | | | | | | The recent formatter alphebetizing change is causing a lot of noise in code reviews. Figured it'd be worth a clean-up CL. Exact command I ran: find . -name "*.gn*" -exec gn format --in-place "{}" \; TBR=ddorwin@chromium.org BUG=554928 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1464873002 Cr-Commit-Position: refs/heads/master@{#360891}
* Move gn build files for grit into the main directory (tools/grit).tfarina2015-11-154-624/+0
| | | | | | | | | | | | | | Now that grit was merged into Chromium tree there is no need to keep these files in a secondary build directory. This patch moves them into the main tree, along side with the other grit files. As it seems the more logical place people would look for. BUG=553682 R=thakis@chromium.org,dpranke@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/1446733002 Cr-Commit-Position: refs/heads/master@{#359757}
* Enable downloading Google Play services via deps hookdgn2015-11-061-28/+0
| | | | | | | | | | | Call build/android/play_services/update.py from DEPS and remove now unused scripts. BUG=541727 Review URL: https://codereview.chromium.org/1418573010 Cr-Commit-Position: refs/heads/master@{#358326}
* Allow repack whitelist to be set via GN argsagrieve2015-11-061-5/+11
| | | | | | | | BUG=551576 Review URL: https://codereview.chromium.org/1422553008 Cr-Commit-Position: refs/heads/master@{#358230}
* Port enable_resource_whitelist_generation GYP->GNagrieve2015-11-051-3/+22
| | | | | | | | BUG=551576 Review URL: https://codereview.chromium.org/1416683004 Cr-Commit-Position: refs/heads/master@{#358060}
* Remove unused code under ENABLE_WIFI_BOOTSTRAPPINGvitalybuka2015-11-031-6/+0
| | | | | | | | | | This is one year old unused code. BUG=370071 Review URL: https://codereview.chromium.org/1420843006 Cr-Commit-Position: refs/heads/master@{#357648}
* gn format everything.tfarina2015-11-031-1/+1
| | | | | | | | | | | | | | | | | This patch was generated using the following command line: $ git ls-files "*.gn" | grep -v format_test_data | sed -e "s/^/gn format --in-place /" >x.sh $ chmod +x x.sh $ ./x.sh BUG=None R=dpranke@chromium.org,scottmg@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/1415753003 Cr-Commit-Position: refs/heads/master@{#357493}
* Revert "Introduce support design library to chrome and roll android_tools/"aurimas2015-10-291-18/+0
| | | | | | | | | | | | | | This reverts https://codereview.chromium.org/1225393002. Android Support design library is large and currently is only used in one place where we already have an existing similar class. This will reduce our method limit by 1409 BUG=272790 Review URL: https://codereview.chromium.org/1419553003 Cr-Commit-Position: refs/heads/master@{#356982}
* Revert "Revert of Roll android_tools deps (patchset #4 id:60001 of ↵yusufo2015-10-271-0/+1
| | | | | | | | | | | | | | https://codereview.chromium.org/1419533002/ )" Relanding CL after fixing lint errors for system_webview_apk This reverts commit de6b09140fd5cbf679ddbbe37d206848ab15d421. BUG=537270 Review URL: https://codereview.chromium.org/1403353004 Cr-Commit-Position: refs/heads/master@{#356426}
* Revert of Roll android_tools deps (patchset #4 id:60001 of ↵dcaiafa2015-10-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1419533002/ ) Reason for revert: Potential cause of break: http://build.chromium.org/p/chromium.gpu/builders/Android%20Debug%20%28Nexus%206%29/builds/3804 Original issue's description: > Roll android_tools deps > > Sets the build-tools version. > Renames two resources due to resource name clashes with mediarouter > resources > Adds recyclerview as a dependency to design in gn. > > BUG=537270 > > Committed: https://crrev.com/8356eb404a31149079621a7fe95e79bea4c9fb3e > Cr-Commit-Position: refs/heads/master@{#356346} TBR=dfalcantara@chromium.org,aurimas@chromium.org,jbudorick@chromium.org,yusufo@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=537270 Review URL: https://codereview.chromium.org/1411783009 Cr-Commit-Position: refs/heads/master@{#356360}
* Roll android_tools depsyusufo2015-10-271-0/+1
| | | | | | | | | | | | | Sets the build-tools version. Renames two resources due to resource name clashes with mediarouter resources Adds recyclerview as a dependency to design in gn. BUG=537270 Review URL: https://codereview.chromium.org/1419533002 Cr-Commit-Position: refs/heads/master@{#356346}
* Make unit_tests compile in Mac GNbrettw2015-10-225-0/+344
| | | | | | | | | | | | | | | | | | | | Adds mac app_shim targets. Removed a bunch of links from the root BUILD.gn to random targets. These are all pulled in organically now. Adds crashpad build. Switches components/crash to using it. Enables content_browsertests, content_perftests, and content_gl_benchmark which now compile. Add newline to end of keyboard_content_util.cc. libexif is now a loadable module like in GYP (unit_tests wouldn't load without this). A few conditions I added checks for mac_views_browser. These are based on how I think it should work, the mac views build doesn't work in GN yet. BUG=512600 Review URL: https://codereview.chromium.org/1417673004 Cr-Commit-Position: refs/heads/master@{#355500}
* Cleanup after Msgurun2015-10-141-4/+0
| | | | | | | | | | | | Remove the reference to preview_sources from GN build file. Once this lands, next step is removing the actual source file from android_tools. BUG=512264 Review URL: https://codereview.chromium.org/1399543004 Cr-Commit-Position: refs/heads/master@{#353925}
* Port custom_tabs_client from GYP to GNpkotwicz2015-10-061-1/+7
| | | | | | | | | BUG=535071 TEST=None Review URL: https://codereview.chromium.org/1358243006 Cr-Commit-Position: refs/heads/master@{#352617}
* Improve iOS localisation and resource packing.sdefresne2015-09-241-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Stop using whitelisting for resources from components on the rationale that it causes confusion for the developers and most of those resources are used on iOS. Stop support for whitelisting for resources when using gn as meta-build system on the rationale that the migration will happen after Chrome on iOS is unforked at which point whitelisting will not be used with gyp either. Update build/ios/grit_whitelist.txt to: 1. remove all resources from //components, 2. remove all resources that no longer exists, 3. add all resources used downstream (i.e. unfork the file). TEST=Checked that clobber build compiled and all tests passed on both the upstream and downstream tree with this CL. BUG=429756 Review URL: https://codereview.chromium.org/1350453004 Cr-Commit-Position: refs/heads/master@{#350526}
* Remove webkit dependency in grit_rule.dpranke2015-09-151-8/+0
| | | | | | | | | | | | | We needed to set a grit define to build the blink_resources target properly. We were doing this via a global define that affected all targets, but now we're doing this with a local define instead. R=rtoy@chromium.org BUG= Review URL: https://codereview.chromium.org/1338193003 Cr-Commit-Position: refs/heads/master@{#348812}
* Move sanitizer and symbol flags out of BUILDCONFIGbrettw2015-09-141-0/+1
| | | | | | | | | TBR=mmoss@chromium.org (chrome/installer/linux) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1324623005 Cr-Commit-Position: refs/heads/master@{#348727}
* Enable asm compilation in libjpeg_turbo on Linux.dpranke2015-09-091-4/+1
| | | | | | | | | R=brettw@chromium.org, noel@chromium.org BUG=528437 Review URL: https://codereview.chromium.org/1322853006 Cr-Commit-Position: refs/heads/master@{#347975}
* use_concatenated_impulse_responses required for gritrtoy2015-09-041-2/+8
| | | | | | | | | | | | | If use_concatenated_impulse_responses is set (in config.gni), then grit needs to have it defined as well. This is needed to reference the appropriate response files for the HRTF panner in WebAudio. BUG=528424 TEST=webaudio panner tests pass Review URL: https://codereview.chromium.org/1311013010 Cr-Commit-Position: refs/heads/master@{#347534}
* Un-nest configs in GN files.brettw2015-09-021-11/+15
| | | | | | | | | | | | People sometimes nest targets or configs, usually with the assumption that this limits the visibility of a config to within a target. But this nesting provides no visibility restrictions over declaring it outside of a block. Un-nest for clarity. Re-land of http://crrev.com/1318823008 while preserving config ordering. Review URL: https://codereview.chromium.org/1307223010 Cr-Commit-Position: refs/heads/master@{#346964}
* Revert of Un-nest configs in GN files. (patchset #3 id:40001 of ↵thakis2015-09-011-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1318823008/ ) Reason for revert: This breaks why these configs exist in the first place and seriously breaks the clang/win gn build (which is what these configs exist for). Original issue's description: > Un-nest configs in GN files. > > People sometimes nest targets or configs, usually with the assumption that this limits the visibility of a config to within a target. But this nesting provides no visibility restrictions over declaring it outside of a block. > > Un-nest for clarity. > > Committed: https://crrev.com/4af2eac8e84692d94f88504ab6e0b244b88dddcb > Cr-Commit-Position: refs/heads/master@{#346461} TBR=dpranke@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1316843006 Cr-Commit-Position: refs/heads/master@{#346695}
* Un-nest configs in GN files.brettw2015-08-311-8/+9
| | | | | | | | | | People sometimes nest targets or configs, usually with the assumption that this limits the visibility of a config to within a target. But this nesting provides no visibility restrictions over declaring it outside of a block. Un-nest for clarity. Review URL: https://codereview.chromium.org/1318823008 Cr-Commit-Position: refs/heads/master@{#346461}
* Revert of Move GN grit scripts out of secondary tree. (patchset #1 id:1 of ↵brettw2015-08-274-0/+611
| | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1317013002/ ) Reason for revert: Apparently this was incorrect. Original issue's description: > Move GN grit scripts out of secondary tree. > > These build files were in the secondary tree because I thought tools/grit was DEPSed in. However, this directory is in the Chrome tree. The DEPSed-in directory is tools/grit/grit. Moving these files to the expected place will make things more clear. > > Committed: https://crrev.com/82d10f697a4268dd9ae0fffd8f3dfb1fb42901e5 > Cr-Commit-Position: refs/heads/master@{#345713} TBR=thakis@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1311133008 Cr-Commit-Position: refs/heads/master@{#345926}
* Move GN grit scripts out of secondary tree.brettw2015-08-264-611/+0
| | | | | | | | These build files were in the secondary tree because I thought tools/grit was DEPSed in. However, this directory is in the Chrome tree. The DEPSed-in directory is tools/grit/grit. Moving these files to the expected place will make things more clear. Review URL: https://codereview.chromium.org/1317013002 Cr-Commit-Position: refs/heads/master@{#345713}
* [Android] Add gyp support for multidex. (RELAND)jbudorick2015-08-251-0/+5
| | | | | | | | | | | Reland of https://codereview.chromium.org/1278573002 BUG=272790 TBR=thakis@chromium.org,mmenke@chromium.org Review URL: https://codereview.chromium.org/1318513003 Cr-Commit-Position: refs/heads/master@{#345443}
* Revert of [Android] Add gyp support for multidex. (patchset #12 id:220001 of ↵jbudorick2015-08-251-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1278573002/ ) Reason for revert: Somehow broke compilation on the main waterfall: https://build.chromium.org/p/chromium/builders/Android/builds/45388 Original issue's description: > [Android] Add gyp support for multidex. > > Note that this does not enable multidex builds yet. > > BUG=272790 > > Committed: https://crrev.com/e40294eca50d57360a2bb0718adcd5cde7810fbd > Cr-Commit-Position: refs/heads/master@{#345357} TBR=agrieve@chromium.org,cjhopman@chromium.org,mmenke@chromium.org,thakis@chromium.org,yfriedman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=272790 Review URL: https://codereview.chromium.org/1315833007 Cr-Commit-Position: refs/heads/master@{#345370}
* [Android] Add gyp support for multidex.jbudorick2015-08-251-0/+5
| | | | | | | | | | Note that this does not enable multidex builds yet. BUG=272790 Review URL: https://codereview.chromium.org/1278573002 Cr-Commit-Position: refs/heads/master@{#345357}