From b4168aadab39348cf5fee8bd419f8d7627af497b Mon Sep 17 00:00:00 2001 From: wez Date: Tue, 10 Nov 2015 17:49:40 -0800 Subject: Remove the native_theme dependency from blimp_common. The Blimp client directly imports the native_theme_switches dependency, so having the additional dependency in common leads to symbol conflicts in the blimp_client build. BUG=553633 Review URL: https://codereview.chromium.org/1408123015 Cr-Commit-Position: refs/heads/master@{#359012} --- blimp/common/BUILD.gn | 1 - 1 file changed, 1 deletion(-) (limited to 'blimp') diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn index 17e52f7..49afa02 100644 --- a/blimp/common/BUILD.gn +++ b/blimp/common/BUILD.gn @@ -20,6 +20,5 @@ component("blimp_common") { "//skia", "//ui/gfx/geometry", "//ui/gl", - "//ui/native_theme", ] } -- cgit v1.1