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

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

Issue 2209883002: Link blink mojom bindings into platform target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and add comments Created 4 years, 4 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/renderer/BUILD.gn ('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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 "//net:test_support", 672 "//net:test_support",
673 "//ppapi/c", 673 "//ppapi/c",
674 "//printing", 674 "//printing",
675 "//skia", 675 "//skia",
676 "//sql", 676 "//sql",
677 "//sql:test_support", 677 "//sql:test_support",
678 "//storage/browser", 678 "//storage/browser",
679 "//storage/common", 679 "//storage/common",
680 "//testing/gmock", 680 "//testing/gmock",
681 "//testing/gtest", 681 "//testing/gtest",
682 "//third_party/WebKit/Source/platform:mojo_bindings",
682 "//third_party/WebKit/public:blink", 683 "//third_party/WebKit/public:blink",
683 "//third_party/WebKit/public:mojo_bindings",
684 "//third_party/icu", 684 "//third_party/icu",
685 "//third_party/leveldatabase", 685 "//third_party/leveldatabase",
686 "//third_party/libjingle", 686 "//third_party/libjingle",
687 "//third_party/re2", 687 "//third_party/re2",
688 "//third_party/widevine/cdm:version_h", 688 "//third_party/widevine/cdm:version_h",
689 "//ui/accessibility", 689 "//ui/accessibility",
690 "//ui/base:test_support", 690 "//ui/base:test_support",
691 "//ui/compositor:test_support", 691 "//ui/compositor:test_support",
692 "//ui/display", 692 "//ui/display",
693 "//ui/display:test_support", 693 "//ui/display:test_support",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 if (is_android) { 901 if (is_android) {
902 deps += [ "//testing/android/native_test:native_test_native_code" ] 902 deps += [ "//testing/android/native_test:native_test_native_code" ]
903 } 903 }
904 } 904 }
905 905
906 group("fuzzers") { 906 group("fuzzers") {
907 deps = [ 907 deps = [
908 "//content/test/fuzzer", 908 "//content/test/fuzzer",
909 ] 909 ]
910 } 910 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698