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

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

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase Created 3 years, 9 months 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
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/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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 "../common/content_security_policy/csp_context_unittest.cc", 1330 "../common/content_security_policy/csp_context_unittest.cc",
1331 "../common/content_security_policy/csp_source_list_unittest.cc", 1331 "../common/content_security_policy/csp_source_list_unittest.cc",
1332 "../common/content_security_policy/csp_source_unittest.cc", 1332 "../common/content_security_policy/csp_source_unittest.cc",
1333 "../common/cross_site_document_classifier_unittest.cc", 1333 "../common/cross_site_document_classifier_unittest.cc",
1334 "../common/cursors/webcursor_unittest.cc", 1334 "../common/cursors/webcursor_unittest.cc",
1335 "../common/database_connections_unittest.cc", 1335 "../common/database_connections_unittest.cc",
1336 "../common/database_identifier_unittest.cc", 1336 "../common/database_identifier_unittest.cc",
1337 "../common/dom_storage/dom_storage_map_unittest.cc", 1337 "../common/dom_storage/dom_storage_map_unittest.cc",
1338 "../common/feature_policy/feature_policy_unittest.cc", 1338 "../common/feature_policy/feature_policy_unittest.cc",
1339 "../common/fileapi/file_system_util_unittest.cc", 1339 "../common/fileapi/file_system_util_unittest.cc",
1340 "../common/host_shared_bitmap_manager_unittest.cc",
1341 "../common/indexed_db/indexed_db_key_unittest.cc", 1340 "../common/indexed_db/indexed_db_key_unittest.cc",
1342 "../common/input/event_with_latency_info_unittest.cc", 1341 "../common/input/event_with_latency_info_unittest.cc",
1343 "../common/input/gesture_event_stream_validator_unittest.cc", 1342 "../common/input/gesture_event_stream_validator_unittest.cc",
1344 "../common/input/input_param_traits_unittest.cc", 1343 "../common/input/input_param_traits_unittest.cc",
1345 "../common/input/touch_event_stream_validator_unittest.cc", 1344 "../common/input/touch_event_stream_validator_unittest.cc",
1346 "../common/inter_process_time_ticks_converter_unittest.cc", 1345 "../common/inter_process_time_ticks_converter_unittest.cc",
1347 "../common/mac/attributed_string_coder_unittest.mm", 1346 "../common/mac/attributed_string_coder_unittest.mm",
1348 "../common/mac/font_descriptor_unittest.mm", 1347 "../common/mac/font_descriptor_unittest.mm",
1349 "../common/manifest_util_unittest.cc", 1348 "../common/manifest_util_unittest.cc",
1350 "../common/media/media_devices_unittest.cc", 1349 "../common/media/media_devices_unittest.cc",
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 if (is_android) { 1825 if (is_android) {
1827 deps += [ "//testing/android/native_test:native_test_native_code" ] 1826 deps += [ "//testing/android/native_test:native_test_native_code" ]
1828 } 1827 }
1829 } 1828 }
1830 1829
1831 group("fuzzers") { 1830 group("fuzzers") {
1832 deps = [ 1831 deps = [
1833 "//content/test/fuzzer", 1832 "//content/test/fuzzer",
1834 ] 1833 ]
1835 } 1834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698