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

Side by Side Diff: content/content_browser.gypi

Issue 883953002: Add content public APIs for Presentation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed presentation_url Created 5 years, 10 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
« no previous file with comments | « no previous file | content/public/browser/content_browser_client.h » ('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 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'public/browser/notification_types.h', 171 'public/browser/notification_types.h',
172 'public/browser/overscroll_configuration.h', 172 'public/browser/overscroll_configuration.h',
173 'public/browser/page_navigator.cc', 173 'public/browser/page_navigator.cc',
174 'public/browser/page_navigator.h', 174 'public/browser/page_navigator.h',
175 'public/browser/pepper_flash_settings_helper.h', 175 'public/browser/pepper_flash_settings_helper.h',
176 'public/browser/permission_type.h', 176 'public/browser/permission_type.h',
177 'public/browser/plugin_data_remover.h', 177 'public/browser/plugin_data_remover.h',
178 'public/browser/plugin_service.h', 178 'public/browser/plugin_service.h',
179 'public/browser/plugin_service_filter.h', 179 'public/browser/plugin_service_filter.h',
180 'public/browser/power_save_blocker.h', 180 'public/browser/power_save_blocker.h',
181 'public/browser/presentation_screen_availability_listener.h',
182 'public/browser/presentation_service_delegate.h',
181 'public/browser/profiler_controller.h', 183 'public/browser/profiler_controller.h',
182 'public/browser/profiler_subscriber.h', 184 'public/browser/profiler_subscriber.h',
183 'public/browser/push_messaging_service.h', 185 'public/browser/push_messaging_service.h',
184 'public/browser/quota_permission_context.h', 186 'public/browser/quota_permission_context.h',
185 'public/browser/readback_types.h', 187 'public/browser/readback_types.h',
186 'public/browser/render_frame_host.h', 188 'public/browser/render_frame_host.h',
187 'public/browser/render_process_host.h', 189 'public/browser/render_process_host.h',
188 'public/browser/render_process_host_factory.h', 190 'public/browser/render_process_host_factory.h',
189 'public/browser/render_process_host_observer.h', 191 'public/browser/render_process_host_observer.h',
190 'public/browser/render_view_host.h', 192 'public/browser/render_view_host.h',
(...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 'browser/media/media_web_contents_observer.h', 1974 'browser/media/media_web_contents_observer.h',
1973 ], 1975 ],
1974 }], 1976 }],
1975 ['OS == "linux" and use_openssl==1', { 1977 ['OS == "linux" and use_openssl==1', {
1976 'dependencies': [ 1978 'dependencies': [
1977 '../third_party/boringssl/boringssl.gyp:boringssl', 1979 '../third_party/boringssl/boringssl.gyp:boringssl',
1978 ], 1980 ],
1979 }], 1981 }],
1980 ], 1982 ],
1981 } 1983 }
OLDNEW
« no previous file with comments | « no previous file | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698