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

Unified Diff: chrome/chrome_browser.gypi

Issue 1247853007: [Sync] Add auto-generated ModelType in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SYNC_EXPORT and rebase. Created 5 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2364f2a307c0a32b88f3c097309c05ce02b9ac93..9a3b354b8b5a07763406bef4d32440e0990d5061 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3299,6 +3299,7 @@
'../net/net.gyp:net_with_v8',
'../storage/storage_browser.gyp:storage',
'../storage/storage_common.gyp:storage_common',
+ '../sync/sync.gyp:sync',
Nicolas Zea 2015/07/30 01:02:04 this is already included above?
maxbogue 2015/07/30 21:15:15 So it is.
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
'../third_party/libyuv/libyuv.gyp:libyuv',
@@ -4005,15 +4006,6 @@
},
{
# GN: //chrome/android:chrome_android_java_enums_srcjar
- 'target_name': 'profile_sync_service_model_type_selection_java',
- 'type': 'none',
- 'variables': {
- 'source_file': 'browser/sync/profile_sync_service_android.cc',
- },
- 'includes': [ '../build/android/java_cpp_enum.gypi' ],
- },
- {
- # GN: //chrome/android:chrome_android_java_enums_srcjar
'target_name': 'connection_security_security_levels_java',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698