| 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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 'browser/audio_browsertest.cc', | 567 'browser/audio_browsertest.cc', |
| 568 'browser/child_process_security_policy_browsertest.cc', | 568 'browser/child_process_security_policy_browsertest.cc', |
| 569 'browser/database_browsertest.cc', | 569 'browser/database_browsertest.cc', |
| 570 'browser/device_orientation/device_orientation_browsertest.cc', | 570 'browser/device_orientation/device_orientation_browsertest.cc', |
| 571 'browser/dom_storage/dom_storage_browsertest.cc', | 571 'browser/dom_storage/dom_storage_browsertest.cc', |
| 572 'browser/download/mhtml_generation_browsertest.cc', | 572 'browser/download/mhtml_generation_browsertest.cc', |
| 573 'browser/download/save_package_browsertest.cc', | 573 'browser/download/save_package_browsertest.cc', |
| 574 'browser/fileapi/file_system_browsertest.cc', | 574 'browser/fileapi/file_system_browsertest.cc', |
| 575 'browser/in_process_webkit/indexed_db_browsertest.cc', | 575 'browser/in_process_webkit/indexed_db_browsertest.cc', |
| 576 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', | 576 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', |
| 577 'browser/indexed_db/idbbindingutilities_browsertest.cc', | |
| 578 'browser/media_browsertest.cc', | 577 'browser/media_browsertest.cc', |
| 579 'browser/plugin_data_remover_impl_browsertest.cc', | 578 'browser/plugin_data_remover_impl_browsertest.cc', |
| 580 'browser/plugin_browsertest.cc', | 579 'browser/plugin_browsertest.cc', |
| 581 'browser/plugin_service_impl_browsertest.cc', | 580 'browser/plugin_service_impl_browsertest.cc', |
| 582 'browser/renderer_host/render_view_host_browsertest.cc', | 581 'browser/renderer_host/render_view_host_browsertest.cc', |
| 583 'browser/renderer_host/render_view_host_manager_browsertest.cc', | 582 'browser/renderer_host/render_view_host_manager_browsertest.cc', |
| 584 'browser/renderer_host/resource_dispatcher_host_browsertest.cc', | 583 'browser/renderer_host/resource_dispatcher_host_browsertest.cc', |
| 585 'browser/session_history_browsertest.cc', | 584 'browser/session_history_browsertest.cc', |
| 586 'browser/speech/speech_recognition_browsertest.cc', | 585 'browser/speech/speech_recognition_browsertest.cc', |
| 587 'browser/webkit_browsertest.cc', | 586 'browser/webkit_browsertest.cc', |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 '-buildfile', | 838 '-buildfile', |
| 840 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 839 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 841 ] | 840 ] |
| 842 } | 841 } |
| 843 ], | 842 ], |
| 844 }, | 843 }, |
| 845 ], | 844 ], |
| 846 }], | 845 }], |
| 847 ], | 846 ], |
| 848 } | 847 } |
| OLD | NEW |