Chromium Code Reviews| 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' ], |
| + }, |
| ], |
| }, |
| ], |