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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'test/mock_render_process_host.cc', | 73 'test/mock_render_process_host.cc', |
74 'test/mock_render_process_host.h', | 74 'test/mock_render_process_host.h', |
75 'test/mock_render_thread.cc', | 75 'test/mock_render_thread.cc', |
76 'test/mock_render_thread.h', | 76 'test/mock_render_thread.h', |
77 'test/mock_resource_context.cc', | 77 'test/mock_resource_context.cc', |
78 'test/mock_resource_context.h', | 78 'test/mock_resource_context.h', |
79 'test/mock_web_ui.cc', | 79 'test/mock_web_ui.cc', |
80 'test/mock_web_ui.h', | 80 'test/mock_web_ui.h', |
81 'test/net/url_request_abort_on_end_job.cc', | 81 'test/net/url_request_abort_on_end_job.cc', |
82 'test/net/url_request_abort_on_end_job.h', | 82 'test/net/url_request_abort_on_end_job.h', |
| 83 'test/net/url_request_user_data_helper.cc', |
| 84 'test/net/url_request_user_data_helper.h', |
83 'test/render_view_fake_resources_test.cc', | 85 'test/render_view_fake_resources_test.cc', |
84 'test/render_view_fake_resources_test.h', | 86 'test/render_view_fake_resources_test.h', |
85 'test/render_view_test.cc', | 87 'test/render_view_test.cc', |
86 'test/render_view_test.h', | 88 'test/render_view_test.h', |
87 'test/test_browser_context.cc', | 89 'test/test_browser_context.cc', |
88 'test/test_browser_context.h', | 90 'test/test_browser_context.h', |
89 'test/test_browser_thread.cc', | 91 'test/test_browser_thread.cc', |
90 'test/test_browser_thread.h', | 92 'test/test_browser_thread.h', |
91 'test/test_content_client.cc', | 93 'test/test_content_client.cc', |
92 'test/test_content_client.h', | 94 'test/test_content_client.h', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 '../testing/gtest.gyp:gtest', | 533 '../testing/gtest.gyp:gtest', |
532 ], | 534 ], |
533 'sources': [ | 535 'sources': [ |
534 'common/gpu/media/h264_parser_unittest.cc', | 536 'common/gpu/media/h264_parser_unittest.cc', |
535 ], | 537 ], |
536 } | 538 } |
537 ], | 539 ], |
538 }], | 540 }], |
539 ], | 541 ], |
540 } | 542 } |
OLD | NEW |