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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 323693002: Split printing utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 715443e40066e0271bff6d7f9e4c8cc828997847..00ff8dd83c80c37a4cf0cbd1f9ca1e6f9298016a 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2281,6 +2281,9 @@
['exclude', '^browser/ui/webui/print_preview/'],
['exclude', '^service/'],
],
+ 'sources!': [
+ 'browser/local_discovery/privet_http_unittest.cc',
+ ],
}],
['enable_captive_portal_detection!=1', {
'sources/': [

Powered by Google App Engine
This is Rietveld 408576698