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

Side by Side Diff: content/content_browser.gypi

Issue 261383002: Remove content/port directory and move the 3 remaining interfaces to content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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/vibration/vibration_provider_android.h ('k') | content/port/browser/DEPS » ('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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 20 matching lines...) Expand all
31 # The public content API headers directly include Blink API headers, so we 31 # The public content API headers directly include Blink API headers, so we
32 # have to export the blink header settings so that relative paths in these 32 # have to export the blink header settings so that relative paths in these
33 # headers resolve correctly. 33 # headers resolve correctly.
34 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 34 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
35 ], 35 ],
36 'include_dirs': [ 36 'include_dirs': [
37 '..', 37 '..',
38 '<(INTERMEDIATE_DIR)', 38 '<(INTERMEDIATE_DIR)',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 'port/browser/location_provider.h',
42 'port/browser/vibration_provider.h',
43 'public/browser/access_token_store.h', 41 'public/browser/access_token_store.h',
44 'public/browser/android/compositor.h', 42 'public/browser/android/compositor.h',
45 'public/browser/android/compositor_client.h', 43 'public/browser/android/compositor_client.h',
46 'public/browser/android/content_view_core.h', 44 'public/browser/android/content_view_core.h',
47 'public/browser/android/content_view_layer_renderer.h', 45 'public/browser/android/content_view_layer_renderer.h',
48 'public/browser/android/devtools_auth.h', 46 'public/browser/android/devtools_auth.h',
49 'public/browser/android/download_controller_android.h', 47 'public/browser/android/download_controller_android.h',
50 'public/browser/android/external_video_surface_container.h', 48 'public/browser/android/external_video_surface_container.h',
51 'public/browser/android/layer_tree_build_helper.h', 49 'public/browser/android/layer_tree_build_helper.h',
52 'public/browser/android/synchronous_compositor_client.h', 50 'public/browser/android/synchronous_compositor_client.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'public/browser/indexed_db_info.h', 124 'public/browser/indexed_db_info.h',
127 'public/browser/interstitial_page.h', 125 'public/browser/interstitial_page.h',
128 'public/browser/invalidate_type.h', 126 'public/browser/invalidate_type.h',
129 'public/browser/javascript_dialog_manager.cc', 127 'public/browser/javascript_dialog_manager.cc',
130 'public/browser/javascript_dialog_manager.h', 128 'public/browser/javascript_dialog_manager.h',
131 'public/browser/load_from_memory_cache_details.cc', 129 'public/browser/load_from_memory_cache_details.cc',
132 'public/browser/load_from_memory_cache_details.h', 130 'public/browser/load_from_memory_cache_details.h',
133 'public/browser/load_notification_details.h', 131 'public/browser/load_notification_details.h',
134 'public/browser/local_storage_usage_info.cc', 132 'public/browser/local_storage_usage_info.cc',
135 'public/browser/local_storage_usage_info.h', 133 'public/browser/local_storage_usage_info.h',
134 'public/browser/location_provider.h',
136 'public/browser/media_capture_devices.h', 135 'public/browser/media_capture_devices.h',
137 'public/browser/media_device_id.cc', 136 'public/browser/media_device_id.cc',
138 'public/browser/media_device_id.h', 137 'public/browser/media_device_id.h',
139 'public/browser/native_web_keyboard_event.h', 138 'public/browser/native_web_keyboard_event.h',
140 'public/browser/navigation_controller.cc', 139 'public/browser/navigation_controller.cc',
141 'public/browser/navigation_controller.h', 140 'public/browser/navigation_controller.h',
142 'public/browser/navigation_details.cc', 141 'public/browser/navigation_details.cc',
143 'public/browser/navigation_details.h', 142 'public/browser/navigation_details.h',
144 'public/browser/navigation_entry.h', 143 'public/browser/navigation_entry.h',
145 'public/browser/navigation_type.h', 144 'public/browser/navigation_type.h',
(...skipping 15 matching lines...) Expand all
161 'public/browser/profiler_controller.h', 160 'public/browser/profiler_controller.h',
162 'public/browser/profiler_subscriber.h', 161 'public/browser/profiler_subscriber.h',
163 'public/browser/quota_permission_context.h', 162 'public/browser/quota_permission_context.h',
164 'public/browser/render_frame_host.h', 163 'public/browser/render_frame_host.h',
165 'public/browser/render_process_host.h', 164 'public/browser/render_process_host.h',
166 'public/browser/render_process_host_factory.h', 165 'public/browser/render_process_host_factory.h',
167 'public/browser/render_process_host_observer.h', 166 'public/browser/render_process_host_observer.h',
168 'public/browser/render_view_host.h', 167 'public/browser/render_view_host.h',
169 'public/browser/render_widget_host.h', 168 'public/browser/render_widget_host.h',
170 'public/browser/render_widget_host_view.h', 169 'public/browser/render_widget_host_view.h',
170 'public/browser/render_widget_host_view_frame_subscriber.h',
171 'public/browser/render_widget_host_view_mac_delegate.h', 171 'public/browser/render_widget_host_view_mac_delegate.h',
172 'public/browser/resource_context.h', 172 'public/browser/resource_context.h',
173 'public/browser/resource_controller.h', 173 'public/browser/resource_controller.h',
174 'public/browser/resource_dispatcher_host.h', 174 'public/browser/resource_dispatcher_host.h',
175 'public/browser/resource_dispatcher_host_delegate.cc', 175 'public/browser/resource_dispatcher_host_delegate.cc',
176 'public/browser/resource_dispatcher_host_delegate.h', 176 'public/browser/resource_dispatcher_host_delegate.h',
177 'public/browser/resource_dispatcher_host_login_delegate.h', 177 'public/browser/resource_dispatcher_host_login_delegate.h',
178 'public/browser/resource_request_details.cc', 178 'public/browser/resource_request_details.cc',
179 'public/browser/resource_request_details.h', 179 'public/browser/resource_request_details.h',
180 'public/browser/resource_request_info.h', 180 'public/browser/resource_request_info.h',
181 'public/browser/resource_throttle.h', 181 'public/browser/resource_throttle.h',
182 'public/browser/save_page_type.h', 182 'public/browser/save_page_type.h',
183 'public/browser/service_worker_context.h', 183 'public/browser/service_worker_context.h',
184 'public/browser/session_storage_namespace.h', 184 'public/browser/session_storage_namespace.h',
185 'public/browser/session_storage_usage_info.h', 185 'public/browser/session_storage_usage_info.h',
186 'public/browser/signed_certificate_timestamp_store.h', 186 'public/browser/signed_certificate_timestamp_store.h',
187 'public/browser/site_instance.h', 187 'public/browser/site_instance.h',
188 'public/browser/speech_recognition_event_listener.h', 188 'public/browser/speech_recognition_event_listener.h',
189 'public/browser/speech_recognition_manager.h', 189 'public/browser/speech_recognition_manager.h',
190 'public/browser/speech_recognition_manager_delegate.h', 190 'public/browser/speech_recognition_manager_delegate.h',
191 'public/browser/speech_recognition_session_config.cc', 191 'public/browser/speech_recognition_session_config.cc',
192 'public/browser/speech_recognition_session_config.h', 192 'public/browser/speech_recognition_session_config.h',
193 'public/browser/speech_recognition_session_context.cc', 193 'public/browser/speech_recognition_session_context.cc',
194 'public/browser/speech_recognition_session_context.h', 194 'public/browser/speech_recognition_session_context.h',
195 'public/browser/storage_partition.h', 195 'public/browser/storage_partition.h',
196 'public/browser/stream_handle.h', 196 'public/browser/stream_handle.h',
197 'public/browser/tracing_controller.h', 197 'public/browser/tracing_controller.h',
198 'public/browser/user_metrics.h', 198 'public/browser/user_metrics.h',
199 'public/browser/utility_process_host.h', 199 'public/browser/utility_process_host.h',
200 'public/browser/vibration_provider.h',
200 'public/browser/web_contents.cc', 201 'public/browser/web_contents.cc',
201 'public/browser/web_contents.h', 202 'public/browser/web_contents.h',
202 'public/browser/web_contents_delegate.cc', 203 'public/browser/web_contents_delegate.cc',
203 'public/browser/web_contents_delegate.h', 204 'public/browser/web_contents_delegate.h',
204 'public/browser/web_contents_observer.cc', 205 'public/browser/web_contents_observer.cc',
205 'public/browser/web_contents_observer.h', 206 'public/browser/web_contents_observer.h',
206 'public/browser/web_contents_user_data.h', 207 'public/browser/web_contents_user_data.h',
207 'public/browser/web_contents_view_delegate.h', 208 'public/browser/web_contents_view_delegate.h',
208 'public/browser/web_drag_dest_delegate.h', 209 'public/browser/web_drag_dest_delegate.h',
209 'public/browser/web_ui.h', 210 'public/browser/web_ui.h',
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 '../build/linux/system.gyp:dbus', 1714 '../build/linux/system.gyp:dbus',
1714 '../dbus/dbus.gyp:dbus', 1715 '../dbus/dbus.gyp:dbus',
1715 ], 1716 ],
1716 }, { # OS != "linux" or use_dbus==0 1717 }, { # OS != "linux" or use_dbus==0
1717 'sources!': [ 1718 'sources!': [
1718 'browser/geolocation/wifi_data_provider_linux.cc', 1719 'browser/geolocation/wifi_data_provider_linux.cc',
1719 ], 1720 ],
1720 }], 1721 }],
1721 ], 1722 ],
1722 } 1723 }
OLDNEW
« no previous file with comments | « content/browser/vibration/vibration_provider_android.h ('k') | content/port/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698