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

Side by Side Diff: content/content_browser.gypi

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years 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) 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 'dependencies': [ 6 'dependencies': [
7 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:http_server', 8 '../net/net.gyp:http_server',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'browser/browser_message_filter.cc', 81 'browser/browser_message_filter.cc',
82 'browser/browser_message_filter.h', 82 'browser/browser_message_filter.h',
83 'browser/browser_process_sub_thread.cc', 83 'browser/browser_process_sub_thread.cc',
84 'browser/browser_process_sub_thread.h', 84 'browser/browser_process_sub_thread.h',
85 'browser/browser_thread_impl.cc', 85 'browser/browser_thread_impl.cc',
86 'browser/browser_thread_impl.h', 86 'browser/browser_thread_impl.h',
87 'browser/browser_url_handler.cc', 87 'browser/browser_url_handler.cc',
88 'browser/browser_url_handler.h', 88 'browser/browser_url_handler.h',
89 'browser/browsing_instance.cc', 89 'browser/browsing_instance.cc',
90 'browser/browsing_instance.h', 90 'browser/browsing_instance.h',
91 'browser/browsing_instance_frame_id.cc',
92 'browser/browsing_instance_frame_id.h',
91 'browser/cancelable_request.cc', 93 'browser/cancelable_request.cc',
92 'browser/cancelable_request.h', 94 'browser/cancelable_request.h',
93 'browser/cert_store.cc', 95 'browser/cert_store.cc',
94 'browser/cert_store.h', 96 'browser/cert_store.h',
95 'browser/child_process_launcher.cc', 97 'browser/child_process_launcher.cc',
96 'browser/child_process_launcher.h', 98 'browser/child_process_launcher.h',
97 'browser/child_process_security_policy.cc', 99 'browser/child_process_security_policy.cc',
98 'browser/child_process_security_policy.h', 100 'browser/child_process_security_policy.h',
99 'browser/chrome_blob_storage_context.cc', 101 'browser/chrome_blob_storage_context.cc',
100 'browser/chrome_blob_storage_context.h', 102 'browser/chrome_blob_storage_context.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'browser/file_metadata_mac.h', 193 'browser/file_metadata_mac.h',
192 'browser/file_metadata_mac.mm', 194 'browser/file_metadata_mac.mm',
193 'browser/file_system/browser_file_system_helper.cc', 195 'browser/file_system/browser_file_system_helper.cc',
194 'browser/file_system/browser_file_system_helper.h', 196 'browser/file_system/browser_file_system_helper.h',
195 'browser/file_system/file_system_dispatcher_host.cc', 197 'browser/file_system/file_system_dispatcher_host.cc',
196 'browser/file_system/file_system_dispatcher_host.h', 198 'browser/file_system/file_system_dispatcher_host.h',
197 'browser/find_pasteboard.h', 199 'browser/find_pasteboard.h',
198 'browser/find_pasteboard.mm', 200 'browser/find_pasteboard.mm',
199 'browser/font_list_async.cc', 201 'browser/font_list_async.cc',
200 'browser/font_list_async.h', 202 'browser/font_list_async.h',
203 'browser/frame_mapper.cc',
204 'browser/frame_mapper.h',
201 'browser/gamepad/data_fetcher.h', 205 'browser/gamepad/data_fetcher.h',
202 'browser/gamepad/data_fetcher_win.cc', 206 'browser/gamepad/data_fetcher_win.cc',
203 'browser/gamepad/data_fetcher_win.h', 207 'browser/gamepad/data_fetcher_win.h',
204 'browser/gamepad/gamepad_provider.cc', 208 'browser/gamepad/gamepad_provider.cc',
205 'browser/gamepad/gamepad_provider.h', 209 'browser/gamepad/gamepad_provider.h',
206 'browser/geolocation/access_token_store.cc', 210 'browser/geolocation/access_token_store.cc',
207 'browser/geolocation/access_token_store.h', 211 'browser/geolocation/access_token_store.h',
208 'browser/geolocation/arbitrator_dependency_factory.cc', 212 'browser/geolocation/arbitrator_dependency_factory.cc',
209 'browser/geolocation/arbitrator_dependency_factory.h', 213 'browser/geolocation/arbitrator_dependency_factory.h',
210 'browser/geolocation/core_location_data_provider_mac.h', 214 'browser/geolocation/core_location_data_provider_mac.h',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'ENABLE_JAVA_BRIDGE', 783 'ENABLE_JAVA_BRIDGE',
780 ], 784 ],
781 }, { 785 }, {
782 'sources/': [ 786 'sources/': [
783 ['exclude', '^browser/renderer_host/java/'], 787 ['exclude', '^browser/renderer_host/java/'],
784 ], 788 ],
785 }], 789 }],
786 ], 790 ],
787 } 791 }
788 792
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698