| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "mock_background_sync_controller.cc", | 166 "mock_background_sync_controller.cc", |
| 167 "mock_background_sync_controller.h", | 167 "mock_background_sync_controller.h", |
| 168 "mock_google_streaming_server.cc", | 168 "mock_google_streaming_server.cc", |
| 169 "mock_google_streaming_server.h", | 169 "mock_google_streaming_server.h", |
| 170 "mock_keyboard.cc", | 170 "mock_keyboard.cc", |
| 171 "mock_keyboard.h", | 171 "mock_keyboard.h", |
| 172 "mock_keyboard_driver_win.cc", | 172 "mock_keyboard_driver_win.cc", |
| 173 "mock_keyboard_driver_win.h", | 173 "mock_keyboard_driver_win.h", |
| 174 "mock_leveldb_database.cc", | 174 "mock_leveldb_database.cc", |
| 175 "mock_leveldb_database.h", | 175 "mock_leveldb_database.h", |
| 176 "mock_navigation_handle.cc", |
| 177 "mock_navigation_handle.h", |
| 176 "mock_permission_manager.cc", | 178 "mock_permission_manager.cc", |
| 177 "mock_permission_manager.h", | 179 "mock_permission_manager.h", |
| 178 "mock_platform_notification_service.cc", | 180 "mock_platform_notification_service.cc", |
| 179 "mock_platform_notification_service.h", | 181 "mock_platform_notification_service.h", |
| 180 "mock_render_process.cc", | 182 "mock_render_process.cc", |
| 181 "mock_render_process.h", | 183 "mock_render_process.h", |
| 182 "mock_ssl_host_state_delegate.cc", | 184 "mock_ssl_host_state_delegate.cc", |
| 183 "mock_ssl_host_state_delegate.h", | 185 "mock_ssl_host_state_delegate.h", |
| 184 "mock_webassociatedurlloader.cc", | 186 "mock_webassociatedurlloader.cc", |
| 185 "mock_webassociatedurlloader.h", | 187 "mock_webassociatedurlloader.h", |
| (...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1897 if (is_android) { | 1899 if (is_android) { |
| 1898 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1900 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1899 } | 1901 } |
| 1900 } | 1902 } |
| 1901 | 1903 |
| 1902 group("fuzzers") { | 1904 group("fuzzers") { |
| 1903 deps = [ | 1905 deps = [ |
| 1904 "//content/test/fuzzer", | 1906 "//content/test/fuzzer", |
| 1905 ] | 1907 ] |
| 1906 } | 1908 } |
| OLD | NEW |