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

Unified Diff: chrome/chrome_browser.gypi

Issue 1377943004: Fix captive portal compile issues for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/browser/interstitials/chrome_metrics_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 4c5bef6cf45412ae4bc61a8021d904030ddc1625..5c29c97ed071d3a3341e18bef96bc5b40884e308 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1418,6 +1418,8 @@
'browser/captive_portal/captive_portal_tab_reloader.h',
'browser/ssl/captive_portal_blocking_page.cc',
'browser/ssl/captive_portal_blocking_page.h',
+ 'browser/ssl/captive_portal_metrics_recorder.cc',
+ 'browser/ssl/captive_portal_metrics_recorder.h',
],
'chrome_browser_content_settings_sources': [
'browser/content_settings/chrome_content_settings_client.cc',
@@ -2729,8 +2731,6 @@
'chrome_browser_ssl_sources': [
'browser/ssl/bad_clock_blocking_page.cc',
'browser/ssl/bad_clock_blocking_page.h',
- 'browser/ssl/captive_portal_metrics_recorder.cc',
- 'browser/ssl/captive_portal_metrics_recorder.h',
'browser/ssl/cert_report_helper.cc',
'browser/ssl/cert_report_helper.h',
'browser/ssl/chrome_ssl_host_state_delegate.cc',
« no previous file with comments | « chrome/browser/interstitials/chrome_metrics_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698