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

Side by Side Diff: chrome/chrome_browser.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/browser/resources/options/options_bundle.js ('k') | chrome/chrome_browser_ui.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 # 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 3405 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 ['os_posix == 1 and OS != "mac" and OS != "ios"', { 3416 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
3417 'sources': [ 3417 'sources': [
3418 'app/chrome_crash_reporter_client.cc', 3418 'app/chrome_crash_reporter_client.cc',
3419 'app/chrome_crash_reporter_client.h', 3419 'app/chrome_crash_reporter_client.h',
3420 ], 3420 ],
3421 'dependencies': [ 3421 'dependencies': [
3422 '../components/components.gyp:breakpad_host', 3422 '../components/components.gyp:breakpad_host',
3423 '../components/components.gyp:crash_component', 3423 '../components/components.gyp:crash_component',
3424 ], 3424 ],
3425 }], 3425 }],
3426 ['use_nss==1', { 3426 ['use_nss_certs==1', {
3427 'sources': [ '<@(chrome_browser_nss_sources)' ], 3427 'sources': [ '<@(chrome_browser_nss_sources)' ],
3428 'conditions': [ 3428 'conditions': [
3429 ['chromeos==1', { 3429 ['chromeos==1', {
3430 'sources!': [ 'browser/net/nss_context_linux.cc' ], 3430 'sources!': [ 'browser/net/nss_context_linux.cc' ],
3431 }, { # chromeos==0 3431 }, { # chromeos==0
3432 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], 3432 'sources!': [ 'browser/net/nss_context_chromeos.cc' ],
3433 }], 3433 }],
3434 ], 3434 ],
3435 }], 3435 }],
3436 ['notifications==1', { 3436 ['notifications==1', {
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
3846 'variables': { 3846 'variables': {
3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3847 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3849 }, 3849 },
3850 'includes': [ '../build/protoc.gypi' ] 3850 'includes': [ '../build/protoc.gypi' ]
3851 }, 3851 },
3852 ], 3852 ],
3853 },], 3853 },],
3854 ], 3854 ],
3855 } 3855 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698