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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 661241: Linux: implement Client SSL Certificate selection UI (Closed)
Patch Set: fix views and chromeos builds hopefully Created 10 years, 9 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/ssl/ssl_client_auth_handler_gtk.cc ('k') | chrome/common/chrome_switches.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 'browser/password_manager/password_store_win.cc', 2280 'browser/password_manager/password_store_win.cc',
2281 'browser/password_manager/password_store_win.h', 2281 'browser/password_manager/password_store_win.h',
2282 ], 2282 ],
2283 'sources': [ 2283 'sources': [
2284 'browser/crash_handler_host_linux.h', 2284 'browser/crash_handler_host_linux.h',
2285 'browser/net/ssl_config_service_manager_pref.cc', 2285 'browser/net/ssl_config_service_manager_pref.cc',
2286 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', 2286 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
2287 'third_party/mozilla_security_manager/nsNSSCertHelper.h', 2287 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
2288 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', 2288 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
2289 'third_party/mozilla_security_manager/nsNSSCertificate.h', 2289 'third_party/mozilla_security_manager/nsNSSCertificate.h',
2290 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
2291 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
2290 ], 2292 ],
2291 'conditions': [ 2293 'conditions': [
2292 ['linux_breakpad==1', { 2294 ['linux_breakpad==1', {
2293 'sources': [ 2295 'sources': [
2294 'app/breakpad_linux.cc', 2296 'app/breakpad_linux.cc',
2295 'app/breakpad_linux.h', 2297 'app/breakpad_linux.h',
2296 'browser/crash_handler_host_linux.cc', 2298 'browser/crash_handler_host_linux.cc',
2297 ], 2299 ],
2298 'dependencies': [ 2300 'dependencies': [
2299 '../breakpad/breakpad.gyp:breakpad_client', 2301 '../breakpad/breakpad.gyp:breakpad_client',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 ['include', '^browser/gtk/bookmark_manager_gtk.cc'], 2724 ['include', '^browser/gtk/bookmark_manager_gtk.cc'],
2723 ['include', '^browser/gtk/bookmark_manager_gtk.h'], 2725 ['include', '^browser/gtk/bookmark_manager_gtk.h'],
2724 ['include', '^browser/gtk/bookmark_tree_model.cc'], 2726 ['include', '^browser/gtk/bookmark_tree_model.cc'],
2725 ['include', '^browser/gtk/bookmark_tree_model.h'], 2727 ['include', '^browser/gtk/bookmark_tree_model.h'],
2726 ['include', '^browser/gtk/bookmark_utils_gtk.cc'], 2728 ['include', '^browser/gtk/bookmark_utils_gtk.cc'],
2727 ['include', '^browser/gtk/bookmark_utils_gtk.h'], 2729 ['include', '^browser/gtk/bookmark_utils_gtk.h'],
2728 ['include', '^browser/gtk/cairo_cached_surface.cc'], 2730 ['include', '^browser/gtk/cairo_cached_surface.cc'],
2729 ['include', '^browser/gtk/cairo_cached_surface.h'], 2731 ['include', '^browser/gtk/cairo_cached_surface.h'],
2730 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.cc'], 2732 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.cc'],
2731 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.h'], 2733 ['include', '^browser/gtk/clear_browsing_data_dialog_gtk.h'],
2734 ['include', '^browser/gtk/certificate_viewer.cc'],
2735 ['include', '^browser/gtk/certificate_viewer.h'],
2732 ['include', '^browser/gtk/constrained_window_gtk.cc'], 2736 ['include', '^browser/gtk/constrained_window_gtk.cc'],
2733 ['include', '^browser/gtk/constrained_window_gtk.h'], 2737 ['include', '^browser/gtk/constrained_window_gtk.h'],
2734 ['include', '^browser/gtk/download_started_animation_gtk.cc'], 2738 ['include', '^browser/gtk/download_started_animation_gtk.cc'],
2735 ['include', '^browser/gtk/edit_search_engine_dialog.cc'], 2739 ['include', '^browser/gtk/edit_search_engine_dialog.cc'],
2736 ['include', '^browser/gtk/edit_search_engine_dialog.h'], 2740 ['include', '^browser/gtk/edit_search_engine_dialog.h'],
2737 ['include', '^browser/gtk/first_run_dialog.cc'], 2741 ['include', '^browser/gtk/first_run_dialog.cc'],
2738 ['include', '^browser/gtk/first_run_dialog.h'], 2742 ['include', '^browser/gtk/first_run_dialog.h'],
2739 ['include', '^browser/gtk/focus_store_gtk.cc'], 2743 ['include', '^browser/gtk/focus_store_gtk.cc'],
2740 ['include', '^browser/gtk/focus_store_gtk.h'], 2744 ['include', '^browser/gtk/focus_store_gtk.h'],
2741 ['include', '^browser/gtk/gtk_chrome_button.cc'], 2745 ['include', '^browser/gtk/gtk_chrome_button.cc'],
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 ], 2872 ],
2869 }, 2873 },
2870 ], 2874 ],
2871 } 2875 }
2872 2876
2873 # Local Variables: 2877 # Local Variables:
2874 # tab-width:2 2878 # tab-width:2
2875 # indent-tabs-mode:nil 2879 # indent-tabs-mode:nil
2876 # End: 2880 # End:
2877 # vim: set expandtab tabstop=2 shiftwidth=2: 2881 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_client_auth_handler_gtk.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698