Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: test/mac/postbuild-copy-bundle/test.gyp

Issue 11362051: ninja/mac: Let copies sections that copy stuff inside a bundle mark the bundle as dirty. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mac/postbuild-copy-bundle/copied.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/postbuild-copy-bundle/test.gyp
===================================================================
--- test/mac/postbuild-copy-bundle/test.gyp (revision 1529)
+++ test/mac/postbuild-copy-bundle/test.gyp (working copy)
@@ -15,6 +15,12 @@
'mac_bundle_resources': [
'resource_file.sb',
],
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
+ 'files': [ 'copied.txt' ],
+ },
+ ],
},
{
'target_name': 'test_app',
« no previous file with comments | « test/mac/postbuild-copy-bundle/copied.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698