Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
11 import("//chrome/chrome_repack_locales.gni") 11 import("//chrome/chrome_repack_locales.gni")
12 import("//chrome/test/base/js2gtest.gni") 12 import("//chrome/test/base/js2gtest.gni")
13 import("//components/os_crypt/features.gni") 13 import("//components/os_crypt/features.gni")
14 import("//ppapi/features/features.gni") 14 import("//ppapi/features/features.gni")
15 import("//remoting/remoting_enable.gni") 15 import("//remoting/remoting_enable.gni")
16 import("//services/shell/public/service_manifest.gni") 16 import("//services/service_manager/public/service_manifest.gni")
17 import("//testing/test.gni") 17 import("//testing/test.gni")
18 import("//v8/gni/v8.gni") 18 import("//v8/gni/v8.gni")
19 19
20 if (is_android) { 20 if (is_android) {
21 import("//build/config/android/rules.gni") 21 import("//build/config/android/rules.gni")
22 } 22 }
23 23
24 # This target exists to reference other test executables to bring these files 24 # This target exists to reference other test executables to bring these files
25 # into the build. 25 # into the build.
26 group("test") { 26 group("test") {
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 sources += [ 1175 sources += [
1176 "base/browser_tests_main_chromeos.cc", 1176 "base/browser_tests_main_chromeos.cc",
1177 "base/mash_browser_tests_main.cc", 1177 "base/mash_browser_tests_main.cc",
1178 "base/mash_browser_tests_main.h", 1178 "base/mash_browser_tests_main.h",
1179 "base/mojo_test_connector.cc", 1179 "base/mojo_test_connector.cc",
1180 "base/mojo_test_connector.h", 1180 "base/mojo_test_connector.h",
1181 ] 1181 ]
1182 1182
1183 deps += [ 1183 deps += [
1184 "//mash/package", 1184 "//mash/package",
1185 "//services/shell/background:lib", 1185 "//services/service_manager/background:lib",
1186 "//services/shell/background/tests:test_support", 1186 "//services/service_manager/background/tests:test_support",
1187 ] 1187 ]
1188 1188
1189 data_deps = [ 1189 data_deps = [
1190 ":mash_browser_tests_manifest", 1190 ":mash_browser_tests_manifest",
1191 "//chrome/app:service_manifests", 1191 "//chrome/app:service_manifests",
1192 "//mash/session", 1192 "//mash/session",
1193 ] 1193 ]
1194 } else { 1194 } else {
1195 sources += [ "base/browser_tests_main.cc" ] 1195 sources += [ "base/browser_tests_main.cc" ]
1196 } 1196 }
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 "//device/serial:test_support", 1890 "//device/serial:test_support",
1891 "//device/usb:test_support", 1891 "//device/usb:test_support",
1892 "//google_apis:test_support", 1892 "//google_apis:test_support",
1893 "//media", 1893 "//media",
1894 "//media/base:test_support", 1894 "//media/base:test_support",
1895 "//media/cast:test_support", 1895 "//media/cast:test_support",
1896 "//mojo/common:common_base", 1896 "//mojo/common:common_base",
1897 "//net", 1897 "//net",
1898 "//net:test_support", 1898 "//net:test_support",
1899 "//sdch", 1899 "//sdch",
1900 "//services/shell/public/cpp", 1900 "//services/service_manager/public/cpp",
1901 "//skia", 1901 "//skia",
1902 "//testing/gmock", 1902 "//testing/gmock",
1903 "//testing/gtest", 1903 "//testing/gtest",
1904 "//testing/perf", 1904 "//testing/perf",
1905 "//third_party/cacheinvalidation", 1905 "//third_party/cacheinvalidation",
1906 "//third_party/icu", 1906 "//third_party/icu",
1907 "//third_party/leveldatabase", 1907 "//third_party/leveldatabase",
1908 "//third_party/libjingle", 1908 "//third_party/libjingle",
1909 "//third_party/webrtc/modules/desktop_capture", 1909 "//third_party/webrtc/modules/desktop_capture",
1910 "//third_party/widevine/cdm:headers", 1910 "//third_party/widevine/cdm:headers",
(...skipping 3114 matching lines...) Expand 10 before | Expand all | Expand 10 after
5025 "touch_hud", 5025 "touch_hud",
5026 "ui", 5026 "ui",
5027 ] 5027 ]
5028 5028
5029 if (is_linux && !is_android) { 5029 if (is_linux && !is_android) {
5030 deps += [ "//components/font_service:manifest" ] 5030 deps += [ "//components/font_service:manifest" ]
5031 packaged_services += [ "font_service" ] 5031 packaged_services += [ "font_service" ]
5032 } 5032 }
5033 } 5033 }
5034 } 5034 }
OLDNEW
« no previous file with comments | « chrome/renderer/translate/translate_helper_browsertest.cc ('k') | chrome/test/base/mash_browser_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698