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

Unified Diff: chrome/chrome_browser.gypi

Issue 796633002: Move some DocumentTabModel files upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Temporary findbugs workaround Created 6 years 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/android/java/src/org/chromium/chrome/browser/tabmodel/document/document_tab_model_info.proto ('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 91ee0d03f9d59af5ad1b358fb0160c2d688ea392..31bb637e10ea424f681cc0afabbe1f9631862b90 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3700,6 +3700,20 @@
},
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
+ {
+ # Protobuf compiler / generator for Android's DocumentTabModel
+ # protocol buffer.
+ # GN: //chrome/android: document_tab_model_info_proto_java
+ 'target_name': 'document_tab_model_info_proto_java',
+ 'type': 'none',
+ 'variables': {
+ 'proto_in_dir': 'android/java/src/org/chromium/chrome/browser/tabmodel/document',
+ },
+ 'sources': [
+ '<(proto_in_dir)/document_tab_model_info.proto',
+ ],
+ 'includes': ['../build/protoc_java.gypi'],
+ },
],
},],
['enable_extensions==1', {
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/document_tab_model_info.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698