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

Side by Side Diff: content/content_browser.gypi

Issue 1037483003: [PresentationAPI] Implementing send() from WebPresentationClient to the PresentationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved presentation_message.h/.cc to content/public/browser/ Created 5 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
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'public/browser/page_navigator.cc', 181 'public/browser/page_navigator.cc',
182 'public/browser/page_navigator.h', 182 'public/browser/page_navigator.h',
183 'public/browser/pepper_flash_settings_helper.h', 183 'public/browser/pepper_flash_settings_helper.h',
184 'public/browser/permission_type.h', 184 'public/browser/permission_type.h',
185 'public/browser/platform_notification_context.h', 185 'public/browser/platform_notification_context.h',
186 'public/browser/platform_notification_service.h', 186 'public/browser/platform_notification_service.h',
187 'public/browser/plugin_data_remover.h', 187 'public/browser/plugin_data_remover.h',
188 'public/browser/plugin_service.h', 188 'public/browser/plugin_service.h',
189 'public/browser/plugin_service_filter.h', 189 'public/browser/plugin_service_filter.h',
190 'public/browser/power_save_blocker.h', 190 'public/browser/power_save_blocker.h',
191 'public/browser/presentation_message.cc',
whywhat 2015/04/30 15:50:58 do you need to update the corresponding .gn file?
USE s.singapati at gmail.com 2015/05/04 16:40:28 I think it is not needed. everything corresponding
192 'public/browser/presentation_message.h',
191 'public/browser/presentation_screen_availability_listener.h', 193 'public/browser/presentation_screen_availability_listener.h',
192 'public/browser/presentation_service_delegate.h', 194 'public/browser/presentation_service_delegate.h',
193 'public/browser/presentation_session.cc', 195 'public/browser/presentation_session.cc',
194 'public/browser/presentation_session.h', 196 'public/browser/presentation_session.h',
195 'public/browser/profiler_controller.h', 197 'public/browser/profiler_controller.h',
196 'public/browser/profiler_subscriber.h', 198 'public/browser/profiler_subscriber.h',
197 'public/browser/push_messaging_service.cc', 199 'public/browser/push_messaging_service.cc',
198 'public/browser/push_messaging_service.h', 200 'public/browser/push_messaging_service.h',
199 'public/browser/quota_permission_context.h', 201 'public/browser/quota_permission_context.h',
200 'public/browser/readback_types.h', 202 'public/browser/readback_types.h',
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2033 'browser/media/media_web_contents_observer.h', 2035 'browser/media/media_web_contents_observer.h',
2034 ], 2036 ],
2035 }], 2037 }],
2036 ['OS == "linux" and use_openssl==1', { 2038 ['OS == "linux" and use_openssl==1', {
2037 'dependencies': [ 2039 'dependencies': [
2038 '../third_party/boringssl/boringssl.gyp:boringssl', 2040 '../third_party/boringssl/boringssl.gyp:boringssl',
2039 ], 2041 ],
2040 }], 2042 }],
2041 ], 2043 ],
2042 } 2044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698