| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "mock_google_streaming_server.cc", | 160 "mock_google_streaming_server.cc", |
| 161 "mock_google_streaming_server.h", | 161 "mock_google_streaming_server.h", |
| 162 "mock_keyboard.cc", | 162 "mock_keyboard.cc", |
| 163 "mock_keyboard.h", | 163 "mock_keyboard.h", |
| 164 "mock_keyboard_driver_win.cc", | 164 "mock_keyboard_driver_win.cc", |
| 165 "mock_keyboard_driver_win.h", | 165 "mock_keyboard_driver_win.h", |
| 166 "mock_leveldb_database.cc", | 166 "mock_leveldb_database.cc", |
| 167 "mock_leveldb_database.h", | 167 "mock_leveldb_database.h", |
| 168 "mock_permission_manager.cc", | 168 "mock_permission_manager.cc", |
| 169 "mock_permission_manager.h", | 169 "mock_permission_manager.h", |
| 170 "mock_platform_notification_service.cc", | |
| 171 "mock_platform_notification_service.h", | |
| 172 "mock_render_process.cc", | 170 "mock_render_process.cc", |
| 173 "mock_render_process.h", | 171 "mock_render_process.h", |
| 174 "mock_ssl_host_state_delegate.cc", | 172 "mock_ssl_host_state_delegate.cc", |
| 175 "mock_ssl_host_state_delegate.h", | 173 "mock_ssl_host_state_delegate.h", |
| 176 "mock_webassociatedurlloader.cc", | 174 "mock_webassociatedurlloader.cc", |
| 177 "mock_webassociatedurlloader.h", | 175 "mock_webassociatedurlloader.h", |
| 178 "mock_webblob_registry_impl.cc", | 176 "mock_webblob_registry_impl.cc", |
| 179 "mock_webblob_registry_impl.h", | 177 "mock_webblob_registry_impl.h", |
| 180 "mock_webclipboard_impl.cc", | 178 "mock_webclipboard_impl.cc", |
| 181 "mock_webclipboard_impl.h", | 179 "mock_webclipboard_impl.h", |
| (...skipping 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1827 if (is_android) { | 1825 if (is_android) { |
| 1828 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1826 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1829 } | 1827 } |
| 1830 } | 1828 } |
| 1831 | 1829 |
| 1832 group("fuzzers") { | 1830 group("fuzzers") { |
| 1833 deps = [ | 1831 deps = [ |
| 1834 "//content/test/fuzzer", | 1832 "//content/test/fuzzer", |
| 1835 ] | 1833 ] |
| 1836 } | 1834 } |
| OLD | NEW |