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

Unified Diff: content/content_resources.gyp

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also remove old bundle gyp code Created 9 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
Index: content/content_resources.gyp
diff --git a/content/content_resources.gyp b/content/content_resources.gyp
index 63b6f6a81d75d7f99d95ced10379f41c8f796240..69c422038ca0dc69e8d19ff4f2fb7928d79a85b6 100644
--- a/content/content_resources.gyp
+++ b/content/content_resources.gyp
@@ -23,6 +23,14 @@
},
],
'includes': [ '../build/grit_target.gypi' ],
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak'
+ ],
+ },
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698