| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1234 "../browser/web_contents/web_contents_impl_unittest.cc", | 1234 "../browser/web_contents/web_contents_impl_unittest.cc", |
| 1235 "../browser/web_contents/web_contents_user_data_unittest.cc", | 1235 "../browser/web_contents/web_contents_user_data_unittest.cc", |
| 1236 "../browser/web_contents/web_contents_view_aura_unittest.cc", | 1236 "../browser/web_contents/web_contents_view_aura_unittest.cc", |
| 1237 "../browser/web_contents/web_contents_view_mac_unittest.mm", | 1237 "../browser/web_contents/web_contents_view_mac_unittest.mm", |
| 1238 "../browser/web_contents/web_drag_dest_mac_unittest.mm", | 1238 "../browser/web_contents/web_drag_dest_mac_unittest.mm", |
| 1239 "../browser/web_contents/web_drag_source_mac_unittest.mm", | 1239 "../browser/web_contents/web_drag_source_mac_unittest.mm", |
| 1240 "../browser/websockets/websocket_manager_unittest.cc", | 1240 "../browser/websockets/websocket_manager_unittest.cc", |
| 1241 "../browser/webui/url_data_manager_backend_unittest.cc", | 1241 "../browser/webui/url_data_manager_backend_unittest.cc", |
| 1242 "../browser/webui/web_ui_data_source_unittest.cc", | 1242 "../browser/webui/web_ui_data_source_unittest.cc", |
| 1243 "../browser/webui/web_ui_message_handler_unittest.cc", | 1243 "../browser/webui/web_ui_message_handler_unittest.cc", |
| 1244 "../child/background_sync/background_sync_type_converters_unittest.cc", | |
| 1245 "../child/blink_platform_impl_unittest.cc", | 1244 "../child/blink_platform_impl_unittest.cc", |
| 1246 "../child/blob_storage/blob_consolidation_unittest.cc", | 1245 "../child/blob_storage/blob_consolidation_unittest.cc", |
| 1247 "../child/blob_storage/blob_transport_controller_unittest.cc", | 1246 "../child/blob_storage/blob_transport_controller_unittest.cc", |
| 1248 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", | 1247 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", |
| 1249 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", | 1248 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", |
| 1250 "../child/fileapi/webfilewriter_base_unittest.cc", | 1249 "../child/fileapi/webfilewriter_base_unittest.cc", |
| 1251 "../child/font_warmup_win_unittest.cc", | 1250 "../child/font_warmup_win_unittest.cc", |
| 1252 "../child/indexed_db/mock_webidbcallbacks.cc", | 1251 "../child/indexed_db/mock_webidbcallbacks.cc", |
| 1253 "../child/indexed_db/mock_webidbcallbacks.h", | 1252 "../child/indexed_db/mock_webidbcallbacks.h", |
| 1254 "../child/indexed_db/webidbcursor_impl_unittest.cc", | 1253 "../child/indexed_db/webidbcursor_impl_unittest.cc", |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 if (is_android) { | 1705 if (is_android) { |
| 1707 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1706 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1708 } | 1707 } |
| 1709 } | 1708 } |
| 1710 | 1709 |
| 1711 group("fuzzers") { | 1710 group("fuzzers") { |
| 1712 deps = [ | 1711 deps = [ |
| 1713 "//content/test/fuzzer", | 1712 "//content/test/fuzzer", |
| 1714 ] | 1713 ] |
| 1715 } | 1714 } |
| OLD | NEW |