Chromium Code Reviews| 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 241 "//testing/gtest", | 241 "//testing/gtest", |
| 242 "//third_party/hunspell", | 242 "//third_party/hunspell", |
| 243 "//third_party/icu", | 243 "//third_party/icu", |
| 244 "//third_party/libpng", | 244 "//third_party/libpng", |
| 245 "//third_party/zlib", | 245 "//third_party/zlib", |
| 246 "//ui/base:test_support", | 246 "//ui/base:test_support", |
| 247 "//ui/resources:ui_test_pak", | 247 "//ui/resources:ui_test_pak", |
| 248 "//ui/web_dialogs:test_support", | 248 "//ui/web_dialogs:test_support", |
| 249 ] | 249 ] |
| 250 | 250 |
| 251 # The chrome_extensions_interactive_uitests target should be delete and | |
|
Nico
2015/06/30 20:38:46
"should be deleted"
| |
| 252 # this line removed. See the chrome_extensions_interactive_uitests target | |
| 253 # for more. | |
| 254 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] | |
| 255 | |
| 251 # Runtime dependencies | 256 # Runtime dependencies |
| 252 datadeps = [ | 257 datadeps = [ |
| 253 "//ppapi:ppapi_tests", | 258 "//ppapi:ppapi_tests", |
| 254 "//third_party/mesa:osmesa", | 259 "//third_party/mesa:osmesa", |
| 255 ] | 260 ] |
| 256 | 261 |
| 257 if (toolkit_views) { | 262 if (toolkit_views) { |
| 258 sources += rebase_path( | 263 sources += rebase_path( |
| 259 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources, | 264 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources, |
| 260 ".", | 265 ".", |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 672 "//third_party/webrtc/modules/desktop_capture", | 677 "//third_party/webrtc/modules/desktop_capture", |
| 673 "//third_party/widevine/cdm:version_h", | 678 "//third_party/widevine/cdm:version_h", |
| 674 "//ui/accessibility:test_support", | 679 "//ui/accessibility:test_support", |
| 675 "//ui/base:test_support", | 680 "//ui/base:test_support", |
| 676 "//ui/compositor:test_support", | 681 "//ui/compositor:test_support", |
| 677 "//ui/resources", | 682 "//ui/resources", |
| 678 "//ui/web_dialogs:test_support", | 683 "//ui/web_dialogs:test_support", |
| 679 "//v8", | 684 "//v8", |
| 680 ] | 685 ] |
| 681 | 686 |
| 687 # The chrome_extensions_browsertests target should be delete and this line | |
|
Nico
2015/06/30 20:38:46
"should be deleted"
| |
| 688 # removed. See the chrome_extensions_browsertests target for more. | |
| 689 deps += [ "//extensions:chrome_extensions_browsertests" ] | |
| 690 | |
| 682 # Runtime dependencies | 691 # Runtime dependencies |
| 683 data_deps = [ | 692 data_deps = [ |
| 684 "//ppapi:ppapi_tests", | 693 "//ppapi:ppapi_tests", |
| 685 | 694 |
| 686 #'../remoting/remoting.gyp:remoting_browser_test_resources', TODO(GYP) | 695 #'../remoting/remoting.gyp:remoting_browser_test_resources', TODO(GYP) |
| 687 #'../remoting/remoting.gyp:remoting_webapp_unittests', TODO(GYP) | 696 #'../remoting/remoting.gyp:remoting_webapp_unittests', TODO(GYP) |
| 688 "//third_party/mesa:osmesa", | 697 "//third_party/mesa:osmesa", |
| 689 "//third_party/widevine/cdm:widevine_test_license_server", | 698 "//third_party/widevine/cdm:widevine_test_license_server", |
| 690 ] | 699 ] |
| 691 | 700 |
| (...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1828 "//third_party/mojo/src/mojo/edk/system", | 1837 "//third_party/mojo/src/mojo/edk/system", |
| 1829 ] | 1838 ] |
| 1830 | 1839 |
| 1831 if (!is_android && use_ash) { | 1840 if (!is_android && use_ash) { |
| 1832 sources += | 1841 sources += |
| 1833 rebase_path(unit_gypi_values.chrome_test_support_unit_ash_sources, | 1842 rebase_path(unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1834 ".", | 1843 ".", |
| 1835 "//chrome") | 1844 "//chrome") |
| 1836 } | 1845 } |
| 1837 } | 1846 } |
| OLD | NEW |