| 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("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1244 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", | 1244 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", |
| 1245 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", | 1245 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", |
| 1246 "../browser/web_contents/web_contents_delegate_unittest.cc", | 1246 "../browser/web_contents/web_contents_delegate_unittest.cc", |
| 1247 "../browser/web_contents/web_contents_impl_unittest.cc", | 1247 "../browser/web_contents/web_contents_impl_unittest.cc", |
| 1248 "../browser/web_contents/web_contents_user_data_unittest.cc", | 1248 "../browser/web_contents/web_contents_user_data_unittest.cc", |
| 1249 "../browser/web_contents/web_contents_view_aura_unittest.cc", | 1249 "../browser/web_contents/web_contents_view_aura_unittest.cc", |
| 1250 "../browser/web_contents/web_contents_view_mac_unittest.mm", | 1250 "../browser/web_contents/web_contents_view_mac_unittest.mm", |
| 1251 "../browser/web_contents/web_drag_dest_mac_unittest.mm", | 1251 "../browser/web_contents/web_drag_dest_mac_unittest.mm", |
| 1252 "../browser/web_contents/web_drag_source_mac_unittest.mm", | 1252 "../browser/web_contents/web_drag_source_mac_unittest.mm", |
| 1253 "../browser/websockets/websocket_manager_unittest.cc", | 1253 "../browser/websockets/websocket_manager_unittest.cc", |
| 1254 "../browser/webui/i18n_source_stream_unittest.cc", |
| 1254 "../browser/webui/url_data_manager_backend_unittest.cc", | 1255 "../browser/webui/url_data_manager_backend_unittest.cc", |
| 1255 "../browser/webui/web_ui_data_source_unittest.cc", | 1256 "../browser/webui/web_ui_data_source_unittest.cc", |
| 1256 "../browser/webui/web_ui_message_handler_unittest.cc", | 1257 "../browser/webui/web_ui_message_handler_unittest.cc", |
| 1257 "../child/blink_platform_impl_unittest.cc", | 1258 "../child/blink_platform_impl_unittest.cc", |
| 1258 "../child/blob_storage/blob_consolidation_unittest.cc", | 1259 "../child/blob_storage/blob_consolidation_unittest.cc", |
| 1259 "../child/blob_storage/blob_transport_controller_unittest.cc", | 1260 "../child/blob_storage/blob_transport_controller_unittest.cc", |
| 1260 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", | 1261 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", |
| 1261 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", | 1262 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", |
| 1262 "../child/fileapi/webfilewriter_base_unittest.cc", | 1263 "../child/fileapi/webfilewriter_base_unittest.cc", |
| 1263 "../child/font_warmup_win_unittest.cc", | 1264 "../child/font_warmup_win_unittest.cc", |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 if (is_android) { | 1726 if (is_android) { |
| 1726 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1727 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1727 } | 1728 } |
| 1728 } | 1729 } |
| 1729 | 1730 |
| 1730 group("fuzzers") { | 1731 group("fuzzers") { |
| 1731 deps = [ | 1732 deps = [ |
| 1732 "//content/test/fuzzer", | 1733 "//content/test/fuzzer", |
| 1733 ] | 1734 ] |
| 1734 } | 1735 } |
| OLD | NEW |