| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "dwrite_font_fake_sender_win.cc", | 150 "dwrite_font_fake_sender_win.cc", |
| 151 "dwrite_font_fake_sender_win.h", | 151 "dwrite_font_fake_sender_win.h", |
| 152 "fake_compositor_dependencies.cc", | 152 "fake_compositor_dependencies.cc", |
| 153 "fake_compositor_dependencies.h", | 153 "fake_compositor_dependencies.h", |
| 154 "fake_plugin_service.cc", | 154 "fake_plugin_service.cc", |
| 155 "fake_plugin_service.h", | 155 "fake_plugin_service.h", |
| 156 "mock_background_sync_controller.cc", | 156 "mock_background_sync_controller.cc", |
| 157 "mock_background_sync_controller.h", | 157 "mock_background_sync_controller.h", |
| 158 "mock_google_streaming_server.cc", | 158 "mock_google_streaming_server.cc", |
| 159 "mock_google_streaming_server.h", | 159 "mock_google_streaming_server.h", |
| 160 "mock_gpu_channel_establish_factory.cc", | |
| 161 "mock_gpu_channel_establish_factory.h", | |
| 162 "mock_keyboard.cc", | 160 "mock_keyboard.cc", |
| 163 "mock_keyboard.h", | 161 "mock_keyboard.h", |
| 164 "mock_keyboard_driver_win.cc", | 162 "mock_keyboard_driver_win.cc", |
| 165 "mock_keyboard_driver_win.h", | 163 "mock_keyboard_driver_win.h", |
| 166 "mock_leveldb_database.cc", | 164 "mock_leveldb_database.cc", |
| 167 "mock_leveldb_database.h", | 165 "mock_leveldb_database.h", |
| 168 "mock_permission_manager.cc", | 166 "mock_permission_manager.cc", |
| 169 "mock_permission_manager.h", | 167 "mock_permission_manager.h", |
| 170 "mock_platform_notification_service.cc", | 168 "mock_platform_notification_service.cc", |
| 171 "mock_platform_notification_service.h", | 169 "mock_platform_notification_service.h", |
| (...skipping 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 if (is_android) { | 1824 if (is_android) { |
| 1827 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1825 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1828 } | 1826 } |
| 1829 } | 1827 } |
| 1830 | 1828 |
| 1831 group("fuzzers") { | 1829 group("fuzzers") { |
| 1832 deps = [ | 1830 deps = [ |
| 1833 "//content/test/fuzzer", | 1831 "//content/test/fuzzer", |
| 1834 ] | 1832 ] |
| 1835 } | 1833 } |
| OLD | NEW |