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

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

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Revert experiments and fix android_webview Created 4 years, 1 month 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 | « cc/test/test_in_process_context_provider.cc ('k') | chrome/test/base/chrome_unit_test_suite.cc » ('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/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("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//components/sync", 117 "//components/sync",
118 "//components/sync:test_support_driver", 118 "//components/sync:test_support_driver",
119 "//components/sync_preferences:test_support", 119 "//components/sync_preferences:test_support",
120 "//components/sync_sessions:test_support", 120 "//components/sync_sessions:test_support",
121 "//components/toolbar:test_support", 121 "//components/toolbar:test_support",
122 "//components/update_client:test_support", 122 "//components/update_client:test_support",
123 "//components/zoom:test_support", 123 "//components/zoom:test_support",
124 "//content/public/app:both", 124 "//content/public/app:both",
125 "//content/test:test_support", 125 "//content/test:test_support",
126 "//extensions/features", 126 "//extensions/features",
127 "//gpu/ipc/service",
127 "//net", 128 "//net",
128 "//net:test_support", 129 "//net:test_support",
129 "//printing/features", 130 "//printing/features",
130 "//skia", 131 "//skia",
131 "//sql", 132 "//sql",
132 "//sql:test_support", 133 "//sql:test_support",
133 "//testing/gmock", 134 "//testing/gmock",
134 "//testing/gtest", 135 "//testing/gtest",
135 "//third_party/zlib", 136 "//third_party/zlib",
136 "//ui/gfx:test_support", 137 "//ui/gfx:test_support",
(...skipping 4958 matching lines...) Expand 10 before | Expand all | Expand 10 after
5095 "touch_hud", 5096 "touch_hud",
5096 "ui", 5097 "ui",
5097 ] 5098 ]
5098 5099
5099 if (is_linux && !is_android) { 5100 if (is_linux && !is_android) {
5100 deps += [ "//components/font_service:manifest" ] 5101 deps += [ "//components/font_service:manifest" ]
5101 packaged_services += [ "font_service" ] 5102 packaged_services += [ "font_service" ]
5102 } 5103 }
5103 } 5104 }
5104 } 5105 }
OLDNEW
« no previous file with comments | « cc/test/test_in_process_context_provider.cc ('k') | chrome/test/base/chrome_unit_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698