| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'test/render_view_test.cc', | 76 'test/render_view_test.cc', |
| 77 'test/render_view_test.h', | 77 'test/render_view_test.h', |
| 78 'test/test_browser_context.cc', | 78 'test/test_browser_context.cc', |
| 79 'test/test_browser_context.h', | 79 'test/test_browser_context.h', |
| 80 'test/test_browser_thread.cc', | 80 'test/test_browser_thread.cc', |
| 81 'test/test_browser_thread.h', | 81 'test/test_browser_thread.h', |
| 82 'test/test_content_client.cc', | 82 'test/test_content_client.cc', |
| 83 'test/test_content_client.h', | 83 'test/test_content_client.h', |
| 84 'test/test_notification_tracker.cc', | 84 'test/test_notification_tracker.cc', |
| 85 'test/test_notification_tracker.h', | 85 'test/test_notification_tracker.h', |
| 86 'test/test_plugin_service.cc', |
| 87 'test/test_plugin_service.h', |
| 86 'test/test_tab_contents_view.cc', | 88 'test/test_tab_contents_view.cc', |
| 87 'test/test_tab_contents_view.h', | 89 'test/test_tab_contents_view.h', |
| 88 'test/test_url_fetcher_factory.cc', | 90 'test/test_url_fetcher_factory.cc', |
| 89 'test/test_url_fetcher_factory.h', | 91 'test/test_url_fetcher_factory.h', |
| 90 'test/unittest_test_suite.cc', | 92 'test/unittest_test_suite.cc', |
| 91 'test/unittest_test_suite.h', | 93 'test/unittest_test_suite.h', |
| 92 | 94 |
| 93 # TODO(phajdan.jr): Those files should be moved to webkit | 95 # TODO(phajdan.jr): Those files should be moved to webkit |
| 94 # test support target. | 96 # test support target. |
| 95 '../webkit/appcache/appcache_test_helper.cc', | 97 '../webkit/appcache/appcache_test_helper.cc', |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 ], | 359 ], |
| 358 'sources': [ | 360 'sources': [ |
| 359 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 361 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 360 ], | 362 ], |
| 361 } | 363 } |
| 362 ], | 364 ], |
| 363 }, | 365 }, |
| 364 ], | 366 ], |
| 365 ], | 367 ], |
| 366 } | 368 } |
| OLD | NEW |