Chromium Code Reviews| 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 # 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 2793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2804 'chrome_browser_ui_nss_sources': [ | 2804 'chrome_browser_ui_nss_sources': [ |
| 2805 'browser/ui/crypto_module_delegate_nss.cc', | 2805 'browser/ui/crypto_module_delegate_nss.cc', |
| 2806 'browser/ui/crypto_module_delegate_nss.h', | 2806 'browser/ui/crypto_module_delegate_nss.h', |
| 2807 'browser/ui/crypto_module_password_dialog_nss.cc', | 2807 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 2808 'browser/ui/crypto_module_password_dialog_nss.h', | 2808 'browser/ui/crypto_module_password_dialog_nss.h', |
| 2809 'browser/ui/webui/options/certificate_manager_handler.cc', | 2809 'browser/ui/webui/options/certificate_manager_handler.cc', |
| 2810 'browser/ui/webui/options/certificate_manager_handler.h', | 2810 'browser/ui/webui/options/certificate_manager_handler.h', |
| 2811 'browser/ui/webui/settings/certificates_handler.cc', | 2811 'browser/ui/webui/settings/certificates_handler.cc', |
| 2812 'browser/ui/webui/settings/certificates_handler.h', | 2812 'browser/ui/webui/settings/certificates_handler.h', |
| 2813 ], | 2813 ], |
| 2814 'chrome_browser_ui_non_nss_sources': [ | |
|
Dan Beam
2016/03/31 00:20:57
nit: chrome_browser_ui_native_certificates_sources
dpapad
2016/03/31 01:15:03
I prefer the "non_nss_sources" over "native_certif
| |
| 2815 'browser/ui/webui/settings/native_certificates_handler.cc', | |
| 2816 'browser/ui/webui/settings/native_certificates_handler.h', | |
| 2817 ], | |
| 2814 'chrome_browser_ui_omnibox_non_mobile_sources': [ | 2818 'chrome_browser_ui_omnibox_non_mobile_sources': [ |
| 2815 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 2819 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
| 2816 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 2820 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
| 2817 'browser/ui/omnibox/chrome_omnibox_client.cc', | 2821 'browser/ui/omnibox/chrome_omnibox_client.cc', |
| 2818 'browser/ui/omnibox/chrome_omnibox_client.h', | 2822 'browser/ui/omnibox/chrome_omnibox_client.h', |
| 2819 'browser/ui/omnibox/chrome_omnibox_edit_controller.cc', | 2823 'browser/ui/omnibox/chrome_omnibox_edit_controller.cc', |
| 2820 'browser/ui/omnibox/chrome_omnibox_edit_controller.h', | 2824 'browser/ui/omnibox/chrome_omnibox_edit_controller.h', |
| 2821 'browser/ui/omnibox/chrome_omnibox_navigation_observer.cc', | 2825 'browser/ui/omnibox/chrome_omnibox_navigation_observer.cc', |
| 2822 'browser/ui/omnibox/chrome_omnibox_navigation_observer.h', | 2826 'browser/ui/omnibox/chrome_omnibox_navigation_observer.h', |
| 2823 'browser/ui/omnibox/clipboard_utils.cc', | 2827 'browser/ui/omnibox/clipboard_utils.cc', |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3121 ], | 3125 ], |
| 3122 }], | 3126 }], |
| 3123 ['ui_compositor_image_transport==1', { | 3127 ['ui_compositor_image_transport==1', { |
| 3124 'dependencies': [ | 3128 'dependencies': [ |
| 3125 '../ui/gl/gl.gyp:gl', | 3129 '../ui/gl/gl.gyp:gl', |
| 3126 ], | 3130 ], |
| 3127 }], | 3131 }], |
| 3128 ['use_nss_certs==1', { | 3132 ['use_nss_certs==1', { |
| 3129 'sources': [ '<@(chrome_browser_ui_nss_sources)' ], | 3133 'sources': [ '<@(chrome_browser_ui_nss_sources)' ], |
| 3130 }], | 3134 }], |
| 3135 ['use_nss_certs==0 and (OS=="win" or OS=="mac")', { | |
| 3136 'sources': [ '<@(chrome_browser_ui_non_nss_sources)' ], | |
| 3137 }], | |
| 3131 ['enable_themes==0', { | 3138 ['enable_themes==0', { |
| 3132 'sources!': [ | 3139 'sources!': [ |
| 3133 'browser/ui/webui/theme_source.cc', | 3140 'browser/ui/webui/theme_source.cc', |
| 3134 ], | 3141 ], |
| 3135 }], | 3142 }], |
| 3136 ['enable_print_preview==1', { | 3143 ['enable_print_preview==1', { |
| 3137 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], | 3144 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], |
| 3138 }], | 3145 }], |
| 3139 ['OS=="android"', { | 3146 ['OS=="android"', { |
| 3140 'dependencies': [ | 3147 'dependencies': [ |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3373 ], | 3380 ], |
| 3374 'sources': [ | 3381 'sources': [ |
| 3375 '<@(chrome_browser_ui_non_mobile_sources)', | 3382 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3383 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3377 ], | 3384 ], |
| 3378 }], | 3385 }], |
| 3379 ], | 3386 ], |
| 3380 }, | 3387 }, |
| 3381 ], | 3388 ], |
| 3382 } | 3389 } |
| OLD | NEW |