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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1085923002: Rename use_nss to use_nss_certs in gyp and grit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrapping Created 5 years, 8 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 ['chromeos == 0', { 2923 ['chromeos == 0', {
2924 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ], 2924 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ],
2925 }], 2925 }],
2926 ], 2926 ],
2927 }], 2927 }],
2928 ['ui_compositor_image_transport==1', { 2928 ['ui_compositor_image_transport==1', {
2929 'dependencies': [ 2929 'dependencies': [
2930 '../ui/gl/gl.gyp:gl', 2930 '../ui/gl/gl.gyp:gl',
2931 ], 2931 ],
2932 }], 2932 }],
2933 ['use_nss==1', { 2933 ['use_nss_certs==1', {
2934 'sources': [ '<@(chrome_browser_ui_nss_sources)' ], 2934 'sources': [ '<@(chrome_browser_ui_nss_sources)' ],
2935 }], 2935 }],
2936 ['enable_themes==0', { 2936 ['enable_themes==0', {
2937 'sources!': [ 2937 'sources!': [
2938 'browser/ui/webui/theme_source.cc', 2938 'browser/ui/webui/theme_source.cc',
2939 ], 2939 ],
2940 }], 2940 }],
2941 ['enable_print_preview==1', { 2941 ['enable_print_preview==1', {
2942 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], 2942 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ],
2943 }], 2943 }],
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 ], 3160 ],
3161 'sources': [ 3161 'sources': [
3162 '<@(chrome_browser_ui_non_mobile_sources)', 3162 '<@(chrome_browser_ui_non_mobile_sources)',
3163 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3163 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3164 ], 3164 ],
3165 }], 3165 }],
3166 ], 3166 ],
3167 }, 3167 },
3168 ], 3168 ],
3169 } 3169 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698