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