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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 'renderer/browser_plugin/mock_browser_plugin_manager.cc', | 682 'renderer/browser_plugin/mock_browser_plugin_manager.cc', |
683 'renderer/browser_plugin/browser_plugin_browsertest.h', | 683 'renderer/browser_plugin/browser_plugin_browsertest.h', |
684 'renderer/browser_plugin/browser_plugin_browsertest.cc', | 684 'renderer/browser_plugin/browser_plugin_browsertest.cc', |
685 'renderer/mouse_lock_dispatcher_browsertest.cc', | 685 'renderer/mouse_lock_dispatcher_browsertest.cc', |
686 'renderer/pepper/mock_renderer_ppapi_host.cc', | 686 'renderer/pepper/mock_renderer_ppapi_host.cc', |
687 'renderer/pepper/pepper_file_chooser_host_unittest.cc', | 687 'renderer/pepper/pepper_file_chooser_host_unittest.cc', |
688 'renderer/pepper/pepper_url_request_unittest.cc', | 688 'renderer/pepper/pepper_url_request_unittest.cc', |
689 'renderer/render_view_browsertest.cc', | 689 'renderer/render_view_browsertest.cc', |
690 'renderer/render_view_browsertest_mac.mm', | 690 'renderer/render_view_browsertest_mac.mm', |
691 'renderer/renderer_accessibility_browsertest.cc', | 691 'renderer/renderer_accessibility_browsertest.cc', |
| 692 'renderer/web_intents_host_browsertest.cc', |
692 'test/content_browser_test.h', | 693 'test/content_browser_test.h', |
693 'test/content_browser_test.cc', | 694 'test/content_browser_test.cc', |
694 'test/content_browser_test_utils.cc', | 695 'test/content_browser_test_utils.cc', |
695 'test/content_browser_test_utils.h', | 696 'test/content_browser_test_utils.h', |
696 'test/content_browser_test_utils_mac.mm', | 697 'test/content_browser_test_utils_mac.mm', |
697 'test/content_browser_test_test.cc', | 698 'test/content_browser_test_test.cc', |
698 'test/content_test_launcher.cc', | 699 'test/content_test_launcher.cc', |
699 'test/layout_browsertest.cc', | 700 'test/layout_browsertest.cc', |
700 'test/layout_browsertest.h', | 701 'test/layout_browsertest.h', |
701 'test/layout_test_http_server.cc', | 702 'test/layout_test_http_server.cc', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 'java_in_dir': '../content/shell/android/javatests', | 909 'java_in_dir': '../content/shell/android/javatests', |
909 'resource_dir': '../res', | 910 'resource_dir': '../res', |
910 'additional_src_dirs': ['../content/public/android/javatests/'], | 911 'additional_src_dirs': ['../content/public/android/javatests/'], |
911 }, | 912 }, |
912 'includes': [ '../build/java_apk.gypi' ], | 913 'includes': [ '../build/java_apk.gypi' ], |
913 }, | 914 }, |
914 ], | 915 ], |
915 }], | 916 }], |
916 ], | 917 ], |
917 } | 918 } |
OLD | NEW |