| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'test/mock_keyboard.cc', | 109 'test/mock_keyboard.cc', |
| 110 'test/mock_keyboard_driver_win.cc', | 110 'test/mock_keyboard_driver_win.cc', |
| 111 'test/mock_keyboard_driver_win.h', | 111 'test/mock_keyboard_driver_win.h', |
| 112 'test/mock_keyboard.h', | 112 'test/mock_keyboard.h', |
| 113 'test/mock_render_process.cc', | 113 'test/mock_render_process.cc', |
| 114 'test/mock_render_process.h', | 114 'test/mock_render_process.h', |
| 115 'test/net/url_request_failed_job.cc', | 115 'test/net/url_request_failed_job.cc', |
| 116 'test/net/url_request_failed_job.h', | 116 'test/net/url_request_failed_job.h', |
| 117 'test/net/url_request_mock_http_job.cc', | 117 'test/net/url_request_mock_http_job.cc', |
| 118 'test/net/url_request_mock_http_job.h', | 118 'test/net/url_request_mock_http_job.h', |
| 119 'test/net/url_request_prepackaged_interceptor.cc', |
| 120 'test/net/url_request_prepackaged_interceptor.h', |
| 119 'test/net/url_request_slow_download_job.cc', | 121 'test/net/url_request_slow_download_job.cc', |
| 120 'test/net/url_request_slow_download_job.h', | 122 'test/net/url_request_slow_download_job.h', |
| 121 'test/net/url_request_slow_http_job.cc', | 123 'test/net/url_request_slow_http_job.cc', |
| 122 'test/net/url_request_slow_http_job.h', | 124 'test/net/url_request_slow_http_job.h', |
| 123 'test/net/url_request_abort_on_end_job.cc', | 125 'test/net/url_request_abort_on_end_job.cc', |
| 124 'test/net/url_request_abort_on_end_job.h', | 126 'test/net/url_request_abort_on_end_job.h', |
| 125 'test/test_content_browser_client.cc', | 127 'test/test_content_browser_client.cc', |
| 126 'test/test_content_browser_client.h', | 128 'test/test_content_browser_client.h', |
| 127 'test/test_content_client.cc', | 129 'test/test_content_client.cc', |
| 128 'test/test_content_client.h', | 130 'test/test_content_client.h', |
| (...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 'resource_dir': '../res', | 954 'resource_dir': '../res', |
| 953 'additional_src_dirs': ['../content/public/android/javatests/'], | 955 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 954 'is_test_apk': 1, | 956 'is_test_apk': 1, |
| 955 }, | 957 }, |
| 956 'includes': [ '../build/java_apk.gypi' ], | 958 'includes': [ '../build/java_apk.gypi' ], |
| 957 }, | 959 }, |
| 958 ], | 960 ], |
| 959 }], | 961 }], |
| 960 ], | 962 ], |
| 961 } | 963 } |
| OLD | NEW |