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

Side by Side Diff: extensions/BUILD.gn

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 years, 11 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 | « content/test/run_all_unittests.cc ('k') | extensions/test/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 import("//extensions/features/features.gni") 4 import("//extensions/features/features.gni")
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 8
9 assert(enable_extensions) 9 assert(enable_extensions)
10 10
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 ":test_support", 203 ":test_support",
204 "//base/test:test_support", 204 "//base/test:test_support",
205 "//content/public/common", 205 "//content/public/common",
206 "//content/test:test_support", 206 "//content/test:test_support",
207 "//extensions/browser:unit_tests", 207 "//extensions/browser:unit_tests",
208 "//extensions/common", 208 "//extensions/common",
209 "//extensions/common:unit_tests", 209 "//extensions/common:unit_tests",
210 "//extensions/renderer:unit_tests", 210 "//extensions/renderer:unit_tests",
211 "//extensions/shell:unit_tests", 211 "//extensions/shell:unit_tests",
212 "//extensions/utility:unit_tests", 212 "//extensions/utility:unit_tests",
213 "//mojo/edk/test:test_support",
214 "//ui/gl:test_support", 213 "//ui/gl:test_support",
215 ] 214 ]
216 215
217 data_deps = [ 216 data_deps = [
218 "//third_party/mesa:osmesa", 217 "//third_party/mesa:osmesa",
219 ] 218 ]
220 } 219 }
221 220
222 test("extensions_browsertests") { 221 test("extensions_browsertests") {
223 data = [ 222 data = [
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "//testing/gtest", 349 "//testing/gtest",
351 "//third_party/hunspell", 350 "//third_party/hunspell",
352 "//third_party/icu", 351 "//third_party/icu",
353 "//third_party/libpng", 352 "//third_party/libpng",
354 "//third_party/zlib", 353 "//third_party/zlib",
355 "//ui/base:test_support", 354 "//ui/base:test_support",
356 "//ui/resources:ui_test_pak", 355 "//ui/resources:ui_test_pak",
357 "//ui/web_dialogs:test_support", 356 "//ui/web_dialogs:test_support",
358 ] 357 ]
359 } 358 }
OLDNEW
« no previous file with comments | « content/test/run_all_unittests.cc ('k') | extensions/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698