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

Side by Side Diff: components/BUILD.gn

Issue 2321313002: Move components/memory_coordinator -> content/ (Closed)
Patch Set: rebase etc Created 4 years, 3 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "//components/dom_distiller/content/browser:unit_tests", 181 "//components/dom_distiller/content/browser:unit_tests",
182 "//components/domain_reliability:unit_tests", 182 "//components/domain_reliability:unit_tests",
183 "//components/error_page/renderer:unit_tests", 183 "//components/error_page/renderer:unit_tests",
184 "//components/favicon/content:unit_tests", 184 "//components/favicon/content:unit_tests",
185 "//components/gcm_driver/instance_id:unit_tests", 185 "//components/gcm_driver/instance_id:unit_tests",
186 "//components/guest_view/browser:unit_tests", 186 "//components/guest_view/browser:unit_tests",
187 "//components/history/content/browser:unit_tests", 187 "//components/history/content/browser:unit_tests",
188 "//components/invalidation/impl:unit_tests", 188 "//components/invalidation/impl:unit_tests",
189 "//components/keyed_service/content:unit_tests", 189 "//components/keyed_service/content:unit_tests",
190 "//components/link_header_util:unit_tests", 190 "//components/link_header_util:unit_tests",
191 "//components/memory_coordinator/browser:unit_tests",
192 "//components/memory_coordinator/child:unit_tests",
193 "//components/navigation_interception:unit_tests", 191 "//components/navigation_interception:unit_tests",
194 "//components/network_hints/renderer:unit_tests", 192 "//components/network_hints/renderer:unit_tests",
195 "//components/packed_ct_ev_whitelist:unit_tests", 193 "//components/packed_ct_ev_whitelist:unit_tests",
196 "//components/password_manager/content/browser:unit_tests", 194 "//components/password_manager/content/browser:unit_tests",
197 "//components/power:unit_tests", 195 "//components/power:unit_tests",
198 "//components/precache/content:unit_tests", 196 "//components/precache/content:unit_tests",
199 "//components/safe_browsing_db:unit_tests", 197 "//components/safe_browsing_db:unit_tests",
200 "//components/safe_json:unit_tests", 198 "//components/safe_json:unit_tests",
201 "//components/spellcheck/browser:unit_tests", 199 "//components/spellcheck/browser:unit_tests",
202 "//components/spellcheck/renderer:unit_tests", 200 "//components/spellcheck/renderer:unit_tests",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "//base/test:test_support", 486 "//base/test:test_support",
489 "//base/test:test_support_perf", 487 "//base/test:test_support_perf",
490 "//components/visitedlink/browser", 488 "//components/visitedlink/browser",
491 "//content/test:test_support", 489 "//content/test:test_support",
492 "//testing/gtest", 490 "//testing/gtest",
493 "//testing/perf", 491 "//testing/perf",
494 "//url", 492 "//url",
495 ] 493 ]
496 } 494 }
497 } 495 }
OLDNEW
« no previous file with comments | « no previous file | components/OWNERS » ('j') | components/memory_coordinator/browser/memory_monitor_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698