| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'public/test/mock_download_manager.cc', | 44 'public/test/mock_download_manager.cc', |
| 45 'public/test/mock_download_manager.h', | 45 'public/test/mock_download_manager.h', |
| 46 'public/test/mock_notification_observer.cc', | 46 'public/test/mock_notification_observer.cc', |
| 47 'public/test/mock_notification_observer.h', | 47 'public/test/mock_notification_observer.h', |
| 48 'public/test/mock_render_process_host.cc', | 48 'public/test/mock_render_process_host.cc', |
| 49 'public/test/mock_render_process_host.h', | 49 'public/test/mock_render_process_host.h', |
| 50 'public/test/mock_render_thread.cc', | 50 'public/test/mock_render_thread.cc', |
| 51 'public/test/mock_render_thread.h', | 51 'public/test/mock_render_thread.h', |
| 52 'public/test/mock_resource_context.cc', | 52 'public/test/mock_resource_context.cc', |
| 53 'public/test/mock_resource_context.h', | 53 'public/test/mock_resource_context.h', |
| 54 'public/test/notification_watcher.cc', |
| 55 'public/test/notification_watcher.h', |
| 54 'public/test/render_view_fake_resources_test.cc', | 56 'public/test/render_view_fake_resources_test.cc', |
| 55 'public/test/render_view_fake_resources_test.h', | 57 'public/test/render_view_fake_resources_test.h', |
| 56 'public/test/render_view_test.cc', | 58 'public/test/render_view_test.cc', |
| 57 'public/test/render_view_test.h', | 59 'public/test/render_view_test.h', |
| 58 'public/test/render_widget_test.cc', | 60 'public/test/render_widget_test.cc', |
| 59 'public/test/render_widget_test.h', | 61 'public/test/render_widget_test.h', |
| 60 'public/test/test_browser_context.cc', | 62 'public/test/test_browser_context.cc', |
| 61 'public/test/test_browser_context.h', | 63 'public/test/test_browser_context.h', |
| 62 'public/test/test_browser_thread.cc', | 64 'public/test/test_browser_thread.cc', |
| 63 'public/test/test_browser_thread.h', | 65 'public/test/test_browser_thread.h', |
| (...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1056 'additional_src_dirs': ['../content/public/android/javatests/',], | 1058 'additional_src_dirs': ['../content/public/android/javatests/',], |
| 1057 'resource_dir': '../shell_apk/res', | 1059 'resource_dir': '../shell_apk/res', |
| 1058 'is_test_apk': 1, | 1060 'is_test_apk': 1, |
| 1059 }, | 1061 }, |
| 1060 'includes': [ '../build/java_apk.gypi' ], | 1062 'includes': [ '../build/java_apk.gypi' ], |
| 1061 }, | 1063 }, |
| 1062 ], | 1064 ], |
| 1063 }], | 1065 }], |
| 1064 ], | 1066 ], |
| 1065 } | 1067 } |
| OLD | NEW |