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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1117173004: Split cert reporter class into report building/serializing and sending (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move //c/b/ssl classes into global namespace Created 5 years, 7 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 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2739 # dependencies block below, rather than here. 2739 # dependencies block below, rather than here.
2740 'cert_logger_proto', 2740 'cert_logger_proto',
2741 'chrome_browser_ui_views.gyp:browser_ui_views', 2741 'chrome_browser_ui_views.gyp:browser_ui_views',
2742 'chrome_resources.gyp:chrome_extra_resources', 2742 'chrome_resources.gyp:chrome_extra_resources',
2743 'chrome_resources.gyp:chrome_resources', 2743 'chrome_resources.gyp:chrome_resources',
2744 'chrome_resources.gyp:chrome_strings', 2744 'chrome_resources.gyp:chrome_strings',
2745 'chrome_resources.gyp:platform_locale_settings', 2745 'chrome_resources.gyp:platform_locale_settings',
2746 'chrome_resources.gyp:theme_resources', 2746 'chrome_resources.gyp:theme_resources',
2747 'common', 2747 'common',
2748 'common_net', 2748 'common_net',
2749 'encrypted_cert_logger_proto',
2749 '../components/components.gyp:auto_login_parser', 2750 '../components/components.gyp:auto_login_parser',
2750 '../components/components.gyp:device_event_log_component', 2751 '../components/components.gyp:device_event_log_component',
2751 '../components/components.gyp:dom_distiller_core', 2752 '../components/components.gyp:dom_distiller_core',
2752 '../components/components.gyp:dom_distiller_webui', 2753 '../components/components.gyp:dom_distiller_webui',
2753 '../components/components.gyp:invalidation', 2754 '../components/components.gyp:invalidation',
2754 '../components/components.gyp:onc_component', 2755 '../components/components.gyp:onc_component',
2755 '../components/components.gyp:password_manager_core_browser', 2756 '../components/components.gyp:password_manager_core_browser',
2756 '../components/components.gyp:sync_driver', 2757 '../components/components.gyp:sync_driver',
2757 '../components/components.gyp:ui_zoom', 2758 '../components/components.gyp:ui_zoom',
2758 '../components/components.gyp:update_client', 2759 '../components/components.gyp:update_client',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
3192 ], 3193 ],
3193 'sources': [ 3194 'sources': [
3194 '<@(chrome_browser_ui_non_mobile_sources)', 3195 '<@(chrome_browser_ui_non_mobile_sources)',
3195 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3196 ], 3197 ],
3197 }], 3198 }],
3198 ], 3199 ],
3199 }, 3200 },
3200 ], 3201 ],
3201 } 3202 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698