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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 "//device/bluetooth:mocks", | 175 "//device/bluetooth:mocks", |
176 "//device/core", | 176 "//device/core", |
177 "//device/hid", | 177 "//device/hid", |
178 "//device/serial", | 178 "//device/serial", |
179 "//device/serial:test_support", | 179 "//device/serial:test_support", |
180 "//extensions/common", | 180 "//extensions/common", |
181 "//extensions/common/api/cast_channel:cast_channel_proto", | 181 "//extensions/common/api/cast_channel:cast_channel_proto", |
182 "//extensions/renderer", | 182 "//extensions/renderer", |
183 "//extensions/strings", | 183 "//extensions/strings", |
184 "//extensions/utility", | 184 "//extensions/utility", |
| 185 "//mojo/edk/js", |
| 186 "//mojo/edk/system", |
185 "//mojo/environment:chromium", | 187 "//mojo/environment:chromium", |
186 "//mojo/public/cpp/bindings", | 188 "//mojo/public/cpp/bindings", |
187 "//mojo/shell/public/interfaces", | 189 "//mojo/shell/public/interfaces", |
188 "//testing/gmock", | 190 "//testing/gmock", |
189 "//testing/gtest", | 191 "//testing/gtest", |
190 "//third_party/leveldatabase", | 192 "//third_party/leveldatabase", |
191 "//third_party/mojo/src/mojo/edk/js", | |
192 "//third_party/mojo/src/mojo/edk/system", | |
193 ] | 193 ] |
194 | 194 |
195 data_deps = [ | 195 data_deps = [ |
196 "//third_party/mesa:osmesa", | 196 "//third_party/mesa:osmesa", |
197 ] | 197 ] |
198 | 198 |
199 if (is_chromeos) { | 199 if (is_chromeos) { |
200 sources += [ | 200 sources += [ |
201 "browser/api/webcam_private/visca_webcam_unittest.cc", | 201 "browser/api/webcam_private/visca_webcam_unittest.cc", |
202 | 202 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "//base", | 235 "//base", |
236 "//base/test:test_support", | 236 "//base/test:test_support", |
237 "//components/prefs:test_support", | 237 "//components/prefs:test_support", |
238 "//components/storage_monitor:test_support", | 238 "//components/storage_monitor:test_support", |
239 "//content/test:browsertest_base", | 239 "//content/test:browsertest_base", |
240 "//content/test:test_support", | 240 "//content/test:test_support", |
241 "//device/bluetooth:mocks", | 241 "//device/bluetooth:mocks", |
242 "//device/core:mocks", | 242 "//device/core:mocks", |
243 "//device/hid:mocks", | 243 "//device/hid:mocks", |
244 "//device/usb:mocks", | 244 "//device/usb:mocks", |
| 245 "//mojo/edk/js", |
| 246 "//mojo/edk/system", |
245 "//mojo/environment:chromium", | 247 "//mojo/environment:chromium", |
246 "//mojo/public/cpp/bindings", | 248 "//mojo/public/cpp/bindings", |
247 "//testing/gmock", | 249 "//testing/gmock", |
248 "//testing/gtest", | 250 "//testing/gtest", |
249 "//third_party/mojo/src/mojo/edk/js", | |
250 "//third_party/mojo/src/mojo/edk/system", | |
251 ] | 251 ] |
252 | 252 |
253 data_deps = [ | 253 data_deps = [ |
254 "//third_party/mesa:osmesa", | 254 "//third_party/mesa:osmesa", |
255 ] | 255 ] |
256 | 256 |
257 if (is_win) { | 257 if (is_win) { |
258 if (target_cpu == "x86") { | 258 if (target_cpu == "x86") { |
259 data_deps += [ | 259 data_deps += [ |
260 # "$root_out_dir/wow_helper.exe" # TODO(GYP) | 260 # "$root_out_dir/wow_helper.exe" # TODO(GYP) |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "//testing/gtest", | 369 "//testing/gtest", |
370 "//third_party/hunspell", | 370 "//third_party/hunspell", |
371 "//third_party/icu", | 371 "//third_party/icu", |
372 "//third_party/libpng", | 372 "//third_party/libpng", |
373 "//third_party/zlib", | 373 "//third_party/zlib", |
374 "//ui/base:test_support", | 374 "//ui/base:test_support", |
375 "//ui/resources:ui_test_pak", | 375 "//ui/resources:ui_test_pak", |
376 "//ui/web_dialogs:test_support", | 376 "//ui/web_dialogs:test_support", |
377 ] | 377 ] |
378 } | 378 } |
OLD | NEW |