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

Unified Diff: components/infobars.gypi

Issue 366373002: [Variations] Bring variations_http_header_provider to variations component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix BUILD.gn Created 6 years, 5 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: components/infobars.gypi
diff --git a/components/infobars.gypi b/components/infobars.gypi
index cb9c2b1132ad8f43b2fe401830e46c0f971d91ec..d322517c4e20b8dca7848e69c7966c63d1177e42 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -32,5 +32,19 @@
'infobars/core/infobars_switches.h',
],
},
+ {
+ 'target_name': 'infobars_test_support',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'infobars/test/infobar_test.cc',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698