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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc', | 750 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc', |
751 'renderer/pepper/pepper_file_chooser_host_unittest.cc', | 751 'renderer/pepper/pepper_file_chooser_host_unittest.cc', |
752 'renderer/pepper/pepper_url_request_unittest.cc', | 752 'renderer/pepper/pepper_url_request_unittest.cc', |
753 'renderer/render_view_browsertest.cc', | 753 'renderer/render_view_browsertest.cc', |
754 'renderer/render_view_browsertest_mac.mm', | 754 'renderer/render_view_browsertest_mac.mm', |
755 'renderer/render_widget_browsertest.cc', | 755 'renderer/render_widget_browsertest.cc', |
756 'renderer/renderer_accessibility_browsertest.cc', | 756 'renderer/renderer_accessibility_browsertest.cc', |
757 'renderer/web_intents_host_browsertest.cc', | 757 'renderer/web_intents_host_browsertest.cc', |
758 'test/browser_test_message_pump_android.cc', | 758 'test/browser_test_message_pump_android.cc', |
759 'test/browser_test_message_pump_android.h', | 759 'test/browser_test_message_pump_android.h', |
| 760 'test/clipboard_browser_test.cc', |
760 'test/content_browser_test.h', | 761 'test/content_browser_test.h', |
761 'test/content_browser_test.cc', | 762 'test/content_browser_test.cc', |
762 'test/content_browser_test_utils.cc', | 763 'test/content_browser_test_utils.cc', |
763 'test/content_browser_test_utils.h', | 764 'test/content_browser_test_utils.h', |
764 'test/content_browser_test_utils_mac.mm', | 765 'test/content_browser_test_utils_mac.mm', |
765 'test/content_browser_test_test.cc', | 766 'test/content_browser_test_test.cc', |
766 'test/content_test_launcher.cc', | 767 'test/content_test_launcher.cc', |
767 'test/layout_browsertest.cc', | 768 'test/layout_browsertest.cc', |
768 'test/layout_browsertest.h', | 769 'test/layout_browsertest.h', |
769 'test/layout_test_http_server.cc', | 770 'test/layout_test_http_server.cc', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 'additional_src_dirs': ['../content/public/android/javatests/',], | 1041 'additional_src_dirs': ['../content/public/android/javatests/',], |
1041 'resource_dir': '../shell_apk/res', | 1042 'resource_dir': '../shell_apk/res', |
1042 'is_test_apk': 1, | 1043 'is_test_apk': 1, |
1043 }, | 1044 }, |
1044 'includes': [ '../build/java_apk.gypi' ], | 1045 'includes': [ '../build/java_apk.gypi' ], |
1045 }, | 1046 }, |
1046 ], | 1047 ], |
1047 }], | 1048 }], |
1048 ], | 1049 ], |
1049 } | 1050 } |
OLD | NEW |