Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index a5681e65a08edf64f5970617fad7edfee8c72c2b..0cd6abd132276286911787a29dcbbb150c966de3 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -966,9 +966,22 @@ |
| }, |
| 'dependencies': [ |
| '../base/base.gyp:base_java', |
| + 'window_open_disposition_java', |
| ], |
| 'includes': [ '../build/java.gypi' ], |
| }, |
| + { |
| + 'target_name': 'window_open_disposition_java', |
|
joth
2013/08/06 04:04:21
you'll need to add this to some other files to kee
Kibeom Kim (inactive)
2013/08/06 04:36:01
Done.
|
| + 'type': 'none', |
| + 'sources': [ |
| + 'android/java/WindowOpenDisposition.template', |
| + ], |
| + 'variables': { |
| + 'package_name': 'org/chromium/ui', |
| + 'template_deps': ['base/window_open_disposition_list.h'], |
| + }, |
| + 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| + }, |
| ], |
| }], |
| ['OS=="mac"', { |