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

Side by Side Diff: content/content_browser.gypi

Issue 6538111: Move the rest of the core files in chrome\browser to content\browser.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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_main_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) 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': 'content_browser', 8 'target_name': 'content_browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 28 matching lines...) Expand all
39 'browser/child_process_launcher.cc', 39 'browser/child_process_launcher.cc',
40 'browser/child_process_launcher.h', 40 'browser/child_process_launcher.h',
41 'browser/child_process_security_policy.cc', 41 'browser/child_process_security_policy.cc',
42 'browser/child_process_security_policy.h', 42 'browser/child_process_security_policy.h',
43 'browser/chrome_blob_storage_context.cc', 43 'browser/chrome_blob_storage_context.cc',
44 'browser/chrome_blob_storage_context.h', 44 'browser/chrome_blob_storage_context.h',
45 'browser/cross_site_request_manager.cc', 45 'browser/cross_site_request_manager.cc',
46 'browser/cross_site_request_manager.h', 46 'browser/cross_site_request_manager.h',
47 'browser/disposition_utils.cc', 47 'browser/disposition_utils.cc',
48 'browser/disposition_utils.h', 48 'browser/disposition_utils.h',
49 'browser/gpu_blacklist.cc',
50 'browser/gpu_blacklist.h',
51 'browser/gpu_process_host.cc',
52 'browser/gpu_process_host.h',
53 'browser/host_zoom_map.cc',
54 'browser/host_zoom_map.h',
55 'browser/mime_registry_message_filter.cc',
56 'browser/mime_registry_message_filter.h',
57 'browser/modal_html_dialog_delegate.cc',
58 'browser/modal_html_dialog_delegate.h',
59 'browser/ppapi_plugin_process_host.cc',
60 'browser/ppapi_plugin_process_host.h',
61 'browser/plugin_process_host.cc',
62 'browser/plugin_process_host.h',
63 'browser/plugin_process_host_mac.cc',
64 'browser/plugin_service.cc',
65 'browser/plugin_service.h',
49 'browser/renderer_host/accelerated_surface_container_mac.cc', 66 'browser/renderer_host/accelerated_surface_container_mac.cc',
50 'browser/renderer_host/accelerated_surface_container_mac.h', 67 'browser/renderer_host/accelerated_surface_container_mac.h',
51 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', 68 'browser/renderer_host/accelerated_surface_container_manager_mac.cc',
52 'browser/renderer_host/accelerated_surface_container_manager_mac.h', 69 'browser/renderer_host/accelerated_surface_container_manager_mac.h',
53 'browser/renderer_host/async_resource_handler.cc', 70 'browser/renderer_host/async_resource_handler.cc',
54 'browser/renderer_host/async_resource_handler.h', 71 'browser/renderer_host/async_resource_handler.h',
55 'browser/renderer_host/audio_renderer_host.cc', 72 'browser/renderer_host/audio_renderer_host.cc',
56 'browser/renderer_host/audio_renderer_host.h', 73 'browser/renderer_host/audio_renderer_host.h',
57 'browser/renderer_host/audio_sync_reader.cc', 74 'browser/renderer_host/audio_sync_reader.cc',
58 'browser/renderer_host/audio_sync_reader.h', 75 'browser/renderer_host/audio_sync_reader.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'browser/tab_contents/render_view_host_manager.cc', 166 'browser/tab_contents/render_view_host_manager.cc',
150 'browser/tab_contents/render_view_host_manager.h', 167 'browser/tab_contents/render_view_host_manager.h',
151 'browser/tab_contents/tab_contents.cc', 168 'browser/tab_contents/tab_contents.cc',
152 'browser/tab_contents/tab_contents.h', 169 'browser/tab_contents/tab_contents.h',
153 'browser/tab_contents/tab_contents_delegate.cc', 170 'browser/tab_contents/tab_contents_delegate.cc',
154 'browser/tab_contents/tab_contents_delegate.h', 171 'browser/tab_contents/tab_contents_delegate.h',
155 'browser/tab_contents/tab_contents_observer.cc', 172 'browser/tab_contents/tab_contents_observer.cc',
156 'browser/tab_contents/tab_contents_observer.h', 173 'browser/tab_contents/tab_contents_observer.h',
157 'browser/tab_contents/tab_contents_view.cc', 174 'browser/tab_contents/tab_contents_view.cc',
158 'browser/tab_contents/tab_contents_view.h', 175 'browser/tab_contents/tab_contents_view.h',
176 'browser/zygote_host_linux.cc',
177 'browser/zygote_host_linux.h',
178 'browser/zygote_main_linux.cc',
159 ], 179 ],
160 'conditions': [ 180 'conditions': [
161 ['OS=="win"', { 181 ['OS=="win"', {
162 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', 182 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442',
163 }], 183 }],
164 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 184 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
165 'dependencies': [ 185 'dependencies': [
166 # For FcLangSetAdd call in render_sandbox_host_linux.cc 186 # For FcLangSetAdd call in render_sandbox_host_linux.cc
167 '../build/linux/system.gyp:fontconfig', 187 '../build/linux/system.gyp:fontconfig',
168 '../build/linux/system.gyp:gtk', 188 '../build/linux/system.gyp:gtk',
169 # For XShm* in backing_store_x.cc 189 # For XShm* in backing_store_x.cc
170 '../build/linux/system.gyp:x11', 190 '../build/linux/system.gyp:x11',
171 ], 191 ],
172 }], 192 }],
173 ['OS!="linux"', { 193 ['OS!="linux"', {
174 'sources!': [ 194 'sources!': [
175 # TODO(mattm): Cert manager stuff is really !USE_NSS. 195 # TODO(mattm): Cert manager stuff is really !USE_NSS.
176 'browser/certificate_manager_model.cc', 196 'browser/certificate_manager_model.cc',
177 'browser/certificate_manager_model.h', 197 'browser/certificate_manager_model.h',
178 ], 198 ],
179 }], 199 }],
200 ['OS=="mac"', {
201 'link_settings': {
202 'mac_bundle_resources': [
203 'browser/gpu.sb',
204 'browser/worker.sb',
205 ],
206 },
207 }],
180 ], 208 ],
181 }, 209 },
182 ], 210 ],
183 } 211 }
OLDNEW
« no previous file with comments | « content/browser/zygote_main_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698