| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 185 "//mojo/edk/js", |
| 186 "//mojo/edk/system", | 186 "//mojo/edk/system", |
| 187 "//mojo/environment:chromium", | |
| 188 "//mojo/public/cpp/bindings", | 187 "//mojo/public/cpp/bindings", |
| 189 "//mojo/shell/public/interfaces", | 188 "//mojo/shell/public/interfaces", |
| 190 "//testing/gmock", | 189 "//testing/gmock", |
| 191 "//testing/gtest", | 190 "//testing/gtest", |
| 192 "//third_party/leveldatabase", | 191 "//third_party/leveldatabase", |
| 193 ] | 192 ] |
| 194 | 193 |
| 195 data_deps = [ | 194 data_deps = [ |
| 196 "//third_party/mesa:osmesa", | 195 "//third_party/mesa:osmesa", |
| 197 ] | 196 ] |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "//components/prefs:test_support", | 236 "//components/prefs:test_support", |
| 238 "//components/storage_monitor:test_support", | 237 "//components/storage_monitor:test_support", |
| 239 "//content/test:browsertest_base", | 238 "//content/test:browsertest_base", |
| 240 "//content/test:test_support", | 239 "//content/test:test_support", |
| 241 "//device/bluetooth:mocks", | 240 "//device/bluetooth:mocks", |
| 242 "//device/core:mocks", | 241 "//device/core:mocks", |
| 243 "//device/hid:mocks", | 242 "//device/hid:mocks", |
| 244 "//device/usb:mocks", | 243 "//device/usb:mocks", |
| 245 "//mojo/edk/js", | 244 "//mojo/edk/js", |
| 246 "//mojo/edk/system", | 245 "//mojo/edk/system", |
| 247 "//mojo/environment:chromium", | |
| 248 "//mojo/public/cpp/bindings", | 246 "//mojo/public/cpp/bindings", |
| 249 "//testing/gmock", | 247 "//testing/gmock", |
| 250 "//testing/gtest", | 248 "//testing/gtest", |
| 251 ] | 249 ] |
| 252 | 250 |
| 253 data_deps = [ | 251 data_deps = [ |
| 254 "//third_party/mesa:osmesa", | 252 "//third_party/mesa:osmesa", |
| 255 ] | 253 ] |
| 256 | 254 |
| 257 if (is_win) { | 255 if (is_win) { |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 "//testing/gtest", | 370 "//testing/gtest", |
| 373 "//third_party/hunspell", | 371 "//third_party/hunspell", |
| 374 "//third_party/icu", | 372 "//third_party/icu", |
| 375 "//third_party/libpng", | 373 "//third_party/libpng", |
| 376 "//third_party/zlib", | 374 "//third_party/zlib", |
| 377 "//ui/base:test_support", | 375 "//ui/base:test_support", |
| 378 "//ui/resources:ui_test_pak", | 376 "//ui/resources:ui_test_pak", |
| 379 "//ui/web_dialogs:test_support", | 377 "//ui/web_dialogs:test_support", |
| 380 ] | 378 ] |
| 381 } | 379 } |
| OLD | NEW |