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

Unified Diff: content/content_ppapi_plugin.gypi

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_ppapi_plugin.gypi
diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi
index fcc58da2a5235dfac4634b9c086d4ff097cd1ff2..b428614d23282db1c90519fc70517e2028cd90a5 100644
--- a/content/content_ppapi_plugin.gypi
+++ b/content/content_ppapi_plugin.gypi
@@ -24,13 +24,4 @@
'include_dirs': [
'..',
],
- 'conditions': [
- ['OS=="mac"', {
- 'link_settings': {
- 'mac_bundle_resources': [
- 'ppapi_plugin/ppapi.sb',
- ],
- },
- }],
- ],
}
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698