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

Side by Side Diff: content/content_browser.gypi

Issue 1421743002: Implement chrome://network-errors for direct access to network error interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 'browser/navigator_connect/service_port_service_impl.cc', 1096 'browser/navigator_connect/service_port_service_impl.cc',
1097 'browser/navigator_connect/service_port_service_impl.h', 1097 'browser/navigator_connect/service_port_service_impl.h',
1098 'browser/net/browser_online_state_observer.cc', 1098 'browser/net/browser_online_state_observer.cc',
1099 'browser/net/browser_online_state_observer.h', 1099 'browser/net/browser_online_state_observer.h',
1100 'browser/net/quota_policy_cookie_store.cc', 1100 'browser/net/quota_policy_cookie_store.cc',
1101 'browser/net/quota_policy_cookie_store.h', 1101 'browser/net/quota_policy_cookie_store.h',
1102 'browser/net/view_blob_internals_job_factory.cc', 1102 'browser/net/view_blob_internals_job_factory.cc',
1103 'browser/net/view_blob_internals_job_factory.h', 1103 'browser/net/view_blob_internals_job_factory.h',
1104 'browser/net/view_http_cache_job_factory.cc', 1104 'browser/net/view_http_cache_job_factory.cc',
1105 'browser/net/view_http_cache_job_factory.h', 1105 'browser/net/view_http_cache_job_factory.h',
1106 'browser/network_error_request_job.cc',
1107 'browser/network_error_request_job.h',
1106 'browser/notification_service_impl.cc', 1108 'browser/notification_service_impl.cc',
1107 'browser/notification_service_impl.h', 1109 'browser/notification_service_impl.h',
1108 'browser/notifications/notification_database.cc', 1110 'browser/notifications/notification_database.cc',
1109 'browser/notifications/notification_database.h', 1111 'browser/notifications/notification_database.h',
1110 'browser/notifications/notification_database_data_conversions.cc', 1112 'browser/notifications/notification_database_data_conversions.cc',
1111 'browser/notifications/notification_database_data_conversions.h', 1113 'browser/notifications/notification_database_data_conversions.h',
1112 'browser/notifications/notification_event_dispatcher_impl.cc', 1114 'browser/notifications/notification_event_dispatcher_impl.cc',
1113 'browser/notifications/notification_event_dispatcher_impl.h', 1115 'browser/notifications/notification_event_dispatcher_impl.h',
1114 'browser/notifications/notification_id_generator.cc', 1116 'browser/notifications/notification_id_generator.cc',
1115 'browser/notifications/notification_id_generator.h', 1117 'browser/notifications/notification_id_generator.h',
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 ['enable_webvr==1 and OS=="android"', { 2193 ['enable_webvr==1 and OS=="android"', {
2192 'sources': [ 2194 'sources': [
2193 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2195 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2194 'browser/vr/android/cardboard/cardboard_vr_device.h', 2196 'browser/vr/android/cardboard/cardboard_vr_device.h',
2195 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2197 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2196 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2198 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2197 ], 2199 ],
2198 }], 2200 }],
2199 ], 2201 ],
2200 } 2202 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698