| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "dwrite_font_fake_sender_win.cc", | 147 "dwrite_font_fake_sender_win.cc", |
| 148 "dwrite_font_fake_sender_win.h", | 148 "dwrite_font_fake_sender_win.h", |
| 149 "fake_compositor_dependencies.cc", | 149 "fake_compositor_dependencies.cc", |
| 150 "fake_compositor_dependencies.h", | 150 "fake_compositor_dependencies.h", |
| 151 "fake_plugin_service.cc", | 151 "fake_plugin_service.cc", |
| 152 "fake_plugin_service.h", | 152 "fake_plugin_service.h", |
| 153 "mock_background_sync_controller.cc", | 153 "mock_background_sync_controller.cc", |
| 154 "mock_background_sync_controller.h", | 154 "mock_background_sync_controller.h", |
| 155 "mock_google_streaming_server.cc", | 155 "mock_google_streaming_server.cc", |
| 156 "mock_google_streaming_server.h", | 156 "mock_google_streaming_server.h", |
| 157 "mock_gpu_channel_establish_factory.cc", | |
| 158 "mock_gpu_channel_establish_factory.h", | |
| 159 "mock_keyboard.cc", | 157 "mock_keyboard.cc", |
| 160 "mock_keyboard.h", | 158 "mock_keyboard.h", |
| 161 "mock_keyboard_driver_win.cc", | 159 "mock_keyboard_driver_win.cc", |
| 162 "mock_keyboard_driver_win.h", | 160 "mock_keyboard_driver_win.h", |
| 163 "mock_leveldb_database.cc", | 161 "mock_leveldb_database.cc", |
| 164 "mock_leveldb_database.h", | 162 "mock_leveldb_database.h", |
| 165 "mock_permission_manager.cc", | 163 "mock_permission_manager.cc", |
| 166 "mock_permission_manager.h", | 164 "mock_permission_manager.h", |
| 167 "mock_platform_notification_service.cc", | 165 "mock_platform_notification_service.cc", |
| 168 "mock_platform_notification_service.h", | 166 "mock_platform_notification_service.h", |
| (...skipping 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1800 if (is_android) { | 1798 if (is_android) { |
| 1801 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1799 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1802 } | 1800 } |
| 1803 } | 1801 } |
| 1804 | 1802 |
| 1805 group("fuzzers") { | 1803 group("fuzzers") { |
| 1806 deps = [ | 1804 deps = [ |
| 1807 "//content/test/fuzzer", | 1805 "//content/test/fuzzer", |
| 1808 ] | 1806 ] |
| 1809 } | 1807 } |
| OLD | NEW |