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

Side by Side Diff: content/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
« no previous file with comments | « content/shell/utility/shell_content_utility_client.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "//device/base/synchronization", 229 "//device/base/synchronization",
230 "//device/geolocation", 230 "//device/geolocation",
231 "//device/nfc:mojo_bindings", 231 "//device/nfc:mojo_bindings",
232 "//ipc:test_support", 232 "//ipc:test_support",
233 "//media", 233 "//media",
234 "//media/capture", 234 "//media/capture",
235 "//media/mojo/interfaces:image_capture", 235 "//media/mojo/interfaces:image_capture",
236 "//mojo/edk/system", 236 "//mojo/edk/system",
237 "//mojo/edk/test:test_support", 237 "//mojo/edk/test:test_support",
238 "//net:test_support", 238 "//net:test_support",
239 "//services/shell/public/cpp", 239 "//services/service_manager/public/cpp",
240 "//skia", 240 "//skia",
241 "//storage/browser", 241 "//storage/browser",
242 "//storage/common", 242 "//storage/common",
243 "//testing/gmock", 243 "//testing/gmock",
244 "//testing/gtest", 244 "//testing/gtest",
245 "//ui/accessibility:ax_gen", 245 "//ui/accessibility:ax_gen",
246 "//ui/base", 246 "//ui/base",
247 "//ui/base:test_support", 247 "//ui/base:test_support",
248 "//ui/base:ui_data_pack", 248 "//ui/base:ui_data_pack",
249 "//ui/base/ime", 249 "//ui/base/ime",
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 "//ipc:test_support", 716 "//ipc:test_support",
717 "//media", 717 "//media",
718 "//media:test_support", 718 "//media:test_support",
719 "//media/audio:test_support", 719 "//media/audio:test_support",
720 "//media/base:test_support", 720 "//media/base:test_support",
721 "//mojo/edk/system", 721 "//mojo/edk/system",
722 "//mojo/edk/test:test_support", 722 "//mojo/edk/test:test_support",
723 "//mojo/public/cpp/bindings", 723 "//mojo/public/cpp/bindings",
724 "//mojo/public/js", 724 "//mojo/public/js",
725 "//net:test_support", 725 "//net:test_support",
726 "//services/shell/public/cpp", 726 "//services/service_manager/public/cpp",
727 "//storage/browser", 727 "//storage/browser",
728 "//testing/gmock", 728 "//testing/gmock",
729 "//testing/gtest", 729 "//testing/gtest",
730 "//third_party/WebKit/public:blink", 730 "//third_party/WebKit/public:blink",
731 "//third_party/leveldatabase", 731 "//third_party/leveldatabase",
732 "//third_party/mesa:osmesa", 732 "//third_party/mesa:osmesa",
733 "//third_party/zlib", 733 "//third_party/zlib",
734 "//ui/accessibility", 734 "//ui/accessibility",
735 "//ui/accessibility:ax_gen", 735 "//ui/accessibility:ax_gen",
736 "//ui/base:test_support", 736 "//ui/base:test_support",
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 if (is_android) { 1686 if (is_android) {
1687 deps += [ "//testing/android/native_test:native_test_native_code" ] 1687 deps += [ "//testing/android/native_test:native_test_native_code" ]
1688 } 1688 }
1689 } 1689 }
1690 1690
1691 group("fuzzers") { 1691 group("fuzzers") {
1692 deps = [ 1692 deps = [
1693 "//content/test/fuzzer", 1693 "//content/test/fuzzer",
1694 ] 1694 ]
1695 } 1695 }
OLDNEW
« no previous file with comments | « content/shell/utility/shell_content_utility_client.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698