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

Side by Side Diff: content/content_browser.gypi

Issue 10696173: Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedders." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase number deux 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/web_contents/web_contents_view_android.cc ('k') | content/content_jni.gypi » ('j') | 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 12 matching lines...) Expand all
23 '../webkit/support/webkit_support.gyp:webkit_strings', 23 '../webkit/support/webkit_support.gyp:webkit_strings',
24 ], 24 ],
25 'include_dirs': [ 25 'include_dirs': [
26 '..', 26 '..',
27 '<(INTERMEDIATE_DIR)', 27 '<(INTERMEDIATE_DIR)',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'port/browser/render_view_host_delegate_view.h', 30 'port/browser/render_view_host_delegate_view.h',
31 'port/browser/render_widget_host_view_port.h', 31 'port/browser/render_widget_host_view_port.h',
32 'public/browser/access_token_store.h', 32 'public/browser/access_token_store.h',
33 'public/browser/android/content_view_core.h',
33 'public/browser/browser_accessibility_state.h', 34 'public/browser/browser_accessibility_state.h',
34 'public/browser/browser_child_process_host.h', 35 'public/browser/browser_child_process_host.h',
35 'public/browser/browser_child_process_host_delegate.cc', 36 'public/browser/browser_child_process_host_delegate.cc',
36 'public/browser/browser_child_process_host_delegate.h', 37 'public/browser/browser_child_process_host_delegate.h',
37 'public/browser/browser_child_process_host_iterator.cc', 38 'public/browser/browser_child_process_host_iterator.cc',
38 'public/browser/browser_child_process_host_iterator.h', 39 'public/browser/browser_child_process_host_iterator.h',
39 'public/browser/browser_context.h', 40 'public/browser/browser_context.h',
40 'public/browser/browser_main_parts.cc', 41 'public/browser/browser_main_parts.cc',
41 'public/browser/browser_main_parts.h', 42 'public/browser/browser_main_parts.h',
42 'public/browser/browser_main_runner.h', 43 'public/browser/browser_main_runner.h',
43 'public/browser/browser_message_filter.cc', 44 'public/browser/browser_message_filter.cc',
44 'public/browser/browser_message_filter.h', 45 'public/browser/browser_message_filter.h',
45 'public/browser/browser_shutdown.h', 46 'public/browser/browser_shutdown.h',
46 'public/browser/browser_url_handler.h', 47 'public/browser/browser_url_handler.h',
47 'public/browser/browser_thread.h', 48 'public/browser/browser_thread.h',
48 'public/browser/browser_thread_delegate.h', 49 'public/browser/browser_thread_delegate.h',
49 'public/browser/cert_store.h', 50 'public/browser/cert_store.h',
50 'public/browser/child_process_data.h', 51 'public/browser/child_process_data.h',
51 'public/browser/child_process_security_policy.h', 52 'public/browser/child_process_security_policy.h',
52 'public/browser/color_chooser.h', 53 'public/browser/color_chooser.h',
53 'public/browser/content_browser_client.cc', 54 'public/browser/content_browser_client.cc',
54 'public/browser/content_browser_client.h', 55 'public/browser/content_browser_client.h',
55 'public/browser/content_ipc_logging.h', 56 'public/browser/content_ipc_logging.h',
56 'public/browser/android/content_view.h',
57 'public/browser/devtools_agent_host_registry.h', 57 'public/browser/devtools_agent_host_registry.h',
58 'public/browser/devtools_client_host.h', 58 'public/browser/devtools_client_host.h',
59 'public/browser/download_danger_type.h', 59 'public/browser/download_danger_type.h',
60 'public/browser/download_id.h', 60 'public/browser/download_id.h',
61 'public/browser/devtools_frontend_host_delegate.h', 61 'public/browser/devtools_frontend_host_delegate.h',
62 'public/browser/devtools_http_handler.h', 62 'public/browser/devtools_http_handler.h',
63 'public/browser/devtools_http_handler_delegate.h', 63 'public/browser/devtools_http_handler_delegate.h',
64 'public/browser/devtools_manager.h', 64 'public/browser/devtools_manager.h',
65 'public/browser/dom_operation_notification_details.h', 65 'public/browser/dom_operation_notification_details.h',
66 'public/browser/dom_storage_context.h', 66 'public/browser/dom_storage_context.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'browser/android/browser_jni_registrar.cc', 191 'browser/android/browser_jni_registrar.cc',
192 'browser/android/browser_jni_registrar.h', 192 'browser/android/browser_jni_registrar.h',
193 'browser/android/content_settings.cc', 193 'browser/android/content_settings.cc',
194 'browser/android/content_settings.h', 194 'browser/android/content_settings.h',
195 'browser/android/content_startup_flags.cc', 195 'browser/android/content_startup_flags.cc',
196 'browser/android/content_startup_flags.h', 196 'browser/android/content_startup_flags.h',
197 'browser/android/content_util.cc', 197 'browser/android/content_util.cc',
198 'browser/android/content_util.h', 198 'browser/android/content_util.h',
199 'browser/android/content_view_client.cc', 199 'browser/android/content_view_client.cc',
200 'browser/android/content_view_client.h', 200 'browser/android/content_view_client.h',
201 'browser/android/content_view_impl.cc', 201 'browser/android/content_view_core_impl.cc',
202 'browser/android/content_view_impl.h', 202 'browser/android/content_view_core_impl.h',
203 'browser/android/download_controller.cc', 203 'browser/android/download_controller.cc',
204 'browser/android/download_controller.h', 204 'browser/android/download_controller.h',
205 'browser/android/ime_utils.cc', 205 'browser/android/ime_utils.cc',
206 'browser/android/ime_utils.h', 206 'browser/android/ime_utils.h',
207 'browser/android/sandboxed_process_launcher.cc', 207 'browser/android/sandboxed_process_launcher.cc',
208 'browser/android/sandboxed_process_launcher.h', 208 'browser/android/sandboxed_process_launcher.h',
209 'browser/android/touch_point.cc', 209 'browser/android/touch_point.cc',
210 'browser/android/touch_point.h', 210 'browser/android/touch_point.h',
211 'browser/appcache/appcache_dispatcher_host.cc', 211 'browser/appcache/appcache_dispatcher_host.cc',
212 'browser/appcache/appcache_dispatcher_host.h', 212 'browser/appcache/appcache_dispatcher_host.h',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 ], 979 ],
980 }], 980 }],
981 ['input_speech==0', { 981 ['input_speech==0', {
982 'sources/': [ 982 'sources/': [
983 ['exclude', '^browser/speech/'], 983 ['exclude', '^browser/speech/'],
984 ], 984 ],
985 }], 985 }],
986 ], 986 ],
987 } 987 }
988 988
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698