| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "mock_gpu_channel_establish_factory.cc", | 157 "mock_gpu_channel_establish_factory.cc", |
| 158 "mock_gpu_channel_establish_factory.h", | 158 "mock_gpu_channel_establish_factory.h", |
| 159 "mock_keyboard.cc", | 159 "mock_keyboard.cc", |
| 160 "mock_keyboard.h", | 160 "mock_keyboard.h", |
| 161 "mock_keyboard_driver_win.cc", | 161 "mock_keyboard_driver_win.cc", |
| 162 "mock_keyboard_driver_win.h", | 162 "mock_keyboard_driver_win.h", |
| 163 "mock_leveldb_database.cc", | 163 "mock_leveldb_database.cc", |
| 164 "mock_leveldb_database.h", | 164 "mock_leveldb_database.h", |
| 165 "mock_permission_manager.cc", | 165 "mock_permission_manager.cc", |
| 166 "mock_permission_manager.h", | 166 "mock_permission_manager.h", |
| 167 "mock_platform_notification_service.cc", |
| 168 "mock_platform_notification_service.h", |
| 167 "mock_render_process.cc", | 169 "mock_render_process.cc", |
| 168 "mock_render_process.h", | 170 "mock_render_process.h", |
| 169 "mock_ssl_host_state_delegate.cc", | 171 "mock_ssl_host_state_delegate.cc", |
| 170 "mock_ssl_host_state_delegate.h", | 172 "mock_ssl_host_state_delegate.h", |
| 171 "mock_webassociatedurlloader.cc", | 173 "mock_webassociatedurlloader.cc", |
| 172 "mock_webassociatedurlloader.h", | 174 "mock_webassociatedurlloader.h", |
| 173 "mock_webblob_registry_impl.cc", | 175 "mock_webblob_registry_impl.cc", |
| 174 "mock_webblob_registry_impl.h", | 176 "mock_webblob_registry_impl.h", |
| 175 "mock_webclipboard_impl.cc", | 177 "mock_webclipboard_impl.cc", |
| 176 "mock_webclipboard_impl.h", | 178 "mock_webclipboard_impl.h", |
| (...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1798 if (is_android) { | 1800 if (is_android) { |
| 1799 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1801 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1800 } | 1802 } |
| 1801 } | 1803 } |
| 1802 | 1804 |
| 1803 group("fuzzers") { | 1805 group("fuzzers") { |
| 1804 deps = [ | 1806 deps = [ |
| 1805 "//content/test/fuzzer", | 1807 "//content/test/fuzzer", |
| 1806 ] | 1808 ] |
| 1807 } | 1809 } |
| OLD | NEW |