| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'enhanced_bookmarks', | 8 'target_name': 'enhanced_bookmarks', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 ], | 24 ], |
| 25 'sources': [ | 25 'sources': [ |
| 26 'enhanced_bookmarks/bookmark_image_service.cc', | 26 'enhanced_bookmarks/bookmark_image_service.cc', |
| 27 'enhanced_bookmarks/bookmark_image_service.h', | 27 'enhanced_bookmarks/bookmark_image_service.h', |
| 28 'enhanced_bookmarks/bookmark_server_search_service.cc', | 28 'enhanced_bookmarks/bookmark_server_search_service.cc', |
| 29 'enhanced_bookmarks/bookmark_server_search_service.h', | 29 'enhanced_bookmarks/bookmark_server_search_service.h', |
| 30 'enhanced_bookmarks/bookmark_server_service.cc', | 30 'enhanced_bookmarks/bookmark_server_service.cc', |
| 31 'enhanced_bookmarks/bookmark_server_service.h', | 31 'enhanced_bookmarks/bookmark_server_service.h', |
| 32 'enhanced_bookmarks/enhanced_bookmark_model.cc', | 32 'enhanced_bookmarks/enhanced_bookmark_model.cc', |
| 33 'enhanced_bookmarks/enhanced_bookmark_model.h', | 33 'enhanced_bookmarks/enhanced_bookmark_model.h', |
| 34 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', |
| 34 'enhanced_bookmarks/enhanced_bookmark_utils.cc', | 35 'enhanced_bookmarks/enhanced_bookmark_utils.cc', |
| 35 'enhanced_bookmarks/enhanced_bookmark_utils.h', | 36 'enhanced_bookmarks/enhanced_bookmark_utils.h', |
| 36 'enhanced_bookmarks/image_store.cc', | 37 'enhanced_bookmarks/image_store.cc', |
| 37 'enhanced_bookmarks/image_store.h', | 38 'enhanced_bookmarks/image_store.h', |
| 38 'enhanced_bookmarks/image_store_util.cc', | 39 'enhanced_bookmarks/image_store_util.cc', |
| 39 'enhanced_bookmarks/image_store_util.h', | 40 'enhanced_bookmarks/image_store_util.h', |
| 40 'enhanced_bookmarks/image_store_util_ios.mm', | 41 'enhanced_bookmarks/image_store_util_ios.mm', |
| 41 'enhanced_bookmarks/item_position.cc', | 42 'enhanced_bookmarks/item_position.cc', |
| 42 'enhanced_bookmarks/item_position.h', | 43 'enhanced_bookmarks/item_position.h', |
| 43 'enhanced_bookmarks/metadata_accessor.cc', | 44 'enhanced_bookmarks/metadata_accessor.cc', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 ], | 116 ], |
| 116 'variables': { | 117 'variables': { |
| 117 'jni_gen_package': 'enhanced_bookmarks', | 118 'jni_gen_package': 'enhanced_bookmarks', |
| 118 }, | 119 }, |
| 119 'includes': [ '../build/jni_generator.gypi' ], | 120 'includes': [ '../build/jni_generator.gypi' ], |
| 120 }, | 121 }, |
| 121 ], | 122 ], |
| 122 }] | 123 }] |
| 123 ], | 124 ], |
| 124 } | 125 } |
| OLD | NEW |