| 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 # GN: //components/enhanced_bookmarks:enhanced_bookmarks | 8 # GN: //components/enhanced_bookmarks:enhanced_bookmarks |
| 9 'target_name': 'enhanced_bookmarks', | 9 'target_name': 'enhanced_bookmarks', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '..', | 12 '..', |
| 13 ], | 13 ], |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 16 '../google_apis/google_apis.gyp:google_apis', | 16 '../google_apis/google_apis.gyp:google_apis', |
| 17 '../net/net.gyp:net', | 17 '../net/net.gyp:net', |
| 18 '../skia/skia.gyp:skia', | 18 '../skia/skia.gyp:skia', |
| 19 '../sql/sql.gyp:sql', | 19 '../sql/sql.gyp:sql', |
| 20 '../ui/gfx/gfx.gyp:gfx', | 20 '../ui/gfx/gfx.gyp:gfx', |
| 21 '../url/url.gyp:url_lib', | 21 '../url/url.gyp:url_lib', |
| 22 'bookmarks_browser', | 22 'bookmarks_browser', |
| 23 'enhanced_bookmarks_proto', | 23 'enhanced_bookmarks_proto', |
| 24 'keyed_service_core', | 24 'keyed_service_core', |
| 25 'signin_core_browser', | 25 'signin_core_browser', |
| 26 'sync_driver', | 26 'sync_driver', |
| 27 'variations', | 27 'variations', |
| 28 ], | 28 ], |
| 29 'sources': [ | 29 'sources': [ |
| 30 'enhanced_bookmarks/bookmark_image_service.cc', | |
| 31 'enhanced_bookmarks/bookmark_image_service.h', | |
| 32 'enhanced_bookmarks/bookmark_server_cluster_service.cc', | 30 'enhanced_bookmarks/bookmark_server_cluster_service.cc', |
| 33 'enhanced_bookmarks/bookmark_server_cluster_service.h', | 31 'enhanced_bookmarks/bookmark_server_cluster_service.h', |
| 34 'enhanced_bookmarks/bookmark_server_service.cc', | 32 'enhanced_bookmarks/bookmark_server_service.cc', |
| 35 'enhanced_bookmarks/bookmark_server_service.h', | 33 'enhanced_bookmarks/bookmark_server_service.h', |
| 36 'enhanced_bookmarks/enhanced_bookmark_features.cc', | 34 'enhanced_bookmarks/enhanced_bookmark_features.cc', |
| 37 'enhanced_bookmarks/enhanced_bookmark_features.h', | 35 'enhanced_bookmarks/enhanced_bookmark_features.h', |
| 38 'enhanced_bookmarks/enhanced_bookmark_model.cc', | 36 'enhanced_bookmarks/enhanced_bookmark_model.cc', |
| 39 'enhanced_bookmarks/enhanced_bookmark_model.h', | 37 'enhanced_bookmarks/enhanced_bookmark_model.h', |
| 40 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', | 38 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', |
| 41 'enhanced_bookmarks/enhanced_bookmark_switches.cc', | 39 'enhanced_bookmarks/enhanced_bookmark_switches.cc', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'variables': { | 105 'variables': { |
| 108 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', | 106 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', |
| 109 }, | 107 }, |
| 110 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 108 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 111 }, | 109 }, |
| 112 ], | 110 ], |
| 113 }, | 111 }, |
| 114 ], | 112 ], |
| 115 ], | 113 ], |
| 116 } | 114 } |
| OLD | NEW |