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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8403043: Omit WebUI SSL Client Cert selector in Windows and Mac builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved exclusions Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 4275 matching lines...) Expand 10 before | Expand all | Expand 10 after
4286 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', 4286 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
4287 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', 4287 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
4288 ], 4288 ],
4289 }], 4289 }],
4290 ['use_nss==0 and use_openssl==0', { 4290 ['use_nss==0 and use_openssl==0', {
4291 'sources!': [ 4291 'sources!': [
4292 'browser/certificate_manager_model.cc', 4292 'browser/certificate_manager_model.cc',
4293 'browser/certificate_manager_model.h', 4293 'browser/certificate_manager_model.h',
4294 'browser/ui/webui/options/certificate_manager_handler.cc', 4294 'browser/ui/webui/options/certificate_manager_handler.cc',
4295 'browser/ui/webui/options/certificate_manager_handler.h', 4295 'browser/ui/webui/options/certificate_manager_handler.h',
4296 'browser/ui/webui/ssl_client_certificate_selector_webui.cc',
4297 'browser/ui/webui/ssl_client_certificate_selector_webui.h',
4296 ], 4298 ],
4297 }], 4299 }],
4298 ['toolkit_uses_gtk == 1', { 4300 ['toolkit_uses_gtk == 1', {
4299 'dependencies': [ 4301 'dependencies': [
4300 '../build/linux/system.gyp:dbus', 4302 '../build/linux/system.gyp:dbus',
4301 '../build/linux/system.gyp:gconf', 4303 '../build/linux/system.gyp:gconf',
4302 '../build/linux/system.gyp:gtk', 4304 '../build/linux/system.gyp:gtk',
4303 '../build/linux/system.gyp:gtkprint', 4305 '../build/linux/system.gyp:gtkprint',
4304 '../build/linux/system.gyp:ssl', 4306 '../build/linux/system.gyp:ssl',
4305 '../build/linux/system.gyp:x11', 4307 '../build/linux/system.gyp:x11',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
5218 'type': 'static_library', 5220 'type': 'static_library',
5219 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5221 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5220 'variables': { 5222 'variables': {
5221 'proto_in_dir': 'browser/history', 5223 'proto_in_dir': 'browser/history',
5222 'proto_out_dir': 'chrome/browser/history', 5224 'proto_out_dir': 'chrome/browser/history',
5223 }, 5225 },
5224 'includes': [ '../build/protoc.gypi' ] 5226 'includes': [ '../build/protoc.gypi' ]
5225 }, 5227 },
5226 ], 5228 ],
5227 } 5229 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698