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

Side by Side Diff: extensions/BUILD.gn

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Remove all duplicated calls to mojo::edk::init() Created 4 years, 2 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/test_blink_web_unit_test_support.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("//testing/test.gni") 4 import("//testing/test.gni")
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 group("extensions_resources") { 10 group("extensions_resources") {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 ":test_support", 200 ":test_support",
201 "//base/test:test_support", 201 "//base/test:test_support",
202 "//content/public/common", 202 "//content/public/common",
203 "//content/test:test_support", 203 "//content/test:test_support",
204 "//extensions/browser:unit_tests", 204 "//extensions/browser:unit_tests",
205 "//extensions/common", 205 "//extensions/common",
206 "//extensions/common:unit_tests", 206 "//extensions/common:unit_tests",
207 "//extensions/renderer:unit_tests", 207 "//extensions/renderer:unit_tests",
208 "//extensions/shell:unit_tests", 208 "//extensions/shell:unit_tests",
209 "//extensions/utility:unit_tests", 209 "//extensions/utility:unit_tests",
210 "//mojo/edk/system",
211 "//mojo/edk/test:test_support", 210 "//mojo/edk/test:test_support",
212 "//ui/gl:test_support", 211 "//ui/gl:test_support",
213 ] 212 ]
214 213
215 data_deps = [ 214 data_deps = [
216 "//third_party/mesa:osmesa", 215 "//third_party/mesa:osmesa",
217 ] 216 ]
218 } 217 }
219 218
220 test("extensions_browsertests") { 219 test("extensions_browsertests") {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "//testing/gtest", 348 "//testing/gtest",
350 "//third_party/hunspell", 349 "//third_party/hunspell",
351 "//third_party/icu", 350 "//third_party/icu",
352 "//third_party/libpng", 351 "//third_party/libpng",
353 "//third_party/zlib", 352 "//third_party/zlib",
354 "//ui/base:test_support", 353 "//ui/base:test_support",
355 "//ui/resources:ui_test_pak", 354 "//ui/resources:ui_test_pak",
356 "//ui/web_dialogs:test_support", 355 "//ui/web_dialogs:test_support",
357 ] 356 ]
358 } 357 }
OLDNEW
« no previous file with comments | « content/test/test_blink_web_unit_test_support.cc ('k') | extensions/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698