| OLD | NEW |
| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 { | 128 { |
| 129 'target_name': 'content_unittests', | 129 'target_name': 'content_unittests', |
| 130 'type': 'executable', | 130 'type': 'executable', |
| 131 'defines!': ['CONTENT_IMPLEMENTATION'], | 131 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 132 'dependencies': [ | 132 'dependencies': [ |
| 133 'content_browser', | 133 'content_browser', |
| 134 'content_gpu', | 134 'content_gpu', |
| 135 'content_plugin', | 135 'content_plugin', |
| 136 'content_renderer', | 136 'content_renderer', |
| 137 'test_support_content', | 137 'test_support_content', |
| 138 'content_resources.gyp:content_resources', |
| 138 '../base/base.gyp:test_support_base', | 139 '../base/base.gyp:test_support_base', |
| 139 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 140 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 140 '../crypto/crypto.gyp:crypto', | 141 '../crypto/crypto.gyp:crypto', |
| 141 '../gpu/gpu.gyp:gpu_unittest_utils', | 142 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 142 '../ipc/ipc.gyp:test_support_ipc', | 143 '../ipc/ipc.gyp:test_support_ipc', |
| 143 '../media/media.gyp:media_test_support', | 144 '../media/media.gyp:media_test_support', |
| 144 '../net/net.gyp:net_test_support', | 145 '../net/net.gyp:net_test_support', |
| 145 '../skia/skia.gyp:skia', | 146 '../skia/skia.gyp:skia', |
| 146 '../testing/gmock.gyp:gmock', | 147 '../testing/gmock.gyp:gmock', |
| 147 '../testing/gtest.gyp:gtest', | 148 '../testing/gtest.gyp:gtest', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'browser/trace_subscriber_stdio_unittest.cc', | 222 'browser/trace_subscriber_stdio_unittest.cc', |
| 222 'common/mac/attributed_string_coder_unittest.mm', | 223 'common/mac/attributed_string_coder_unittest.mm', |
| 223 'common/mac/font_descriptor_unittest.mm', | 224 'common/mac/font_descriptor_unittest.mm', |
| 224 'common/mac/scoped_sending_event_unittest.mm', | 225 'common/mac/scoped_sending_event_unittest.mm', |
| 225 'common/gpu/gpu_feature_flags_unittest.cc', | 226 'common/gpu/gpu_feature_flags_unittest.cc', |
| 226 'common/gpu/gpu_info_unittest.cc', | 227 'common/gpu/gpu_info_unittest.cc', |
| 227 'common/hi_res_timer_manager_unittest.cc', | 228 'common/hi_res_timer_manager_unittest.cc', |
| 228 'common/net/url_fetcher_impl_unittest.cc', | 229 'common/net/url_fetcher_impl_unittest.cc', |
| 229 'common/page_zoom_unittest.cc', | 230 'common/page_zoom_unittest.cc', |
| 230 'common/resource_dispatcher_unittest.cc', | 231 'common/resource_dispatcher_unittest.cc', |
| 232 'common/sandbox_mac_diraccess_unittest.mm', |
| 233 'common/sandbox_mac_fontloading_unittest.mm', |
| 234 'common/sandbox_mac_unittest_helper.h', |
| 235 'common/sandbox_mac_unittest_helper.mm', |
| 236 'common/sandbox_mac_system_access_unittest.mm', |
| 231 'gpu/gpu_info_collector_unittest.cc', | 237 'gpu/gpu_info_collector_unittest.cc', |
| 232 'gpu/gpu_info_collector_unittest_win.cc', | 238 'gpu/gpu_info_collector_unittest_win.cc', |
| 233 'renderer/active_notification_tracker_unittest.cc', | 239 'renderer/active_notification_tracker_unittest.cc', |
| 234 'renderer/gpu/input_event_filter_unittest.cc', | 240 'renderer/gpu/input_event_filter_unittest.cc', |
| 235 'renderer/media/audio_message_filter_unittest.cc', | 241 'renderer/media/audio_message_filter_unittest.cc', |
| 236 'renderer/media/audio_renderer_impl_unittest.cc', | 242 'renderer/media/audio_renderer_impl_unittest.cc', |
| 237 'renderer/media/capture_video_decoder_unittest.cc', | 243 'renderer/media/capture_video_decoder_unittest.cc', |
| 238 'renderer/media/media_stream_dispatcher_unittest.cc', | 244 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 239 'renderer/media/rtc_video_decoder_unittest.cc', | 245 'renderer/media/rtc_video_decoder_unittest.cc', |
| 240 'renderer/media/video_capture_impl_unittest.cc', | 246 'renderer/media/video_capture_impl_unittest.cc', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 ], | 386 ], |
| 381 'sources': [ | 387 'sources': [ |
| 382 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 388 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 383 ], | 389 ], |
| 384 } | 390 } |
| 385 ], | 391 ], |
| 386 }, | 392 }, |
| 387 ], | 393 ], |
| 388 ], | 394 ], |
| 389 } | 395 } |
| OLD | NEW |