| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'common/test_url_constants.h', | 48 'common/test_url_constants.h', |
| 49 'gpu/gpu_idirect3d9_mock_win.cc', | 49 'gpu/gpu_idirect3d9_mock_win.cc', |
| 50 'gpu/gpu_idirect3d9_mock_win.h', | 50 'gpu/gpu_idirect3d9_mock_win.h', |
| 51 'renderer/mock_content_renderer_client.cc', | 51 'renderer/mock_content_renderer_client.cc', |
| 52 'renderer/mock_content_renderer_client.h', | 52 'renderer/mock_content_renderer_client.h', |
| 53 'test/browser_test.h', | 53 'test/browser_test.h', |
| 54 'test/browser_test_base.cc', | 54 'test/browser_test_base.cc', |
| 55 'test/browser_test_base.h', | 55 'test/browser_test_base.h', |
| 56 'test/content_test_suite.cc', | 56 'test/content_test_suite.cc', |
| 57 'test/content_test_suite.h', | 57 'test/content_test_suite.h', |
| 58 'test/content_test_suite_base.cc', |
| 59 'test/content_test_suite_base.h', |
| 58 'test/gpu/gpu_test_config.cc', | 60 'test/gpu/gpu_test_config.cc', |
| 59 'test/gpu/gpu_test_config.h', | 61 'test/gpu/gpu_test_config.h', |
| 60 'test/gpu/gpu_test_expectations_parser.cc', | 62 'test/gpu/gpu_test_expectations_parser.cc', |
| 61 'test/gpu/gpu_test_expectations_parser.h', | 63 'test/gpu/gpu_test_expectations_parser.h', |
| 62 'test/js_injection_ready_observer.h', | 64 'test/js_injection_ready_observer.h', |
| 63 'test/mock_download_item.cc', | 65 'test/mock_download_item.cc', |
| 64 'test/mock_download_item.h', | 66 'test/mock_download_item.h', |
| 65 'test/mock_download_manager.cc', | 67 'test/mock_download_manager.cc', |
| 66 'test/mock_download_manager.h', | 68 'test/mock_download_manager.h', |
| 67 'test/mock_keyboard.cc', | 69 'test/mock_keyboard.cc', |
| (...skipping 463 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 |