OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 '../third_party/libvpx/libvpx.gyp:libvpx', | 221 '../third_party/libvpx/libvpx.gyp:libvpx', |
222 ], | 222 ], |
223 }], | 223 }], |
224 ], | 224 ], |
225 }, | 225 }, |
226 { | 226 { |
227 'target_name': 'content_unittests', | 227 'target_name': 'content_unittests', |
228 'type': '<(gtest_target_type)', | 228 'type': '<(gtest_target_type)', |
229 'defines!': ['CONTENT_IMPLEMENTATION'], | 229 'defines!': ['CONTENT_IMPLEMENTATION'], |
230 'dependencies': [ | 230 'dependencies': [ |
| 231 # TODO(jknotten): Move this to content/components/content_components.gyp |
| 232 'components/content_components.gyp:navigation_interception', |
231 'content_common', | 233 'content_common', |
232 'test_support_content', | 234 'test_support_content', |
233 'browser/speech/proto/speech_proto.gyp:speech_proto', | 235 'browser/speech/proto/speech_proto.gyp:speech_proto', |
234 '../base/base.gyp:test_support_base', | 236 '../base/base.gyp:test_support_base', |
235 '../crypto/crypto.gyp:crypto', | 237 '../crypto/crypto.gyp:crypto', |
236 '../media/media.gyp:media_test_support', | 238 '../media/media.gyp:media_test_support', |
237 '../net/net.gyp:net_test_support', | 239 '../net/net.gyp:net_test_support', |
238 '../skia/skia.gyp:skia', | 240 '../skia/skia.gyp:skia', |
239 '../sql/sql.gyp:sql', | 241 '../sql/sql.gyp:sql', |
240 '../testing/gmock.gyp:gmock', | 242 '../testing/gmock.gyp:gmock', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'common/gpu/media/avc_config_record_builder_unittest.cc', | 342 'common/gpu/media/avc_config_record_builder_unittest.cc', |
341 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 343 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
342 'common/inter_process_time_ticks_converter_unittest.cc', | 344 'common/inter_process_time_ticks_converter_unittest.cc', |
343 'common/page_zoom_unittest.cc', | 345 'common/page_zoom_unittest.cc', |
344 'common/resource_dispatcher_unittest.cc', | 346 'common/resource_dispatcher_unittest.cc', |
345 'common/sandbox_mac_diraccess_unittest.mm', | 347 'common/sandbox_mac_diraccess_unittest.mm', |
346 'common/sandbox_mac_fontloading_unittest.mm', | 348 'common/sandbox_mac_fontloading_unittest.mm', |
347 'common/sandbox_mac_unittest_helper.h', | 349 'common/sandbox_mac_unittest_helper.h', |
348 'common/sandbox_mac_unittest_helper.mm', | 350 'common/sandbox_mac_unittest_helper.mm', |
349 'common/sandbox_mac_system_access_unittest.mm', | 351 'common/sandbox_mac_system_access_unittest.mm', |
| 352 # TODO(jknotten): Move this to content/components/content_components.gyp |
| 353 'components/navigation_interception/intercept_navigation_resource_thrott
le_unittest.cc', |
350 'gpu/gpu_info_collector_unittest.cc', | 354 'gpu/gpu_info_collector_unittest.cc', |
351 'gpu/gpu_info_collector_unittest_win.cc', | 355 'gpu/gpu_info_collector_unittest_win.cc', |
352 'renderer/active_notification_tracker_unittest.cc', | 356 'renderer/active_notification_tracker_unittest.cc', |
353 'renderer/android/email_detector_unittest.cc', | 357 'renderer/android/email_detector_unittest.cc', |
354 'renderer/android/phone_number_detector_unittest.cc', | 358 'renderer/android/phone_number_detector_unittest.cc', |
355 'renderer/disambiguation_popup_helper_unittest.cc', | 359 'renderer/disambiguation_popup_helper_unittest.cc', |
356 'renderer/gpu/input_event_filter_unittest.cc', | 360 'renderer/gpu/input_event_filter_unittest.cc', |
357 'renderer/hyphenator/hyphenator_unittest.cc', | 361 'renderer/hyphenator/hyphenator_unittest.cc', |
358 'renderer/media/audio_message_filter_unittest.cc', | 362 'renderer/media/audio_message_filter_unittest.cc', |
359 'renderer/media/audio_renderer_mixer_manager_unittest.cc', | 363 'renderer/media/audio_renderer_mixer_manager_unittest.cc', |
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 'java_in_dir': '../content/shell/android/javatests', | 925 'java_in_dir': '../content/shell/android/javatests', |
922 'resource_dir': '../res', | 926 'resource_dir': '../res', |
923 'additional_src_dirs': ['../content/public/android/javatests/'], | 927 'additional_src_dirs': ['../content/public/android/javatests/'], |
924 }, | 928 }, |
925 'includes': [ '../build/java_apk.gypi' ], | 929 'includes': [ '../build/java_apk.gypi' ], |
926 }, | 930 }, |
927 ], | 931 ], |
928 }], | 932 }], |
929 ], | 933 ], |
930 } | 934 } |
OLD | NEW |