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

Unified Diff: components/infobars.gypi

Issue 812823002: Remove dependency of infobars component on the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on Android Created 6 years 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 ad13b70d5a6abb97ecf02a8d2d694399db160fde..e2066e1899ea052eacf1d0c4f601471020d24b8c 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -37,21 +37,5 @@
'infobars/core/infobars_switches.h',
],
},
- {
- # GN version: //components/infobars/test:test_support
- 'target_name': 'infobars_test_support',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../skia/skia.gyp:skia',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'infobars/test/infobar_test.cc',
- ],
- },
],
}
« no previous file with comments | « components/google/core/browser/google_url_tracker_unittest.cc ('k') | components/infobars/core/confirm_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698