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

Unified Diff: content/content_browser.gypi

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: thestig@ & esprehn@ comments Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 5025d03ac6c6d5075682b4ec6175a2a74224ce51..bd50f0a0f07375ceeb41638140d97ab3e71129c6 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -97,6 +97,7 @@
'variables': {
'public_browser_sources': [
'public/browser/access_token_store.h',
+ 'public/browser/android/service_registry_android.h',
'public/browser/android/browser_media_player_manager_register.cc',
'public/browser/android/browser_media_player_manager_register.h',
'public/browser/android/compositor.h',
@@ -405,6 +406,8 @@
'browser/android/devtools_auth.cc',
'browser/android/in_process_surface_texture_manager.cc',
'browser/android/in_process_surface_texture_manager.h',
+ 'browser/android/service_registry_android_impl.cc',
+ 'browser/android/service_registry_android_impl.h',
'browser/android/url_request_content_job.cc',
'browser/android/url_request_content_job.h',
'browser/appcache/appcache.cc',
@@ -1127,8 +1130,6 @@
'browser/mojo/mojo_shell_context.h',
'browser/mojo/service_registrar_android.cc',
'browser/mojo/service_registrar_android.h',
- 'browser/mojo/service_registry_android.cc',
- 'browser/mojo/service_registry_android.h',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
'browser/net/network_errors_listing_ui.cc',

Powered by Google App Engine
This is Rietveld 408576698