| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/public/cpp/bindings", | 187 "//mojo/public/cpp/bindings", |
| 188 "//mojo/shell/public/interfaces", | 188 "//services/shell/public/interfaces", |
| 189 "//testing/gmock", | 189 "//testing/gmock", |
| 190 "//testing/gtest", | 190 "//testing/gtest", |
| 191 "//third_party/leveldatabase", | 191 "//third_party/leveldatabase", |
| 192 ] | 192 ] |
| 193 | 193 |
| 194 data_deps = [ | 194 data_deps = [ |
| 195 "//third_party/mesa:osmesa", | 195 "//third_party/mesa:osmesa", |
| 196 ] | 196 ] |
| 197 | 197 |
| 198 if (is_chromeos) { | 198 if (is_chromeos) { |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "//testing/gtest", | 370 "//testing/gtest", |
| 371 "//third_party/hunspell", | 371 "//third_party/hunspell", |
| 372 "//third_party/icu", | 372 "//third_party/icu", |
| 373 "//third_party/libpng", | 373 "//third_party/libpng", |
| 374 "//third_party/zlib", | 374 "//third_party/zlib", |
| 375 "//ui/base:test_support", | 375 "//ui/base:test_support", |
| 376 "//ui/resources:ui_test_pak", | 376 "//ui/resources:ui_test_pak", |
| 377 "//ui/web_dialogs:test_support", | 377 "//ui/web_dialogs:test_support", |
| 378 ] | 378 ] |
| 379 } | 379 } |
| OLD | NEW |