OLD | NEW |
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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 "//testing/gmock", | 298 "//testing/gmock", |
299 "//testing/gtest", | 299 "//testing/gtest", |
300 "//testing/perf", | 300 "//testing/perf", |
301 "//third_party/WebKit/public:blink", | 301 "//third_party/WebKit/public:blink", |
302 "//third_party/cacheinvalidation", | 302 "//third_party/cacheinvalidation", |
303 "//third_party/icu", | 303 "//third_party/icu", |
304 "//third_party/leveldatabase", | 304 "//third_party/leveldatabase", |
305 "//third_party/libaddressinput", | 305 "//third_party/libaddressinput", |
306 "//third_party/libjingle", | 306 "//third_party/libjingle", |
307 "//third_party/webrtc/modules/desktop_capture", | 307 "//third_party/webrtc/modules/desktop_capture", |
308 "//third_party/widevine/cdm:version_h", | 308 "//third_party/widevine/cdm:headers", |
309 "//ui/accessibility:test_support", | 309 "//ui/accessibility:test_support", |
310 "//ui/base:test_support", | 310 "//ui/base:test_support", |
311 "//ui/compositor:test_support", | 311 "//ui/compositor:test_support", |
312 "//ui/resources", | 312 "//ui/resources", |
313 "//ui/web_dialogs:test_support", | 313 "//ui/web_dialogs:test_support", |
314 "//v8", | 314 "//v8", |
315 ] | 315 ] |
316 | 316 |
317 if (is_chromeos) { | 317 if (is_chromeos) { |
318 deps += [ "//components/user_manager:test_support" ] | 318 deps += [ "//components/user_manager:test_support" ] |
(...skipping 30 matching lines...) Expand all Loading... |
349 "//testing/gtest", | 349 "//testing/gtest", |
350 "//third_party/hunspell", | 350 "//third_party/hunspell", |
351 "//third_party/icu", | 351 "//third_party/icu", |
352 "//third_party/libpng", | 352 "//third_party/libpng", |
353 "//third_party/zlib", | 353 "//third_party/zlib", |
354 "//ui/base:test_support", | 354 "//ui/base:test_support", |
355 "//ui/resources:ui_test_pak", | 355 "//ui/resources:ui_test_pak", |
356 "//ui/web_dialogs:test_support", | 356 "//ui/web_dialogs:test_support", |
357 ] | 357 ] |
358 } | 358 } |
OLD | NEW |