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

Unified Diff: content/content_tests.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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index aa972038091e1155fa8eca575f54db8120059932..af9fedf35aa6abcf273d797fce3072e5c334a590 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -135,6 +135,7 @@
'content_plugin',
'content_renderer',
'test_support_content',
+ 'content_resources.gyp:content_resources',
'../base/base.gyp:test_support_base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../crypto/crypto.gyp:crypto',
@@ -228,6 +229,11 @@
'common/page_zoom_unittest.cc',
'common/process_watcher_unittest.cc',
'common/resource_dispatcher_unittest.cc',
+ 'common/sandbox_mac_diraccess_unittest.mm',
+ 'common/sandbox_mac_fontloading_unittest.mm',
+ 'common/sandbox_mac_unittest_helper.h',
+ 'common/sandbox_mac_unittest_helper.mm',
+ 'common/sandbox_mac_system_access_unittest.mm',
'gpu/gpu_info_collector_unittest.cc',
'gpu/gpu_info_collector_unittest_win.cc',
'renderer/active_notification_tracker_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698