Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: content/test/BUILD.gn

Issue 2544683002: [MD settings] i18n source stream filtering (Closed)
Patch Set: review nits Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/webui/web_ui_data_source_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", 1241 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc",
1242 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", 1242 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc",
1243 "../browser/web_contents/web_contents_delegate_unittest.cc", 1243 "../browser/web_contents/web_contents_delegate_unittest.cc",
1244 "../browser/web_contents/web_contents_impl_unittest.cc", 1244 "../browser/web_contents/web_contents_impl_unittest.cc",
1245 "../browser/web_contents/web_contents_user_data_unittest.cc", 1245 "../browser/web_contents/web_contents_user_data_unittest.cc",
1246 "../browser/web_contents/web_contents_view_aura_unittest.cc", 1246 "../browser/web_contents/web_contents_view_aura_unittest.cc",
1247 "../browser/web_contents/web_contents_view_mac_unittest.mm", 1247 "../browser/web_contents/web_contents_view_mac_unittest.mm",
1248 "../browser/web_contents/web_drag_dest_mac_unittest.mm", 1248 "../browser/web_contents/web_drag_dest_mac_unittest.mm",
1249 "../browser/web_contents/web_drag_source_mac_unittest.mm", 1249 "../browser/web_contents/web_drag_source_mac_unittest.mm",
1250 "../browser/websockets/websocket_manager_unittest.cc", 1250 "../browser/websockets/websocket_manager_unittest.cc",
1251 "../browser/webui/i18n_source_stream_unittest.cc",
1251 "../browser/webui/url_data_manager_backend_unittest.cc", 1252 "../browser/webui/url_data_manager_backend_unittest.cc",
1252 "../browser/webui/web_ui_data_source_unittest.cc", 1253 "../browser/webui/web_ui_data_source_unittest.cc",
1253 "../browser/webui/web_ui_message_handler_unittest.cc", 1254 "../browser/webui/web_ui_message_handler_unittest.cc",
1254 "../child/blink_platform_impl_unittest.cc", 1255 "../child/blink_platform_impl_unittest.cc",
1255 "../child/blob_storage/blob_consolidation_unittest.cc", 1256 "../child/blob_storage/blob_consolidation_unittest.cc",
1256 "../child/blob_storage/blob_transport_controller_unittest.cc", 1257 "../child/blob_storage/blob_transport_controller_unittest.cc",
1257 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", 1258 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc",
1258 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", 1259 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc",
1259 "../child/fileapi/webfilewriter_base_unittest.cc", 1260 "../child/fileapi/webfilewriter_base_unittest.cc",
1260 "../child/font_warmup_win_unittest.cc", 1261 "../child/font_warmup_win_unittest.cc",
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 if (is_android) { 1725 if (is_android) {
1725 deps += [ "//testing/android/native_test:native_test_native_code" ] 1726 deps += [ "//testing/android/native_test:native_test_native_code" ]
1726 } 1727 }
1727 } 1728 }
1728 1729
1729 group("fuzzers") { 1730 group("fuzzers") {
1730 deps = [ 1731 deps = [
1731 "//content/test/fuzzer", 1732 "//content/test/fuzzer",
1732 ] 1733 ]
1733 } 1734 }
OLDNEW
« no previous file with comments | « content/browser/webui/web_ui_data_source_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698