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

Unified Diff: chrome/chrome_browser.gypi

Issue 14139013: Hide location bar on Javascript-initiated scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and merge. Created 7 years, 7 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 0a16d8a5bd062f8ef9a169ea87b7e5b6721967a5..e8ede5b01aa95355a3da462da84ed5bcb7e2423c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2267,6 +2267,7 @@
'browser/webdata/web_data_service_win.cc',
'browser/webdata/web_intents_table.cc',
'browser/webdata/web_intents_table.h',
+ '../content/public/common/top_controls_state_list.h',
Nico 2013/05/15 19:47:46 Why is a file from content in the file list of chr
Michael van Ouwerkerk 2013/05/15 20:23:50 Is there a more appropriate way of using this file
Nico 2013/05/15 21:02:06 I'm not familiar with the java generation code, bu
# These files are needed by page_cycler.cc
'test/base/test_switches.cc',
'test/base/test_switches.h',
@@ -3187,6 +3188,18 @@
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
+ {
+ 'target_name': 'top_controls_state_java',
+ 'type': 'none',
+ 'sources': [
+ 'android/java/TopControlsState.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/chrome/browser',
+ 'template_deps': ['../content/public/common/top_controls_state_list.h'],
+ },
+ 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ },
],
},
],

Powered by Google App Engine
This is Rietveld 408576698