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

Side by Side Diff: components/BUILD.gn

Issue 2941423002: viz: Move ServerGpuMemoryBufferManager into host/gpu. (Closed)
Patch Set: fix tot merge Created 3 years, 5 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/viz/common/BUILD.gn » ('j') | 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/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "//components/safe_browsing/triggers:unit_tests", 218 "//components/safe_browsing/triggers:unit_tests",
219 "//components/safe_json:unit_tests", 219 "//components/safe_json:unit_tests",
220 "//components/security_state/content:unit_tests", 220 "//components/security_state/content:unit_tests",
221 "//components/spellcheck/browser:unit_tests", 221 "//components/spellcheck/browser:unit_tests",
222 "//components/spellcheck/renderer:unit_tests", 222 "//components/spellcheck/renderer:unit_tests",
223 "//components/subresource_filter/content/browser:unit_tests", 223 "//components/subresource_filter/content/browser:unit_tests",
224 "//components/subresource_filter/content/common:unit_tests", 224 "//components/subresource_filter/content/common:unit_tests",
225 "//components/subresource_filter/content/renderer:unit_tests", 225 "//components/subresource_filter/content/renderer:unit_tests",
226 "//components/tracing:unit_tests", 226 "//components/tracing:unit_tests",
227 "//components/visitedlink/test:unit_tests", 227 "//components/visitedlink/test:unit_tests",
228 "//components/viz/common:unit_tests",
229 "//components/viz/host:unit_tests", 228 "//components/viz/host:unit_tests",
230 "//components/viz/service:unit_tests", 229 "//components/viz/service:unit_tests",
231 "//components/wallpaper:unit_tests", 230 "//components/wallpaper:unit_tests",
232 "//components/web_cache/browser:unit_tests", 231 "//components/web_cache/browser:unit_tests",
233 "//components/webcrypto:unit_tests", 232 "//components/webcrypto:unit_tests",
234 ] 233 ]
235 234
236 data_deps = [ 235 data_deps = [
237 ":components_tests_pak", 236 ":components_tests_pak",
238 "//third_party/mesa:osmesa", 237 "//third_party/mesa:osmesa",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "//testing/perf", 517 "//testing/perf",
519 "//url", 518 "//url",
520 ] 519 ]
521 520
522 if (!is_ios) { 521 if (!is_ios) {
523 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 522 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
524 deps += [ "//components/discardable_memory/common" ] 523 deps += [ "//components/discardable_memory/common" ]
525 } 524 }
526 } 525 }
527 } 526 }
OLDNEW
« no previous file with comments | « no previous file | components/viz/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698