diff options
author | bungeman <bungeman@chromium.org> | 2015-06-19 07:27:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-19 14:27:41 +0000 |
commit | f5a2156812c318825b6438258d9f882fc63ecd16 (patch) | |
tree | 94cbac4e899d391a05cac0d6950efa7eec2bef92 /gin | |
parent | 3c35a60b2cf1a57e13e36e514296887cea10cd33 (diff) | |
download | chromium_src-f5a2156812c318825b6438258d9f882fc63ecd16.zip chromium_src-f5a2156812c318825b6438258d9f882fc63ecd16.tar.gz chromium_src-f5a2156812c318825b6438258d9f882fc63ecd16.tar.bz2 |
Only create cloud_print targets for Windows on Windows.
In cloud_print/service/service.gyp the targets:
cloud_print_service
cloud_print_service_config
cloud_print_service_setup
are only useful on Windows but are defined on all platforms.
Attempting to build any of these targets on other platforms will
result in a build error as the 'win/*' sources are removed by glob
meaning that cloud_print_resources.gyp:cloud_print_version_resources
has no sources, resulting in cloud_print_service_exe_version.rc
not being created, causing this source not to be found.
This also explicitly calls out the dependency of these three targets
on the cloud_print_version_resources target to create the
cloud_print_service_exe_version.rc file.
TBR=dpranke@chromium.org
The gn_migration.gypi change just updates where the targets are.
Review URL: https://codereview.chromium.org/1153263002
Cr-Commit-Position: refs/heads/master@{#335254}
Diffstat (limited to 'gin')
0 files changed, 0 insertions, 0 deletions