DescriptionCleanup usage of hard_dependency in grit targets.
Since these targets are not static libraries, hard_dependency has no
effect (confirmed by Mark Mentovai and Tony Chang).
Files found with the following command line:
$ for f in $(g ls-files | grep strings.gyp ); do grep hard_dependency $f; echo $f; done
$ for f in $(g ls-files | grep resources.gyp ); do grep hard_dependency $f; echo $f; done
BUG=None
TEST=None
R=jochen@chromium.org,yoz@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284912
Patch Set 1 : #Patch Set 2 : REBASE #
Messages
Total messages: 12 (0 generated)
|