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

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: Update TODOs Created 4 years, 3 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
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9ab0ee09c991158c0ea3b96a23b897cbd182430f..59d1d580263c4b8d1de5603c3f74fa239753cc51 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -911,10 +911,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698