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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 'browser/trace_subscriber_stdio_unittest.cc', | 335 'browser/trace_subscriber_stdio_unittest.cc', |
336 'browser/web_contents/navigation_controller_impl_unittest.cc', | 336 'browser/web_contents/navigation_controller_impl_unittest.cc', |
337 'browser/web_contents/navigation_entry_impl_unittest.cc', | 337 'browser/web_contents/navigation_entry_impl_unittest.cc', |
338 'browser/web_contents/render_view_host_manager_unittest.cc', | 338 'browser/web_contents/render_view_host_manager_unittest.cc', |
339 'browser/web_contents/web_contents_delegate_unittest.cc', | 339 'browser/web_contents/web_contents_delegate_unittest.cc', |
340 'browser/web_contents/web_contents_impl_unittest.cc', | 340 'browser/web_contents/web_contents_impl_unittest.cc', |
341 'browser/web_contents/web_contents_user_data_unittest.cc', | 341 'browser/web_contents/web_contents_user_data_unittest.cc', |
342 'browser/web_contents/web_contents_view_mac_unittest.mm', | 342 'browser/web_contents/web_contents_view_mac_unittest.mm', |
343 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 343 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
344 'browser/web_contents/web_drag_source_mac_unittest.mm', | 344 'browser/web_contents/web_drag_source_mac_unittest.mm', |
| 345 'browser/webui/web_ui_data_source_unittest.cc', |
345 'browser/webui/web_ui_message_handler_unittest.cc', | 346 'browser/webui/web_ui_message_handler_unittest.cc', |
346 'common/android/address_parser_unittest.cc', | 347 'common/android/address_parser_unittest.cc', |
347 'common/cc_messages_unittest.cc', | 348 'common/cc_messages_unittest.cc', |
348 'common/common_param_traits_unittest.cc', | 349 'common/common_param_traits_unittest.cc', |
349 'common/mac/attributed_string_coder_unittest.mm', | 350 'common/mac/attributed_string_coder_unittest.mm', |
350 'common/mac/font_descriptor_unittest.mm', | 351 'common/mac/font_descriptor_unittest.mm', |
351 'common/gpu/gpu_info_unittest.cc', | 352 'common/gpu/gpu_info_unittest.cc', |
352 'common/gpu/gpu_memory_manager_unittest.cc', | 353 'common/gpu/gpu_memory_manager_unittest.cc', |
353 'common/gpu/media/avc_config_record_builder_unittest.cc', | 354 'common/gpu/media/avc_config_record_builder_unittest.cc', |
354 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 355 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1001 'resource_dir': '../res', | 1002 'resource_dir': '../res', |
1002 'additional_src_dirs': ['../content/public/android/javatests/'], | 1003 'additional_src_dirs': ['../content/public/android/javatests/'], |
1003 'is_test_apk': 1, | 1004 'is_test_apk': 1, |
1004 }, | 1005 }, |
1005 'includes': [ '../build/java_apk.gypi' ], | 1006 'includes': [ '../build/java_apk.gypi' ], |
1006 }, | 1007 }, |
1007 ], | 1008 ], |
1008 }], | 1009 }], |
1009 ], | 1010 ], |
1010 } | 1011 } |
OLD | NEW |