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

Unified Diff: BUILD.gn

Issue 2226733003: Color: Clean up color profile handling for layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master2
Patch Set: Fix windows 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 side-by-side diff with in-line comments
Download patch
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 01af6ccf08cc39ec1062a06a492331c19d575255..7695e62cbd7dc550bce65b073148412097fee627 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -903,10 +903,7 @@ if (!is_ios) {
}
if (is_mac) {
- deps += [
- "//breakpad:dump_syms($host_toolchain)",
- "//components/test_runner:layout_test_helper",
- ]
+ deps += [ "//breakpad:dump_syms($host_toolchain)" ]
}
if (is_linux) {
« no previous file with comments | « no previous file | build/all.gyp » ('j') | content/shell/renderer/layout_test/layout_test_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698