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

Side by Side 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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 { 117 {
118 'target_name': 'content_unittests', 118 'target_name': 'content_unittests',
119 'type': 'executable', 119 'type': 'executable',
120 'defines!': ['CONTENT_IMPLEMENTATION'], 120 'defines!': ['CONTENT_IMPLEMENTATION'],
121 'dependencies': [ 121 'dependencies': [
122 'content_browser', 122 'content_browser',
123 'content_gpu', 123 'content_gpu',
124 'content_plugin', 124 'content_plugin',
125 'content_renderer', 125 'content_renderer',
126 'test_support_content', 126 'test_support_content',
127 'content_resources.gyp:content_resources',
127 '../base/base.gyp:test_support_base', 128 '../base/base.gyp:test_support_base',
128 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 129 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
129 '../crypto/crypto.gyp:crypto', 130 '../crypto/crypto.gyp:crypto',
130 '../gpu/gpu.gyp:gpu_unittest_utils', 131 '../gpu/gpu.gyp:gpu_unittest_utils',
131 '../ipc/ipc.gyp:test_support_ipc', 132 '../ipc/ipc.gyp:test_support_ipc',
132 '../media/media.gyp:media_test_support', 133 '../media/media.gyp:media_test_support',
133 '../net/net.gyp:net_test_support', 134 '../net/net.gyp:net_test_support',
134 '../skia/skia.gyp:skia', 135 '../skia/skia.gyp:skia',
135 '../testing/gmock.gyp:gmock', 136 '../testing/gmock.gyp:gmock',
136 '../testing/gtest.gyp:gtest', 137 '../testing/gtest.gyp:gtest',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'common/mac/attributed_string_coder_unittest.mm', 210 'common/mac/attributed_string_coder_unittest.mm',
210 'common/mac/font_descriptor_unittest.mm', 211 'common/mac/font_descriptor_unittest.mm',
211 'common/mac/scoped_sending_event_unittest.mm', 212 'common/mac/scoped_sending_event_unittest.mm',
212 'common/gpu/gpu_feature_flags_unittest.cc', 213 'common/gpu/gpu_feature_flags_unittest.cc',
213 'common/gpu/gpu_info_unittest.cc', 214 'common/gpu/gpu_info_unittest.cc',
214 'common/hi_res_timer_manager_unittest.cc', 215 'common/hi_res_timer_manager_unittest.cc',
215 'common/net/url_fetcher_impl_unittest.cc', 216 'common/net/url_fetcher_impl_unittest.cc',
216 'common/process_watcher_unittest.cc', 217 'common/process_watcher_unittest.cc',
217 'common/property_bag_unittest.cc', 218 'common/property_bag_unittest.cc',
218 'common/resource_dispatcher_unittest.cc', 219 'common/resource_dispatcher_unittest.cc',
220 'common/sandbox_mac_diraccess_unittest.mm',
221 'common/sandbox_mac_fontloading_unittest.mm',
222 'common/sandbox_mac_unittest_helper.h',
223 'common/sandbox_mac_unittest_helper.mm',
224 'common/sandbox_mac_system_access_unittest.mm',
219 'gpu/gpu_info_collector_unittest.cc', 225 'gpu/gpu_info_collector_unittest.cc',
220 'gpu/gpu_info_collector_unittest_win.cc', 226 'gpu/gpu_info_collector_unittest_win.cc',
221 'renderer/active_notification_tracker_unittest.cc', 227 'renderer/active_notification_tracker_unittest.cc',
222 'renderer/gpu/input_event_filter_unittest.cc', 228 'renderer/gpu/input_event_filter_unittest.cc',
223 'renderer/media/audio_message_filter_unittest.cc', 229 'renderer/media/audio_message_filter_unittest.cc',
224 'renderer/media/audio_renderer_impl_unittest.cc', 230 'renderer/media/audio_renderer_impl_unittest.cc',
225 'renderer/media/capture_video_decoder_unittest.cc', 231 'renderer/media/capture_video_decoder_unittest.cc',
226 'renderer/media/media_stream_dispatcher_unittest.cc', 232 'renderer/media/media_stream_dispatcher_unittest.cc',
227 'renderer/media/rtc_video_decoder_unittest.cc', 233 'renderer/media/rtc_video_decoder_unittest.cc',
228 'renderer/media/video_capture_impl_unittest.cc', 234 'renderer/media/video_capture_impl_unittest.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ], 380 ],
375 'sources': [ 381 'sources': [
376 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 382 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
377 ], 383 ],
378 } 384 }
379 ], 385 ],
380 }, 386 },
381 ], 387 ],
382 ], 388 ],
383 } 389 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698