DescriptionCleanup: Remove unnecessary uses of direct_dependent_settings.
build/grit_target.gypi does this for us, clients/consumers just need to define grit_out_dir variable and include grit_target.gypi for the magic happen.
Found these entries with the following command line:
$ for f in $(g ls-files | grep resources.gyp); do grep direct $f; echo $f;
done
$ for f in $(g ls-files | grep strings.gyp); do grep direct $f; echo $f;
done
BUG=None
TEST=None
TBR=keybuk@chromium.org,yoz@chromium.org,darin@chromium.org
keybuk for device/bluetooth/
yoz for extensions/
darin for webkit/
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283646
Patch Set 1 #Patch Set 2 : bluetooth fix #
Messages
Total messages: 6 (0 generated)
|