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

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: 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 4512 matching lines...) Expand 10 before | Expand all | Expand 10 after
4523 'browser/ui/views/native_constrained_window_views.cc', 4523 'browser/ui/views/native_constrained_window_views.cc',
4524 'browser/ui/views/select_file_dialog.cc', 4524 'browser/ui/views/select_file_dialog.cc',
4525 'browser/ui/views/simple_message_box_views.cc', 4525 'browser/ui/views/simple_message_box_views.cc',
4526 'browser/ui/views/simple_message_box_views.h', 4526 'browser/ui/views/simple_message_box_views.h',
4527 'browser/ui/webui/collected_cookies_ui_delegate.cc', 4527 'browser/ui/webui/collected_cookies_ui_delegate.cc',
4528 'browser/ui/webui/collected_cookies_ui_delegate.h', 4528 'browser/ui/webui/collected_cookies_ui_delegate.h',
4529 'browser/ui/webui/cookies_tree_model_adapter.cc', 4529 'browser/ui/webui/cookies_tree_model_adapter.cc',
4530 'browser/ui/webui/cookies_tree_model_adapter.h', 4530 'browser/ui/webui/cookies_tree_model_adapter.h',
4531 'browser/ui/webui/repost_form_warning_ui.cc', 4531 'browser/ui/webui/repost_form_warning_ui.cc',
4532 'browser/ui/webui/repost_form_warning_ui.h', 4532 'browser/ui/webui/repost_form_warning_ui.h',
4533 'browser/ui/webui/ssl_client_certificate_selector_webui.cc',
grt (UTC plus 2) 2011/10/27 15:47:21 is this better off in the "use_nss==0 and use_open
wyck 2011/10/27 16:16:34 Yes.
4534 'browser/ui/webui/ssl_client_certificate_selector_webui.h',
4533 ], 4535 ],
4534 'conditions': [ 4536 'conditions': [
4535 ['win_use_allocator_shim==1', { 4537 ['win_use_allocator_shim==1', {
4536 'dependencies': [ 4538 'dependencies': [
4537 '<(allocator_target)', 4539 '<(allocator_target)',
4538 ], 4540 ],
4539 }], 4541 }],
4540 ], 4542 ],
4541 }, { # 'OS!="win" 4543 }, { # 'OS!="win"
4542 'sources/': [ 4544 'sources/': [
(...skipping 675 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