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

Unified Diff: chrome/chrome_browser.gypi

Issue 2132163002: Add BlimpClientContext and factory with real and dummy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-core-public-to-blimp-client
Patch Set: git merge origin/master before CQ for good measure Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 4ad9a95cf8b63a46ffa7ecb82349bd297edc0eb6..37d6948346a807a1afe4b065e98b4718b96c9ecd 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -713,6 +713,16 @@
'browser/android/banners/app_banner_infobar_delegate_android.h',
'browser/android/banners/app_banner_manager_android.cc',
'browser/android/banners/app_banner_manager_android.h',
+ 'browser/android/blimp/blimp_client_context_factory_android.cc',
+ 'browser/android/blimp/blimp_client_context_factory_android.h',
+ 'browser/android/blimp/blimp_client_context_factory.cc',
+ 'browser/android/blimp/blimp_client_context_factory.h',
+ 'browser/android/blimp/blimp_contents_profile_attachment.cc',
+ 'browser/android/blimp/blimp_contents_profile_attachment.h',
+ 'browser/android/blimp/chrome_blimp_client_context_delegate_android.cc',
+ 'browser/android/blimp/chrome_blimp_client_context_delegate_android.h',
+ 'browser/android/blimp/chrome_blimp_client_context_delegate.cc',
+ 'browser/android/blimp/chrome_blimp_client_context_delegate.h',
'browser/android/bookmarks/bookmark_bridge.cc',
'browser/android/bookmarks/bookmark_bridge.h',
'browser/android/bookmarks/partner_bookmarks_reader.cc',
@@ -1954,6 +1964,8 @@
'android/java/src/org/chromium/chrome/browser/BluetoothChooserDialog.java',
'android/java/src/org/chromium/chrome/browser/bookmarks/BookmarkBridge.java',
'android/java/src/org/chromium/chrome/browser/banners/AppBannerManager.java',
+ 'android/java/src/org/chromium/chrome/browser/blimp/BlimpClientContextFactory.java',
+ 'android/java/src/org/chromium/chrome/browser/blimp/ChromeBlimpClientContextDelegate.java',
'android/java/src/org/chromium/chrome/browser/childaccounts/ChildAccountService.java',
'android/java/src/org/chromium/chrome/browser/childaccounts/ChildAccountFeedbackReporter.java',
'android/java/src/org/chromium/chrome/browser/ChromeApplication.java',
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698