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

Side by Side Diff: components/BUILD.gn

Issue 2321313002: Move components/memory_coordinator -> content/ (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | components/OWNERS » ('j') | content/browser/memory/memory_coordinator.h » ('J')
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/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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "//components/dom_distiller/content/browser:unit_tests", 180 "//components/dom_distiller/content/browser:unit_tests",
181 "//components/domain_reliability:unit_tests", 181 "//components/domain_reliability:unit_tests",
182 "//components/error_page/renderer:unit_tests", 182 "//components/error_page/renderer:unit_tests",
183 "//components/favicon/content:unit_tests", 183 "//components/favicon/content:unit_tests",
184 "//components/gcm_driver/instance_id:unit_tests", 184 "//components/gcm_driver/instance_id:unit_tests",
185 "//components/guest_view/browser:unit_tests", 185 "//components/guest_view/browser:unit_tests",
186 "//components/history/content/browser:unit_tests", 186 "//components/history/content/browser:unit_tests",
187 "//components/invalidation/impl:unit_tests", 187 "//components/invalidation/impl:unit_tests",
188 "//components/keyed_service/content:unit_tests", 188 "//components/keyed_service/content:unit_tests",
189 "//components/link_header_util:unit_tests", 189 "//components/link_header_util:unit_tests",
190 "//components/memory_coordinator/browser:unit_tests",
191 "//components/memory_coordinator/child:unit_tests",
192 "//components/navigation_interception:unit_tests", 190 "//components/navigation_interception:unit_tests",
193 "//components/network_hints/renderer:unit_tests", 191 "//components/network_hints/renderer:unit_tests",
194 "//components/packed_ct_ev_whitelist:unit_tests", 192 "//components/packed_ct_ev_whitelist:unit_tests",
195 "//components/password_manager/content/browser:unit_tests", 193 "//components/password_manager/content/browser:unit_tests",
196 "//components/power:unit_tests", 194 "//components/power:unit_tests",
197 "//components/precache/content:unit_tests", 195 "//components/precache/content:unit_tests",
198 "//components/safe_browsing_db:unit_tests", 196 "//components/safe_browsing_db:unit_tests",
199 "//components/safe_json:unit_tests", 197 "//components/safe_json:unit_tests",
200 "//components/spellcheck/browser:unit_tests", 198 "//components/spellcheck/browser:unit_tests",
201 "//components/spellcheck/renderer:unit_tests", 199 "//components/spellcheck/renderer:unit_tests",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "//base/test:test_support", 485 "//base/test:test_support",
488 "//base/test:test_support_perf", 486 "//base/test:test_support_perf",
489 "//components/visitedlink/browser", 487 "//components/visitedlink/browser",
490 "//content/test:test_support", 488 "//content/test:test_support",
491 "//testing/gtest", 489 "//testing/gtest",
492 "//testing/perf", 490 "//testing/perf",
493 "//url", 491 "//url",
494 ] 492 ]
495 } 493 }
496 } 494 }
OLDNEW
« no previous file with comments | « no previous file | components/OWNERS » ('j') | content/browser/memory/memory_coordinator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698