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

Unified Diff: content/content_browser.gypi

Issue 10706004: Adds helper methods for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: My repo was out of sync with the latest upstream tree Created 8 years, 6 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 74fee4414442a9a674d751a21b2acc388a48c9d6..a26b9fc7bd09724abe85c807afee7956e3c64705 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -194,10 +194,12 @@
'browser/android/content_startup_flags.h',
'browser/android/content_util.cc',
'browser/android/content_util.h',
- 'browser/android/content_view_client.cc',
- 'browser/android/content_view_client.h',
'browser/android/content_view_impl.cc',
John Grabowski 2012/06/28 17:08:06 files should be listed alphabetically moving these
aurimas (slooooooooow) 2012/06/28 23:00:07 Done.
'browser/android/content_view_impl.h',
+ 'browser/android/content_view_client.cc',
+ 'browser/android/content_view_client.h',
+ 'browser/android/content_view_statics.cc',
+ 'browser/android/content_view_statics.h',
'browser/android/device_info.cc',
'browser/android/device_info.h',
'browser/android/download_controller.cc',

Powered by Google App Engine
This is Rietveld 408576698