summaryrefslogtreecommitdiffstats
path: root/blimp
diff options
context:
space:
mode:
authorwez <wez@chromium.org>2015-11-10 17:49:40 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-11 01:50:27 +0000
commitb4168aadab39348cf5fee8bd419f8d7627af497b (patch)
tree21704cfddaa723693aaaf9b75ccd02d897126114 /blimp
parent22f16294659b3b7bfe9f6464ebb44d42d450f0bc (diff)
downloadchromium_src-b4168aadab39348cf5fee8bd419f8d7627af497b.zip
chromium_src-b4168aadab39348cf5fee8bd419f8d7627af497b.tar.gz
chromium_src-b4168aadab39348cf5fee8bd419f8d7627af497b.tar.bz2
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}
Diffstat (limited to 'blimp')
-rw-r--r--blimp/common/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
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",
]
}