Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
cjhopman@chromium.org 4e3b24ef3f Pass resources to dependents as zip files instead of directories
This makes all temporary work be done in temporary directories.

This change is particularly helpful for 2 reasons: first, it makes it
more difficult to accidentally include stale, unwanted files during an
incremental build. Second, it is easier to trigger dependent actions
(zip file timestamps should be updated when their contents change, while
the same is not true for directories).

Makes the output of build/java_strings_grd.gypi be a zipfile containing
the resources.

BUG=359249,375431

Review URL: https://codereview.chromium.org/321463002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@276226 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-11 01:20:55 +00:00
mkosiba@chromium.org b20b5084b2 [android] Generate strings.xml for android_webview.
This makes it possible for the android_webview component to generate
strings.xml files from .grd files in the android_webview_build
configuration.

BUG=internal b/11505352
TESTS=compile
TBR=jochen@chromium.org

Review URL: https://codereview.chromium.org/270633015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@269779 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-05-12 14:25:07 +00:00