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

Side by Side Diff: content/content_browser.gypi

Issue 9936002: Added code so renderer would cleanly exit. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed nits. Created 8 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
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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'browser/worker_host/worker_document_set.h', 695 'browser/worker_host/worker_document_set.h',
696 'browser/worker_host/worker_message_filter.cc', 696 'browser/worker_host/worker_message_filter.cc',
697 'browser/worker_host/worker_message_filter.h', 697 'browser/worker_host/worker_message_filter.h',
698 'browser/worker_host/worker_process_host.cc', 698 'browser/worker_host/worker_process_host.cc',
699 'browser/worker_host/worker_process_host.h', 699 'browser/worker_host/worker_process_host.h',
700 'browser/worker_host/worker_service_impl.cc', 700 'browser/worker_host/worker_service_impl.cc',
701 'browser/worker_host/worker_service_impl.h', 701 'browser/worker_host/worker_service_impl.h',
702 'browser/zygote_host_impl_linux.cc', 702 'browser/zygote_host_impl_linux.cc',
703 'browser/zygote_host_impl_linux.h', 703 'browser/zygote_host_impl_linux.h',
704 'browser/zygote_main_linux.cc', 704 'browser/zygote_main_linux.cc',
705 'common/chrome_switches.cc',
706 'common/chrome_switches.h',
705 # TODO: These should be moved to test_support (see below), but 707 # TODO: These should be moved to test_support (see below), but
706 # are currently used by production code in automation_provider.cc. 708 # are currently used by production code in automation_provider.cc.
707 'test/net/url_request_failed_job.cc', 709 'test/net/url_request_failed_job.cc',
708 'test/net/url_request_failed_job.h', 710 'test/net/url_request_failed_job.h',
709 'test/net/url_request_mock_http_job.cc', 711 'test/net/url_request_mock_http_job.cc',
710 'test/net/url_request_mock_http_job.h', 712 'test/net/url_request_mock_http_job.h',
711 'test/net/url_request_slow_download_job.cc', 713 'test/net/url_request_slow_download_job.cc',
712 'test/net/url_request_slow_download_job.h', 714 'test/net/url_request_slow_download_job.h',
713 'test/net/url_request_slow_http_job.cc', 715 'test/net/url_request_slow_http_job.cc',
714 'test/net/url_request_slow_http_job.h', 716 'test/net/url_request_slow_http_job.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 ], 895 ],
894 }], 896 }],
895 ['input_speech==0', { 897 ['input_speech==0', {
896 'sources/': [ 898 'sources/': [
897 ['exclude', '^browser/speech/'], 899 ['exclude', '^browser/speech/'],
898 ], 900 ],
899 }], 901 }],
900 ], 902 ],
901 } 903 }
902 904
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698