| 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', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 ], | 63 ], |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_test_support | 66 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_test_support |
| 67 'target_name': 'enhanced_bookmarks_test_support', | 67 'target_name': 'enhanced_bookmarks_test_support', |
| 68 'type': 'static_library', | 68 'type': 'static_library', |
| 69 'include_dirs': [ | 69 'include_dirs': [ |
| 70 '..', | 70 '..', |
| 71 ], | 71 ], |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 '../skia/skia.gyp:skia', |
| 73 '../testing/gtest.gyp:gtest', | 74 '../testing/gtest.gyp:gtest', |
| 74 'enhanced_bookmarks', | 75 'enhanced_bookmarks', |
| 75 ], | 76 ], |
| 76 'sources': [ | 77 'sources': [ |
| 77 'enhanced_bookmarks/test_image_store.cc', | 78 'enhanced_bookmarks/test_image_store.cc', |
| 78 'enhanced_bookmarks/test_image_store.h', | 79 'enhanced_bookmarks/test_image_store.h', |
| 79 ], | 80 ], |
| 80 }, | 81 }, |
| 81 { | 82 { |
| 82 'target_name': 'enhanced_bookmarks_proto', | 83 'target_name': 'enhanced_bookmarks_proto', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 103 'variables': { | 104 'variables': { |
| 104 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', | 105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', |
| 105 }, | 106 }, |
| 106 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 107 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 107 }, | 108 }, |
| 108 ], | 109 ], |
| 109 }, | 110 }, |
| 110 ], | 111 ], |
| 111 ], | 112 ], |
| 112 } | 113 } |
| OLD | NEW |