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

Side by Side Diff: extensions/BUILD.gn

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Rebase only 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
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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 ":test_support", 202 ":test_support",
203 "//base/test:test_support", 203 "//base/test:test_support",
204 "//content/public/common", 204 "//content/public/common",
205 "//content/test:test_support", 205 "//content/test:test_support",
206 "//extensions/browser:unit_tests", 206 "//extensions/browser:unit_tests",
207 "//extensions/common", 207 "//extensions/common",
208 "//extensions/common:unit_tests", 208 "//extensions/common:unit_tests",
209 "//extensions/renderer:unit_tests", 209 "//extensions/renderer:unit_tests",
210 "//extensions/shell:unit_tests", 210 "//extensions/shell:unit_tests",
211 "//extensions/utility:unit_tests", 211 "//extensions/utility:unit_tests",
212 "//mojo/edk/system",
213 "//mojo/edk/test:test_support", 212 "//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") {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "//testing/gtest", 350 "//testing/gtest",
352 "//third_party/hunspell", 351 "//third_party/hunspell",
353 "//third_party/icu", 352 "//third_party/icu",
354 "//third_party/libpng", 353 "//third_party/libpng",
355 "//third_party/zlib", 354 "//third_party/zlib",
356 "//ui/base:test_support", 355 "//ui/base:test_support",
357 "//ui/resources:ui_test_pak", 356 "//ui/resources:ui_test_pak",
358 "//ui/web_dialogs:test_support", 357 "//ui/web_dialogs:test_support",
359 ] 358 ]
360 } 359 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698