| 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 'common/inter_process_time_ticks_converter_unittest.cc', | 351 'common/inter_process_time_ticks_converter_unittest.cc', |
| 352 'common/page_zoom_unittest.cc', | 352 'common/page_zoom_unittest.cc', |
| 353 'common/resource_dispatcher_unittest.cc', | 353 'common/resource_dispatcher_unittest.cc', |
| 354 'common/sandbox_mac_diraccess_unittest.mm', | 354 'common/sandbox_mac_diraccess_unittest.mm', |
| 355 'common/sandbox_mac_fontloading_unittest.mm', | 355 'common/sandbox_mac_fontloading_unittest.mm', |
| 356 'common/sandbox_mac_unittest_helper.h', | 356 'common/sandbox_mac_unittest_helper.h', |
| 357 'common/sandbox_mac_unittest_helper.mm', | 357 'common/sandbox_mac_unittest_helper.mm', |
| 358 'common/sandbox_mac_system_access_unittest.mm', | 358 'common/sandbox_mac_system_access_unittest.mm', |
| 359 'components/navigation_interception/intercept_navigation_resource_thrott
le_unittest.cc', | 359 'components/navigation_interception/intercept_navigation_resource_thrott
le_unittest.cc', |
| 360 'gpu/gpu_info_collector_unittest.cc', | 360 'gpu/gpu_info_collector_unittest.cc', |
| 361 'gpu/gpu_info_collector_unittest_win.cc', | |
| 362 'renderer/active_notification_tracker_unittest.cc', | 361 'renderer/active_notification_tracker_unittest.cc', |
| 363 'renderer/android/email_detector_unittest.cc', | 362 'renderer/android/email_detector_unittest.cc', |
| 364 'renderer/android/phone_number_detector_unittest.cc', | 363 'renderer/android/phone_number_detector_unittest.cc', |
| 365 'renderer/disambiguation_popup_helper_unittest.cc', | 364 'renderer/disambiguation_popup_helper_unittest.cc', |
| 366 'renderer/gpu/input_event_filter_unittest.cc', | 365 'renderer/gpu/input_event_filter_unittest.cc', |
| 367 'renderer/hyphenator/hyphenator_unittest.cc', | 366 'renderer/hyphenator/hyphenator_unittest.cc', |
| 368 'renderer/media/audio_message_filter_unittest.cc', | 367 'renderer/media/audio_message_filter_unittest.cc', |
| 369 'renderer/media/audio_renderer_mixer_manager_unittest.cc', | 368 'renderer/media/audio_renderer_mixer_manager_unittest.cc', |
| 370 'renderer/media/video_capture_impl_unittest.cc', | 369 'renderer/media/video_capture_impl_unittest.cc', |
| 371 'renderer/media/video_capture_message_filter_unittest.cc', | 370 'renderer/media/video_capture_message_filter_unittest.cc', |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 'resource_dir': '../res', | 950 'resource_dir': '../res', |
| 952 'additional_src_dirs': ['../content/public/android/javatests/'], | 951 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 953 'is_test_apk': 1, | 952 'is_test_apk': 1, |
| 954 }, | 953 }, |
| 955 'includes': [ '../build/java_apk.gypi' ], | 954 'includes': [ '../build/java_apk.gypi' ], |
| 956 }, | 955 }, |
| 957 ], | 956 ], |
| 958 }], | 957 }], |
| 959 ], | 958 ], |
| 960 } | 959 } |
| OLD | NEW |