| 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("//extensions/features/features.gni") |
| 4 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 5 import("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
| 6 import("//tools/grit/repack.gni") | 7 import("//tools/grit/repack.gni") |
| 7 | 8 |
| 8 assert(enable_extensions) | 9 assert(enable_extensions) |
| 9 | 10 |
| 10 group("extensions_resources") { | 11 group("extensions_resources") { |
| 11 public_deps = [ | 12 public_deps = [ |
| 12 ":extensions_browser_resources", | 13 ":extensions_browser_resources", |
| 13 ":extensions_renderer_resources", | 14 ":extensions_renderer_resources", |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 "//testing/gtest", | 351 "//testing/gtest", |
| 351 "//third_party/hunspell", | 352 "//third_party/hunspell", |
| 352 "//third_party/icu", | 353 "//third_party/icu", |
| 353 "//third_party/libpng", | 354 "//third_party/libpng", |
| 354 "//third_party/zlib", | 355 "//third_party/zlib", |
| 355 "//ui/base:test_support", | 356 "//ui/base:test_support", |
| 356 "//ui/resources:ui_test_pak", | 357 "//ui/resources:ui_test_pak", |
| 357 "//ui/web_dialogs:test_support", | 358 "//ui/web_dialogs:test_support", |
| 358 ] | 359 ] |
| 359 } | 360 } |
| OLD | NEW |