OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1199 'browser/captive_portal/captive_portal_login_detector.cc', | 1199 'browser/captive_portal/captive_portal_login_detector.cc', |
1200 'browser/captive_portal/captive_portal_login_detector.h', | 1200 'browser/captive_portal/captive_portal_login_detector.h', |
1201 'browser/captive_portal/captive_portal_service.cc', | 1201 'browser/captive_portal/captive_portal_service.cc', |
1202 'browser/captive_portal/captive_portal_service.h', | 1202 'browser/captive_portal/captive_portal_service.h', |
1203 'browser/captive_portal/captive_portal_service_factory.cc', | 1203 'browser/captive_portal/captive_portal_service_factory.cc', |
1204 'browser/captive_portal/captive_portal_service_factory.h', | 1204 'browser/captive_portal/captive_portal_service_factory.h', |
1205 'browser/captive_portal/captive_portal_tab_helper.cc', | 1205 'browser/captive_portal/captive_portal_tab_helper.cc', |
1206 'browser/captive_portal/captive_portal_tab_helper.h', | 1206 'browser/captive_portal/captive_portal_tab_helper.h', |
1207 'browser/captive_portal/captive_portal_tab_reloader.cc', | 1207 'browser/captive_portal/captive_portal_tab_reloader.cc', |
1208 'browser/captive_portal/captive_portal_tab_reloader.h', | 1208 'browser/captive_portal/captive_portal_tab_reloader.h', |
| 1209 'browser/ssl/captive_portal_blocking_page.cc', |
| 1210 'browser/ssl/captive_portal_blocking_page.h', |
1209 ], | 1211 ], |
1210 'chrome_browser_content_settings_sources': [ | 1212 'chrome_browser_content_settings_sources': [ |
1211 'browser/content_settings/chrome_content_settings_client.cc', | 1213 'browser/content_settings/chrome_content_settings_client.cc', |
1212 'browser/content_settings/chrome_content_settings_client.h', | 1214 'browser/content_settings/chrome_content_settings_client.h', |
1213 'browser/content_settings/chrome_content_settings_utils.cc', | 1215 'browser/content_settings/chrome_content_settings_utils.cc', |
1214 'browser/content_settings/chrome_content_settings_utils.h', | 1216 'browser/content_settings/chrome_content_settings_utils.h', |
1215 'browser/content_settings/content_settings_usages_state.cc', | 1217 'browser/content_settings/content_settings_usages_state.cc', |
1216 'browser/content_settings/content_settings_usages_state.h', | 1218 'browser/content_settings/content_settings_usages_state.h', |
1217 'browser/content_settings/cookie_settings.cc', | 1219 'browser/content_settings/cookie_settings.cc', |
1218 'browser/content_settings/cookie_settings.h', | 1220 'browser/content_settings/cookie_settings.h', |
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2571 'chrome_browser_ssl_sources': [ | 2573 'chrome_browser_ssl_sources': [ |
2572 'browser/ssl/chrome_ssl_host_state_delegate.cc', | 2574 'browser/ssl/chrome_ssl_host_state_delegate.cc', |
2573 'browser/ssl/chrome_ssl_host_state_delegate.h', | 2575 'browser/ssl/chrome_ssl_host_state_delegate.h', |
2574 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', | 2576 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', |
2575 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', | 2577 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', |
2576 'browser/ssl/ssl_blocking_page.cc', | 2578 'browser/ssl/ssl_blocking_page.cc', |
2577 'browser/ssl/ssl_blocking_page.h', | 2579 'browser/ssl/ssl_blocking_page.h', |
2578 'browser/ssl/ssl_client_certificate_selector.h', | 2580 'browser/ssl/ssl_client_certificate_selector.h', |
2579 'browser/ssl/ssl_error_classification.cc', | 2581 'browser/ssl/ssl_error_classification.cc', |
2580 'browser/ssl/ssl_error_classification.h', | 2582 'browser/ssl/ssl_error_classification.h', |
| 2583 'browser/ssl/ssl_error_handler.cc', |
| 2584 'browser/ssl/ssl_error_handler.h', |
2581 'browser/ssl/ssl_error_info.cc', | 2585 'browser/ssl/ssl_error_info.cc', |
2582 'browser/ssl/ssl_error_info.h', | 2586 'browser/ssl/ssl_error_info.h', |
2583 ], | 2587 ], |
2584 'chrome_browser_supervised_user_sources': [ | 2588 'chrome_browser_supervised_user_sources': [ |
2585 'browser/supervised_user/child_accounts/child_account_service.cc', | 2589 'browser/supervised_user/child_accounts/child_account_service.cc', |
2586 'browser/supervised_user/child_accounts/child_account_service.h', | 2590 'browser/supervised_user/child_accounts/child_account_service.h', |
2587 'browser/supervised_user/child_accounts/child_account_service_android.cc', | 2591 'browser/supervised_user/child_accounts/child_account_service_android.cc', |
2588 'browser/supervised_user/child_accounts/child_account_service_android.h', | 2592 'browser/supervised_user/child_accounts/child_account_service_android.h', |
2589 'browser/supervised_user/child_accounts/child_account_service_factory.cc', | 2593 'browser/supervised_user/child_accounts/child_account_service_factory.cc', |
2590 'browser/supervised_user/child_accounts/child_account_service_factory.h', | 2594 'browser/supervised_user/child_accounts/child_account_service_factory.h', |
(...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3743 'variables': { | 3747 'variables': { |
3744 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3748 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3745 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3749 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3746 }, | 3750 }, |
3747 'includes': [ '../build/protoc.gypi' ] | 3751 'includes': [ '../build/protoc.gypi' ] |
3748 }, | 3752 }, |
3749 ], | 3753 ], |
3750 },], | 3754 },], |
3751 ], | 3755 ], |
3752 } | 3756 } |
OLD | NEW |