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

Side by Side Diff: skia/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 6 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 | « mojo/converters/blink/BUILD.gn ('k') | third_party/WebKit/public/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 if (current_cpu == "arm") { 8 if (current_cpu == "arm") {
9 import("//build/config/arm.gni") 9 import("//build/config/arm.gni")
10 } 10 }
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 "//testing/gtest", 725 "//testing/gtest",
726 "//ui/gfx", 726 "//ui/gfx",
727 "//ui/gfx/geometry", 727 "//ui/gfx/geometry",
728 ] 728 ]
729 729
730 if (!is_ios) { 730 if (!is_ios) {
731 sources += [ "public/interfaces/test/struct_traits_unittest.cc" ] 731 sources += [ "public/interfaces/test/struct_traits_unittest.cc" ]
732 deps += [ 732 deps += [
733 # TODO: Fix this test to not depend on cc. 733 # TODO: Fix this test to not depend on cc.
734 "//cc:test_support", 734 "//cc:test_support",
735 "//mojo/edk/system",
736 "//mojo/public/cpp/bindings", 735 "//mojo/public/cpp/bindings",
737 "//skia/public/interfaces:test_interfaces", 736 "//skia/public/interfaces:test_interfaces",
738 ] 737 ]
739 } 738 }
740 } 739 }
741 740
742 if (!is_ios) { 741 if (!is_ios) {
743 executable("image_operations_bench") { 742 executable("image_operations_bench") {
744 sources = [ 743 sources = [
745 "ext/image_operations_bench.cc", 744 "ext/image_operations_bench.cc",
(...skipping 15 matching lines...) Expand all
761 760
762 deps = [ 761 deps = [
763 ":skia", 762 ":skia",
764 "//base", 763 "//base",
765 "//base/test:test_support", 764 "//base/test:test_support",
766 "//build/config/sanitizers:deps", 765 "//build/config/sanitizers:deps",
767 "//build/win:default_exe_manifest", 766 "//build/win:default_exe_manifest",
768 ] 767 ]
769 } 768 }
770 } 769 }
OLDNEW
« no previous file with comments | « mojo/converters/blink/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698