OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # TODO(rockot) bug 505926: Don't include chrome files from here. | 5 # TODO(rockot) bug 505926: Don't include chrome files from here. |
6 # See chrome_browser_tests_extensions_sources below | 6 # See chrome_browser_tests_extensions_sources below |
7 import("//chrome/chrome_tests.gni") | 7 import("//chrome/chrome_tests.gni") |
8 import("//extensions/extensions.gni") | 8 import("//extensions/extensions.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "//components/prefs:test_support", | 87 "//components/prefs:test_support", |
88 "//content/public/common", | 88 "//content/public/common", |
89 "//content/test:test_support", | 89 "//content/test:test_support", |
90 "//extensions/browser", | 90 "//extensions/browser", |
91 "//extensions/common", | 91 "//extensions/common", |
92 "//extensions/common/api", | 92 "//extensions/common/api", |
93 "//extensions/common/api:api_registration", | 93 "//extensions/common/api:api_registration", |
94 "//net:test_support", | 94 "//net:test_support", |
95 "//testing/gmock", | 95 "//testing/gmock", |
96 "//testing/gtest", | 96 "//testing/gtest", |
97 "//third_party/cld_2:cld2_static", | 97 "//third_party/cld_2", |
98 ] | 98 ] |
99 | 99 |
100 public_deps = [ | 100 public_deps = [ |
101 "//content/public/browser", | 101 "//content/public/browser", |
102 "//extensions/common/api/cast_channel:cast_channel_proto", | 102 "//extensions/common/api/cast_channel:cast_channel_proto", |
103 ] | 103 ] |
104 } | 104 } |
105 | 105 |
106 # GYP version: //extensions/extensions.gyp:extensions_shell_and_test_pak | 106 # GYP version: //extensions/extensions.gyp:extensions_shell_and_test_pak |
107 repack("shell_and_test_pak") { | 107 repack("shell_and_test_pak") { |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 "//testing/gtest", | 360 "//testing/gtest", |
361 "//third_party/hunspell", | 361 "//third_party/hunspell", |
362 "//third_party/icu", | 362 "//third_party/icu", |
363 "//third_party/libpng", | 363 "//third_party/libpng", |
364 "//third_party/zlib", | 364 "//third_party/zlib", |
365 "//ui/base:test_support", | 365 "//ui/base:test_support", |
366 "//ui/resources:ui_test_pak", | 366 "//ui/resources:ui_test_pak", |
367 "//ui/web_dialogs:test_support", | 367 "//ui/web_dialogs:test_support", |
368 ] | 368 ] |
369 } | 369 } |
OLD | NEW |