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

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

Issue 2374343002: Add MemoryCoordinatorImpl (Closed)
Patch Set: comments Created 4 years, 2 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
« no previous file with comments | « content/browser/memory/memory_monitor.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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 "../browser/media/capture/audio_mirroring_manager_unittest.cc", 1092 "../browser/media/capture/audio_mirroring_manager_unittest.cc",
1093 "../browser/media/capture/cursor_renderer_aura_unittest.cc", 1093 "../browser/media/capture/cursor_renderer_aura_unittest.cc",
1094 "../browser/media/capture/web_contents_audio_input_stream_unittest.cc", 1094 "../browser/media/capture/web_contents_audio_input_stream_unittest.cc",
1095 "../browser/media/capture/web_contents_video_capture_device_unittest.cc", 1095 "../browser/media/capture/web_contents_video_capture_device_unittest.cc",
1096 "../browser/media/cdm_service_impl_unittest.cc", 1096 "../browser/media/cdm_service_impl_unittest.cc",
1097 "../browser/media/media_internals_unittest.cc", 1097 "../browser/media/media_internals_unittest.cc",
1098 "../browser/media/midi_host_unittest.cc", 1098 "../browser/media/midi_host_unittest.cc",
1099 "../browser/media/session/audio_focus_manager_unittest.cc", 1099 "../browser/media/session/audio_focus_manager_unittest.cc",
1100 "../browser/media/session/media_session_controller_unittest.cc", 1100 "../browser/media/session/media_session_controller_unittest.cc",
1101 "../browser/media/session/media_session_uma_helper_unittest.cc", 1101 "../browser/media/session/media_session_uma_helper_unittest.cc",
1102 "../browser/memory/memory_coordinator_impl_unittest.cc",
1102 "../browser/memory/memory_coordinator_unittest.cc", 1103 "../browser/memory/memory_coordinator_unittest.cc",
1103 "../browser/memory/memory_monitor_android_unittest.cc", 1104 "../browser/memory/memory_monitor_android_unittest.cc",
1104 "../browser/memory/memory_monitor_win_unittest.cc", 1105 "../browser/memory/memory_monitor_win_unittest.cc",
1105 "../browser/memory/test_memory_monitor.cc", 1106 "../browser/memory/test_memory_monitor.cc",
1106 "../browser/memory/test_memory_monitor.h", 1107 "../browser/memory/test_memory_monitor.h",
1107 "../browser/net/quota_policy_cookie_store_unittest.cc", 1108 "../browser/net/quota_policy_cookie_store_unittest.cc",
1108 "../browser/notification_service_impl_unittest.cc", 1109 "../browser/notification_service_impl_unittest.cc",
1109 "../browser/notifications/notification_database_data_unittest.cc", 1110 "../browser/notifications/notification_database_data_unittest.cc",
1110 "../browser/notifications/notification_database_unittest.cc", 1111 "../browser/notifications/notification_database_unittest.cc",
1111 "../browser/notifications/notification_id_generator_unittest.cc", 1112 "../browser/notifications/notification_id_generator_unittest.cc",
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 if (is_android) { 1687 if (is_android) {
1687 deps += [ "//testing/android/native_test:native_test_native_code" ] 1688 deps += [ "//testing/android/native_test:native_test_native_code" ]
1688 } 1689 }
1689 } 1690 }
1690 1691
1691 group("fuzzers") { 1692 group("fuzzers") {
1692 deps = [ 1693 deps = [
1693 "//content/test/fuzzer", 1694 "//content/test/fuzzer",
1694 ] 1695 ]
1695 } 1696 }
OLDNEW
« no previous file with comments | « content/browser/memory/memory_monitor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698