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

Side by Side Diff: components/BUILD.gn

Issue 2941933002: viz: Convert a sync api in ServerGpuMemoryBufferManager into async. (Closed)
Patch Set: fix test build on windows Created 3 years, 6 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 | « base/threading/thread_restrictions.h ('k') | 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "//components/safe_browsing/triggers:unit_tests", 217 "//components/safe_browsing/triggers:unit_tests",
218 "//components/safe_json:unit_tests", 218 "//components/safe_json:unit_tests",
219 "//components/security_state/content:unit_tests", 219 "//components/security_state/content:unit_tests",
220 "//components/spellcheck/browser:unit_tests", 220 "//components/spellcheck/browser:unit_tests",
221 "//components/spellcheck/renderer:unit_tests", 221 "//components/spellcheck/renderer:unit_tests",
222 "//components/subresource_filter/content/browser:unit_tests", 222 "//components/subresource_filter/content/browser:unit_tests",
223 "//components/subresource_filter/content/common:unit_tests", 223 "//components/subresource_filter/content/common:unit_tests",
224 "//components/subresource_filter/content/renderer:unit_tests", 224 "//components/subresource_filter/content/renderer:unit_tests",
225 "//components/tracing:unit_tests", 225 "//components/tracing:unit_tests",
226 "//components/visitedlink/test:unit_tests", 226 "//components/visitedlink/test:unit_tests",
227 "//components/viz/common:unit_tests",
227 "//components/viz/service:unit_tests", 228 "//components/viz/service:unit_tests",
228 "//components/wallpaper:unit_tests", 229 "//components/wallpaper:unit_tests",
229 "//components/web_cache/browser:unit_tests", 230 "//components/web_cache/browser:unit_tests",
230 "//components/webcrypto:unit_tests", 231 "//components/webcrypto:unit_tests",
231 ] 232 ]
232 233
233 data_deps = [ 234 data_deps = [
234 ":components_tests_pak", 235 ":components_tests_pak",
235 "//third_party/mesa:osmesa", 236 "//third_party/mesa:osmesa",
236 "//ui/resources:ui_test_pak", 237 "//ui/resources:ui_test_pak",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 "//testing/perf", 516 "//testing/perf",
516 "//url", 517 "//url",
517 ] 518 ]
518 519
519 if (!is_ios) { 520 if (!is_ios) {
520 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 521 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
521 deps += [ "//components/discardable_memory/common" ] 522 deps += [ "//components/discardable_memory/common" ]
522 } 523 }
523 } 524 }
524 } 525 }
OLDNEW
« no previous file with comments | « base/threading/thread_restrictions.h ('k') | components/viz/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698