OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 'renderer/savable_resources_browsertest.cc', | 826 'renderer/savable_resources_browsertest.cc', |
827 'test/browser_test_message_pump_android.cc', | 827 'test/browser_test_message_pump_android.cc', |
828 'test/browser_test_message_pump_android.h', | 828 'test/browser_test_message_pump_android.h', |
829 'test/content_browser_test.h', | 829 'test/content_browser_test.h', |
830 'test/content_browser_test.cc', | 830 'test/content_browser_test.cc', |
831 'test/content_browser_test_utils.cc', | 831 'test/content_browser_test_utils.cc', |
832 'test/content_browser_test_utils.h', | 832 'test/content_browser_test_utils.h', |
833 'test/content_browser_test_utils_mac.mm', | 833 'test/content_browser_test_utils_mac.mm', |
834 'test/content_browser_test_test.cc', | 834 'test/content_browser_test_test.cc', |
835 'test/content_test_launcher.cc', | 835 'test/content_test_launcher.cc', |
836 'test/layout_browsertest.cc', | |
837 'test/layout_browsertest.h', | |
838 'test/layout_test_http_server.cc', | |
839 'test/layout_test_http_server.h', | |
840 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', | 836 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', |
841 '../webkit/plugins/ppapi/mock_platform_image_2d.h', | 837 '../webkit/plugins/ppapi/mock_platform_image_2d.h', |
842 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', | 838 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', |
843 '../webkit/plugins/ppapi/mock_plugin_delegate.h', | 839 '../webkit/plugins/ppapi/mock_plugin_delegate.h', |
844 '../webkit/renderer/cpp_binding_example.cc', | 840 '../webkit/renderer/cpp_binding_example.cc', |
845 '../webkit/renderer/cpp_binding_example.h', | 841 '../webkit/renderer/cpp_binding_example.h', |
846 ], | 842 ], |
847 'conditions': [ | 843 'conditions': [ |
848 ['chromeos==0', { | 844 ['chromeos==0', { |
849 'sources!': [ | 845 'sources!': [ |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1179 'resource_dir': 'shell/android/shell_apk/res', | 1175 'resource_dir': 'shell/android/shell_apk/res', |
1180 'additional_src_dirs': ['public/android/javatests/',], | 1176 'additional_src_dirs': ['public/android/javatests/',], |
1181 'is_test_apk': 1, | 1177 'is_test_apk': 1, |
1182 }, | 1178 }, |
1183 'includes': [ '../build/java_apk.gypi' ], | 1179 'includes': [ '../build/java_apk.gypi' ], |
1184 }, | 1180 }, |
1185 ], | 1181 ], |
1186 }], | 1182 }], |
1187 ], | 1183 ], |
1188 } | 1184 } |
OLD | NEW |