Chromium Code Reviews| Index: components/enhanced_bookmarks.gypi |
| diff --git a/components/enhanced_bookmarks.gypi b/components/enhanced_bookmarks.gypi |
| index 20484932c90ed7a4b21c492426e3bbd8594688b3..fda5ddf6017e8b391d7655ccab5794fcd321dc11 100644 |
| --- a/components/enhanced_bookmarks.gypi |
| +++ b/components/enhanced_bookmarks.gypi |
| @@ -62,6 +62,19 @@ |
| ], |
| }, |
| { |
| + 'conditions': [ |
| + ['OS=="android"', { |
| + # GN: //components/enhanced_bookmarks: |
|
cjhopman
2015/02/04 22:00:04
nit: s/marks:/marks:enhanced_bookmarks_launch_loca
Kibeom Kim (inactive)
2015/02/04 22:06:55
Done.
|
| + 'target_name': 'enhanced_bookmarks_launch_location_java', |
| + 'type': 'none', |
| + 'variables': { |
| + 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', |
| + }, |
| + 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| + }], |
| + ], |
| + }, |
| + { |
| # GN: //components/enhanced_bookmarks:enhanced_bookmarks_test_support |
| 'target_name': 'enhanced_bookmarks_test_support', |
| 'type': 'static_library', |