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

Side by Side Diff: content/content_browser.gypi

Issue 7096016: Remove JS dialog dependency from content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: now a tc delegate 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
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'browser/in_process_webkit/indexed_db_key_utility_client.cc', 158 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
159 'browser/in_process_webkit/indexed_db_key_utility_client.h', 159 'browser/in_process_webkit/indexed_db_key_utility_client.h',
160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
162 'browser/in_process_webkit/session_storage_namespace.cc', 162 'browser/in_process_webkit/session_storage_namespace.cc',
163 'browser/in_process_webkit/session_storage_namespace.h', 163 'browser/in_process_webkit/session_storage_namespace.h',
164 'browser/in_process_webkit/webkit_context.cc', 164 'browser/in_process_webkit/webkit_context.cc',
165 'browser/in_process_webkit/webkit_context.h', 165 'browser/in_process_webkit/webkit_context.h',
166 'browser/in_process_webkit/webkit_thread.cc', 166 'browser/in_process_webkit/webkit_thread.cc',
167 'browser/in_process_webkit/webkit_thread.h', 167 'browser/in_process_webkit/webkit_thread.h',
168 'browser/javascript_dialogs.h',
168 'browser/load_notification_details.h', 169 'browser/load_notification_details.h',
169 'browser/media_stream/media_stream_provider.cc', 170 'browser/media_stream/media_stream_provider.cc',
170 'browser/media_stream/media_stream_provider.h', 171 'browser/media_stream/media_stream_provider.h',
171 'browser/media_stream/video_capture_manager.cc', 172 'browser/media_stream/video_capture_manager.cc',
172 'browser/media_stream/video_capture_manager.h', 173 'browser/media_stream/video_capture_manager.h',
173 'browser/mime_registry_message_filter.cc', 174 'browser/mime_registry_message_filter.cc',
174 'browser/mime_registry_message_filter.h', 175 'browser/mime_registry_message_filter.h',
175 'browser/ppapi_plugin_process_host.cc', 176 'browser/ppapi_plugin_process_host.cc',
176 'browser/ppapi_plugin_process_host.h', 177 'browser/ppapi_plugin_process_host.h',
177 'browser/ppapi_broker_process_host.cc', 178 'browser/ppapi_broker_process_host.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'mac_bundle_resources': [ 403 'mac_bundle_resources': [
403 'browser/gpu.sb', 404 'browser/gpu.sb',
404 'browser/worker.sb', 405 'browser/worker.sb',
405 ], 406 ],
406 }, 407 },
407 }], 408 }],
408 ], 409 ],
409 }, 410 },
410 ], 411 ],
411 } 412 }
OLDNEW
« content/browser/javascript_dialogs.h ('K') | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698