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 'variables': { | 6 'variables': { |
7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'public/test/mock_render_process_host.cc', | 56 'public/test/mock_render_process_host.cc', |
57 'public/test/mock_render_process_host.h', | 57 'public/test/mock_render_process_host.h', |
58 'public/test/mock_render_thread.cc', | 58 'public/test/mock_render_thread.cc', |
59 'public/test/mock_render_thread.h', | 59 'public/test/mock_render_thread.h', |
60 'public/test/mock_resource_context.cc', | 60 'public/test/mock_resource_context.cc', |
61 'public/test/mock_resource_context.h', | 61 'public/test/mock_resource_context.h', |
62 'public/test/mock_special_storage_policy.cc', | 62 'public/test/mock_special_storage_policy.cc', |
63 'public/test/mock_special_storage_policy.h', | 63 'public/test/mock_special_storage_policy.h', |
64 'public/test/mock_storage_client.cc', | 64 'public/test/mock_storage_client.cc', |
65 'public/test/mock_storage_client.h', | 65 'public/test/mock_storage_client.h', |
| 66 'public/test/ppapi_test_utils.cc', |
| 67 'public/test/ppapi_test_utils.h', |
66 'public/test/render_view_test.cc', | 68 'public/test/render_view_test.cc', |
67 'public/test/render_view_test.h', | 69 'public/test/render_view_test.h', |
68 'public/test/render_widget_test.cc', | 70 'public/test/render_widget_test.cc', |
69 'public/test/render_widget_test.h', | 71 'public/test/render_widget_test.h', |
70 'public/test/sandbox_file_system_test_helper.cc', | 72 'public/test/sandbox_file_system_test_helper.cc', |
71 'public/test/sandbox_file_system_test_helper.h', | 73 'public/test/sandbox_file_system_test_helper.h', |
72 'public/test/test_browser_context.cc', | 74 'public/test/test_browser_context.cc', |
73 'public/test/test_browser_context.h', | 75 'public/test/test_browser_context.h', |
74 'public/test/test_browser_thread.cc', | 76 'public/test/test_browser_thread.cc', |
75 'public/test/test_browser_thread.h', | 77 'public/test/test_browser_thread.h', |
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 'export_dependent_settings': [ | 826 'export_dependent_settings': [ |
825 'content.gyp:content_browser', | 827 'content.gyp:content_browser', |
826 ], | 828 ], |
827 'include_dirs': [ | 829 'include_dirs': [ |
828 '..', | 830 '..', |
829 ], | 831 ], |
830 'sources': [ '<@(test_support_content_sources)' ], | 832 'sources': [ '<@(test_support_content_sources)' ], |
831 'conditions': [ | 833 'conditions': [ |
832 ['enable_plugins==0', { | 834 ['enable_plugins==0', { |
833 'sources!': [ | 835 'sources!': [ |
| 836 'public/test/ppapi_test_utils.cc', |
834 'test/ppapi_unittest.cc', | 837 'test/ppapi_unittest.cc', |
835 ], | 838 ], |
836 }], | 839 }], |
837 ['enable_web_speech==0', { | 840 ['enable_web_speech==0', { |
838 'sources!': [ | 841 'sources!': [ |
839 'test/mock_google_streaming_server.cc', | 842 'test/mock_google_streaming_server.cc', |
840 ], | 843 ], |
841 }], | 844 }], |
842 ['OS == "ios"', { | 845 ['OS == "ios"', { |
843 'sources/': [ | 846 'sources/': [ |
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2162 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2160 }, | 2163 }, |
2161 ], | 2164 ], |
2162 }], | 2165 }], |
2163 ], | 2166 ], |
2164 }, | 2167 }, |
2165 ], | 2168 ], |
2166 }], | 2169 }], |
2167 ], | 2170 ], |
2168 } | 2171 } |
OLD | NEW |