Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index cefb2dd621170f6eb6cc7507c2b05b67f3526531..819b661e6b07c4f57d955930e5fbe406770beaa7 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -942,6 +942,13 @@ if (is_android) { |
| ] |
| } |
| + # GYP: //chrome/chrome.gyp:signin_metrics_enum_java |
| + java_cpp_enum("signin_metrics_enum_javagen") { |
|
nyquist
2016/01/26 23:09:37
Do you need to depend on this in chrome/android/BU
gogerald1
2016/01/27 16:50:39
Done.
|
| + sources = [ |
| + "../components/signin/core/browser/signin_metrics.h", |
|
nyquist
2016/01/26 23:09:37
It's a little bit odd to me that this does not liv
gogerald1
2016/01/27 16:50:39
Yes, I guess the reason is the generated enums are
|
| + ] |
| + } |
| + |
| # GYP: //chrome/chrome.gyp:page_info_connection_type_java |
| java_cpp_enum("page_info_connection_type_javagen") { |
| sources = [ |