chromium-src-build/ios
blundell@chromium.org ef09a2c4a5 Specify dependences correctly when building mac tools for iOS.
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: http://src.chromium.org/svn/trunk/src/build@164743 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-29 21:36:35 +00:00
..
PRESUBMIT.py Add grit_whitelist for iOS. 2012-10-03 10:37:03 +00:00
chrome_ios.croc Add croc config file for iOS code coverage. 2012-10-09 17:00:57 +00:00
clean_env.py Add build/ios/mac_build.gypi for building Mac components used by iOS build 2012-08-07 16:06:34 +00:00
grit_whitelist.txt Add IDS_PRIVACY_POLICY_URL string for iOS. 2012-10-27 06:02:15 +00:00
mac_build.gypi Specify dependences correctly when building mac tools for iOS. 2012-10-29 21:36:35 +00:00