Index: components/history.gypi |
diff --git a/components/history.gypi b/components/history.gypi |
index e413d34ec3f62b227ff8a7dff4b13107da0f0a9e..c2431f510728f7519efb1a18b0cf5dbd5c7d18d9 100644 |
--- a/components/history.gypi |
+++ b/components/history.gypi |
@@ -15,6 +15,7 @@ |
'../base/base.gyp:base', |
'../net/net.gyp:net', |
'../sql/sql.gyp:sql', |
+ '../ui/base/ui_base.gyp:ui_base', |
'../ui/gfx/gfx.gyp:gfx', |
'../url/url.gyp:url_lib', |
'favicon_base', |
@@ -78,4 +79,27 @@ |
], |
}, |
], |
+ 'conditions': [ |
+ ['OS=="android"', { |
+ 'targets': [ |
+ { |
+ # GN version: //components/history/code/android |
+ 'target_name': 'history_core_android', |
+ 'type': 'static_library', |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../sql/sql.gyp:sql', |
+ 'history_core_browser', |
+ ], |
+ 'sources': [ |
+ 'history/core/android/android_history_types.cc', |
+ 'history/core/android/android_history_types.h', |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
} |