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

Side by Side Diff: content/content_browser.gypi

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: certdb: handle GetCertTrust and IsUntrusted, failed attempt to handle SetCertTrust Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'public/browser/navigation_details.h', 127 'public/browser/navigation_details.h',
128 'public/browser/navigation_entry.h', 128 'public/browser/navigation_entry.h',
129 'public/browser/navigation_type.h', 129 'public/browser/navigation_type.h',
130 'public/browser/notification_details.h', 130 'public/browser/notification_details.h',
131 'public/browser/notification_observer.h', 131 'public/browser/notification_observer.h',
132 'public/browser/notification_registrar.cc', 132 'public/browser/notification_registrar.cc',
133 'public/browser/notification_registrar.h', 133 'public/browser/notification_registrar.h',
134 'public/browser/notification_service.h', 134 'public/browser/notification_service.h',
135 'public/browser/notification_source.h', 135 'public/browser/notification_source.h',
136 'public/browser/notification_types.h', 136 'public/browser/notification_types.h',
137 'public/browser/nss_context.h',
137 'public/browser/overscroll_configuration.h', 138 'public/browser/overscroll_configuration.h',
138 'public/browser/page_navigator.cc', 139 'public/browser/page_navigator.cc',
139 'public/browser/page_navigator.h', 140 'public/browser/page_navigator.h',
140 'public/browser/pepper_flash_settings_helper.h', 141 'public/browser/pepper_flash_settings_helper.h',
141 'public/browser/plugin_data_remover.h', 142 'public/browser/plugin_data_remover.h',
142 'public/browser/plugin_service.h', 143 'public/browser/plugin_service.h',
143 'public/browser/plugin_service_filter.h', 144 'public/browser/plugin_service_filter.h',
144 'public/browser/power_save_blocker.h', 145 'public/browser/power_save_blocker.h',
145 'public/browser/profiler_controller.h', 146 'public/browser/profiler_controller.h',
146 'public/browser/profiler_subscriber.h', 147 'public/browser/profiler_subscriber.h',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'browser/message_port_service.cc', 727 'browser/message_port_service.cc',
727 'browser/message_port_service.h', 728 'browser/message_port_service.h',
728 'browser/mime_registry_message_filter.cc', 729 'browser/mime_registry_message_filter.cc',
729 'browser/mime_registry_message_filter.h', 730 'browser/mime_registry_message_filter.h',
730 'browser/service_worker/service_worker_dispatcher_host.h', 731 'browser/service_worker/service_worker_dispatcher_host.h',
731 'browser/service_worker/service_worker_dispatcher_host.cc', 732 'browser/service_worker/service_worker_dispatcher_host.cc',
732 'browser/service_worker/service_worker_context.h', 733 'browser/service_worker/service_worker_context.h',
733 'browser/service_worker/service_worker_context.cc', 734 'browser/service_worker/service_worker_context.cc',
734 'browser/net/browser_online_state_observer.cc', 735 'browser/net/browser_online_state_observer.cc',
735 'browser/net/browser_online_state_observer.h', 736 'browser/net/browser_online_state_observer.h',
737 'browser/net/keygen_handler.cc',
738 'browser/net/keygen_handler.h',
739 'browser/net/nss_context.cc',
736 'browser/net/sqlite_persistent_cookie_store.cc', 740 'browser/net/sqlite_persistent_cookie_store.cc',
737 'browser/net/sqlite_persistent_cookie_store.h', 741 'browser/net/sqlite_persistent_cookie_store.h',
738 'browser/net/view_blob_internals_job_factory.cc', 742 'browser/net/view_blob_internals_job_factory.cc',
739 'browser/net/view_blob_internals_job_factory.h', 743 'browser/net/view_blob_internals_job_factory.h',
740 'browser/net/view_http_cache_job_factory.cc', 744 'browser/net/view_http_cache_job_factory.cc',
741 'browser/net/view_http_cache_job_factory.h', 745 'browser/net/view_http_cache_job_factory.h',
742 'browser/notification_service_impl.cc', 746 'browser/notification_service_impl.cc',
743 'browser/notification_service_impl.h', 747 'browser/notification_service_impl.h',
744 'browser/pepper_flash_settings_helper_impl.cc', 748 'browser/pepper_flash_settings_helper_impl.cc',
745 'browser/pepper_flash_settings_helper_impl.h', 749 'browser/pepper_flash_settings_helper_impl.h',
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 '../sandbox/sandbox.gyp:libc_urandom_override', 1388 '../sandbox/sandbox.gyp:libc_urandom_override',
1385 ], 1389 ],
1386 }], 1390 }],
1387 ['OS=="linux" and use_aura==1', { 1391 ['OS=="linux" and use_aura==1', {
1388 'dependencies': [ 1392 'dependencies': [
1389 '../build/linux/system.gyp:dbus', 1393 '../build/linux/system.gyp:dbus',
1390 '../build/linux/system.gyp:fontconfig', 1394 '../build/linux/system.gyp:fontconfig',
1391 '../dbus/dbus.gyp:dbus', 1395 '../dbus/dbus.gyp:dbus',
1392 ], 1396 ],
1393 }], 1397 }],
1398 ['use_nss==0', {
1399 'sources!': [
1400 'browser/net/nss_context.cc',
1401 ],
1402 }],
1394 ['use_x11==1', { 1403 ['use_x11==1', {
1395 'dependencies': [ 1404 'dependencies': [
1396 '../build/linux/system.gyp:x11', 1405 '../build/linux/system.gyp:x11',
1397 ], 1406 ],
1398 }], 1407 }],
1399 ['use_pango==1', { 1408 ['use_pango==1', {
1400 'dependencies': [ 1409 'dependencies': [
1401 '../build/linux/system.gyp:pangocairo', 1410 '../build/linux/system.gyp:pangocairo',
1402 ], 1411 ],
1403 }], 1412 }],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1562 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1554 ], 1563 ],
1555 }, { # input_speech==1 1564 }, { # input_speech==1
1556 'dependencies': [ 1565 'dependencies': [
1557 '../third_party/flac/flac.gyp:libflac', 1566 '../third_party/flac/flac.gyp:libflac',
1558 '../third_party/speex/speex.gyp:libspeex', 1567 '../third_party/speex/speex.gyp:libspeex',
1559 ], 1568 ],
1560 }], 1569 }],
1561 ], 1570 ],
1562 } 1571 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/public/browser/nss_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698