summaryrefslogtreecommitdiffstats
path: root/build/ios
Commit message (Collapse)AuthorAgeFilesLines
* Add Sad Tab resources to the iOS build.msarda@chromium.org2012-11-081-0/+3
| | | | | | Review URL: https://chromiumcodereview.appspot.com/11364130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166651 0039d316-1c4b-4281-b951-d872f2087c98
* Add several strings to the grit whitelist for iOS.blundell@chromium.org2012-11-051-0/+9
| | | | | | Review URL: https://chromiumcodereview.appspot.com/11359056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166033 0039d316-1c4b-4281-b951-d872f2087c98
* Specify dependences correctly when building mac tools for iOS.blundell@chromium.org2012-10-291-4/+4
| | | | | | | | | | | | | | | | | | | Several auxiliary tools used when building Chrome for iOS are generated via the following two-step pattern: (1) compiling the executable with ninja, and (2) copying the executable into a location that is shared with other projects. Previously, these two steps were specified as actions in the same target. However, as the ordering of multiple actions in one target is defined only by inputs and outputs and the compilation action had no inputs/outputs set, the copying action wasn't properly depending on the compilation action. As it's challenging to set correct inputs for the ninja build, this CL separates these actions into two targets in order to be able to specify that the second action should not run until the first action finishes. Review URL: https://chromiumcodereview.appspot.com/11301003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164743 0039d316-1c4b-4281-b951-d872f2087c98
* Add IDS_PRIVACY_POLICY_URL string for iOS.msarda@chromium.org2012-10-271-0/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/11300009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164512 0039d316-1c4b-4281-b951-d872f2087c98
* Add more time format strings to the iOS grit whiteliststuartmorgan@chromium.org2012-10-261-0/+6
| | | | | | | | | | | These strings were added to TimeFormat in https://codereview.chromium.org/11272035 BUG=None Review URL: https://chromiumcodereview.appspot.com/11308003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164353 0039d316-1c4b-4281-b951-d872f2087c98
* Adds GoogleURLTracker strings to the iOS grit whitelist.rohitrao@chromium.org2012-10-251-0/+3
| | | | | | | | | BUG=None Review URL: https://chromiumcodereview.appspot.com/11276005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164151 0039d316-1c4b-4281-b951-d872f2087c98
* Add strings to iOS whitelist.blundell@chromium.org2012-10-231-0/+20
| | | | | | | | | | The strings relating to multiprofile aren't currently used but are needed to enable building some files cleanly. Review URL: https://chromiumcodereview.appspot.com/11175056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163560 0039d316-1c4b-4281-b951-d872f2087c98
* Add croc config file for iOS code coverage.lliabraa@chromium.org2012-10-091-0/+71
| | | | | | | | | | | This croc config file instruments all files with 'ios' in the path for test coverage. BUG=None Review URL: https://chromiumcodereview.appspot.com/11087028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160860 0039d316-1c4b-4281-b951-d872f2087c98
* Add grit_whitelist for iOS.msarda@chromium.org2012-10-032-0/+550
| | | | | | | | | | | A large number of IDS resources are not used on iOS. This CL includes the used ones via a grit whitelist file. The presubmit rule ensures that this file is ordered in ascending alphabetic order. Review URL: https://chromiumcodereview.appspot.com/11026024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159879 0039d316-1c4b-4281-b951-d872f2087c98
* Add build/ios/mac_build.gypi for building Mac components used by iOS buildlliabraa@chromium.org2012-08-072-0/+156
The mac_build.gypi is used to build Mac targets via ninja. The template runs gyp_chromium to generate a ninja project file, then gyp target that includes the template should include an action to run ninja for the desired targets. BUG=None Review URL: https://chromiumcodereview.appspot.com/10826169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150357 0039d316-1c4b-4281-b951-d872f2087c98