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

Side by Side Diff: content/content_browser.gypi

Issue 10806076: Move ZygoteHost implementation to content/browser/zygote_host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add an empty line to the OWNERS file Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/zygote_host_impl_linux.cc ('k') | 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) 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'browser/worker_host/message_port_service.cc', 781 'browser/worker_host/message_port_service.cc',
782 'browser/worker_host/message_port_service.h', 782 'browser/worker_host/message_port_service.h',
783 'browser/worker_host/worker_document_set.cc', 783 'browser/worker_host/worker_document_set.cc',
784 'browser/worker_host/worker_document_set.h', 784 'browser/worker_host/worker_document_set.h',
785 'browser/worker_host/worker_message_filter.cc', 785 'browser/worker_host/worker_message_filter.cc',
786 'browser/worker_host/worker_message_filter.h', 786 'browser/worker_host/worker_message_filter.h',
787 'browser/worker_host/worker_process_host.cc', 787 'browser/worker_host/worker_process_host.cc',
788 'browser/worker_host/worker_process_host.h', 788 'browser/worker_host/worker_process_host.h',
789 'browser/worker_host/worker_service_impl.cc', 789 'browser/worker_host/worker_service_impl.cc',
790 'browser/worker_host/worker_service_impl.h', 790 'browser/worker_host/worker_service_impl.h',
791 'browser/zygote_host_impl_linux.cc', 791 'browser/zygote_host/zygote_host_impl_linux.cc',
792 'browser/zygote_host_impl_linux.h', 792 'browser/zygote_host/zygote_host_impl_linux.h',
793 'zygote/zygote_linux.cc', 793 'zygote/zygote_linux.cc',
794 'zygote/zygote_linux.h', 794 'zygote/zygote_linux.h',
795 'zygote/zygote_main_linux.cc', 795 'zygote/zygote_main_linux.cc',
796 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 796 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
797 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 797 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
798 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 798 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
799 ], 799 ],
800 'conditions': [ 800 'conditions': [
801 ['OS!="win" and OS!="mac" and OS!="linux"', { 801 ['OS!="win" and OS!="mac" and OS!="linux"', {
802 'sources': [ 802 'sources': [
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 ['exclude', '^browser/renderer_host/java/'], 984 ['exclude', '^browser/renderer_host/java/'],
985 ], 985 ],
986 }], 986 }],
987 ['input_speech==0', { 987 ['input_speech==0', {
988 'sources/': [ 988 'sources/': [
989 ['exclude', '^browser/speech/'], 989 ['exclude', '^browser/speech/'],
990 ], 990 ],
991 }], 991 }],
992 ], 992 ],
993 } 993 }
OLDNEW
« no previous file with comments | « content/browser/zygote_host_impl_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698