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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "//device/bluetooth:mocks", | 184 "//device/bluetooth:mocks", |
185 "//device/core", | 185 "//device/core", |
186 "//device/hid", | 186 "//device/hid", |
187 "//device/serial", | 187 "//device/serial", |
188 "//device/serial:test_support", | 188 "//device/serial:test_support", |
189 "//extensions/common", | 189 "//extensions/common", |
190 "//extensions/common/api/cast_channel:cast_channel_proto", | 190 "//extensions/common/api/cast_channel:cast_channel_proto", |
191 "//extensions/renderer", | 191 "//extensions/renderer", |
192 "//extensions/strings", | 192 "//extensions/strings", |
193 "//extensions/utility", | 193 "//extensions/utility", |
194 "//mojo/application/public/interfaces", | |
195 "//mojo/environment:chromium", | 194 "//mojo/environment:chromium", |
196 "//mojo/public/cpp/bindings", | 195 "//mojo/public/cpp/bindings", |
| 196 "//mojo/shell/public/interfaces", |
197 "//testing/gmock", | 197 "//testing/gmock", |
198 "//testing/gtest", | 198 "//testing/gtest", |
199 "//third_party/leveldatabase", | 199 "//third_party/leveldatabase", |
200 "//third_party/mojo/src/mojo/edk/js", | 200 "//third_party/mojo/src/mojo/edk/js", |
201 "//third_party/mojo/src/mojo/edk/system", | 201 "//third_party/mojo/src/mojo/edk/system", |
202 ] | 202 ] |
203 | 203 |
204 data_deps = [ | 204 data_deps = [ |
205 "//third_party/mesa:osmesa", | 205 "//third_party/mesa:osmesa", |
206 ] | 206 ] |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 "//testing/gtest", | 394 "//testing/gtest", |
395 "//third_party/hunspell", | 395 "//third_party/hunspell", |
396 "//third_party/icu", | 396 "//third_party/icu", |
397 "//third_party/libpng", | 397 "//third_party/libpng", |
398 "//third_party/zlib", | 398 "//third_party/zlib", |
399 "//ui/base:test_support", | 399 "//ui/base:test_support", |
400 "//ui/resources:ui_test_pak", | 400 "//ui/resources:ui_test_pak", |
401 "//ui/web_dialogs:test_support", | 401 "//ui/web_dialogs:test_support", |
402 ] | 402 ] |
403 } | 403 } |
OLD | NEW |