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

Side by Side Diff: content/content_browser.gypi

Issue 7232003: Move MachBroker to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/mach_broker_mac_unittest.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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'browser/in_process_webkit/session_storage_namespace.cc', 169 'browser/in_process_webkit/session_storage_namespace.cc',
170 'browser/in_process_webkit/session_storage_namespace.h', 170 'browser/in_process_webkit/session_storage_namespace.h',
171 'browser/in_process_webkit/webkit_context.cc', 171 'browser/in_process_webkit/webkit_context.cc',
172 'browser/in_process_webkit/webkit_context.h', 172 'browser/in_process_webkit/webkit_context.h',
173 'browser/in_process_webkit/webkit_thread.cc', 173 'browser/in_process_webkit/webkit_thread.cc',
174 'browser/in_process_webkit/webkit_thread.h', 174 'browser/in_process_webkit/webkit_thread.h',
175 'browser/javascript_dialogs.h', 175 'browser/javascript_dialogs.h',
176 'browser/load_from_memory_cache_details.cc', 176 'browser/load_from_memory_cache_details.cc',
177 'browser/load_from_memory_cache_details.h', 177 'browser/load_from_memory_cache_details.h',
178 'browser/load_notification_details.h', 178 'browser/load_notification_details.h',
179 'browser/mach_broker_mac.cc',
180 'browser/mach_broker_mac.h',
179 'browser/mime_registry_message_filter.cc', 181 'browser/mime_registry_message_filter.cc',
180 'browser/mime_registry_message_filter.h', 182 'browser/mime_registry_message_filter.h',
181 # TODO: These should be moved to test_support (see below), but 183 # TODO: These should be moved to test_support (see below), but
182 # are currently used by production code in automation_provider.cc. 184 # are currently used by production code in automation_provider.cc.
183 'browser/net/url_request_failed_dns_job.cc', 185 'browser/net/url_request_failed_dns_job.cc',
184 'browser/net/url_request_failed_dns_job.h', 186 'browser/net/url_request_failed_dns_job.h',
185 'browser/net/url_request_mock_http_job.cc', 187 'browser/net/url_request_mock_http_job.cc',
186 'browser/net/url_request_mock_http_job.h', 188 'browser/net/url_request_mock_http_job.h',
187 'browser/net/url_request_slow_download_job.cc', 189 'browser/net/url_request_slow_download_job.cc',
188 'browser/net/url_request_slow_download_job.h', 190 'browser/net/url_request_slow_download_job.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'mac_bundle_resources': [ 445 'mac_bundle_resources': [
444 'browser/gpu.sb', 446 'browser/gpu.sb',
445 'browser/worker.sb', 447 'browser/worker.sb',
446 ], 448 ],
447 }, 449 },
448 }], 450 }],
449 ], 451 ],
450 }, 452 },
451 ], 453 ],
452 } 454 }
OLDNEW
« no previous file with comments | « content/browser/mach_broker_mac_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698