| 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 version: //components/history/core/browser | 8 # GN version: //components/history/core/browser |
| 9 'target_name': 'history_core_browser', | 9 'target_name': 'history_core_browser', |
| 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 '../net/net.gyp:net', | 16 '../net/net.gyp:net', |
| 17 '../skia/skia.gyp:skia', |
| 17 '../sql/sql.gyp:sql', | 18 '../sql/sql.gyp:sql', |
| 18 '../third_party/sqlite/sqlite.gyp:sqlite', | 19 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 19 '../ui/base/ui_base.gyp:ui_base', | 20 '../ui/base/ui_base.gyp:ui_base', |
| 20 '../ui/gfx/gfx.gyp:gfx', | 21 '../ui/gfx/gfx.gyp:gfx', |
| 21 '../url/url.gyp:url_lib', | 22 '../url/url.gyp:url_lib', |
| 22 'favicon_base', | 23 'favicon_base', |
| 23 'history_core_browser_proto', | 24 'history_core_browser_proto', |
| 24 'keyed_service_core', | 25 'keyed_service_core', |
| 25 'query_parser', | 26 'query_parser', |
| 26 ], | 27 ], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 54 'history/core/browser/in_memory_database.h', | 55 'history/core/browser/in_memory_database.h', |
| 55 'history/core/browser/in_memory_url_index_types.cc', | 56 'history/core/browser/in_memory_url_index_types.cc', |
| 56 'history/core/browser/in_memory_url_index_types.h', | 57 'history/core/browser/in_memory_url_index_types.h', |
| 57 'history/core/browser/keyword_id.h', | 58 'history/core/browser/keyword_id.h', |
| 58 'history/core/browser/keyword_search_term.cc', | 59 'history/core/browser/keyword_search_term.cc', |
| 59 'history/core/browser/keyword_search_term.h', | 60 'history/core/browser/keyword_search_term.h', |
| 60 'history/core/browser/page_usage_data.cc', | 61 'history/core/browser/page_usage_data.cc', |
| 61 'history/core/browser/page_usage_data.h', | 62 'history/core/browser/page_usage_data.h', |
| 62 'history/core/browser/thumbnail_database.cc', | 63 'history/core/browser/thumbnail_database.cc', |
| 63 'history/core/browser/thumbnail_database.h', | 64 'history/core/browser/thumbnail_database.h', |
| 65 'history/core/browser/top_sites.cc', |
| 66 'history/core/browser/top_sites.h', |
| 67 'history/core/browser/top_sites_backend.cc', |
| 68 'history/core/browser/top_sites_backend.h', |
| 64 'history/core/browser/top_sites_cache.cc', | 69 'history/core/browser/top_sites_cache.cc', |
| 65 'history/core/browser/top_sites_cache.h', | 70 'history/core/browser/top_sites_cache.h', |
| 71 'history/core/browser/top_sites_database.cc', |
| 72 'history/core/browser/top_sites_database.h', |
| 66 'history/core/browser/top_sites_observer.h', | 73 'history/core/browser/top_sites_observer.h', |
| 67 'history/core/browser/url_database.cc', | 74 'history/core/browser/url_database.cc', |
| 68 'history/core/browser/url_database.h', | 75 'history/core/browser/url_database.h', |
| 69 'history/core/browser/url_row.cc', | 76 'history/core/browser/url_row.cc', |
| 70 'history/core/browser/url_row.h', | 77 'history/core/browser/url_row.h', |
| 71 'history/core/browser/url_utils.cc', | 78 'history/core/browser/url_utils.cc', |
| 72 'history/core/browser/url_utils.h', | 79 'history/core/browser/url_utils.h', |
| 73 'history/core/browser/visit_database.cc', | 80 'history/core/browser/visit_database.cc', |
| 74 'history/core/browser/visit_database.h', | 81 'history/core/browser/visit_database.h', |
| 75 'history/core/browser/visit_filter.cc', | 82 'history/core/browser/visit_filter.cc', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 ], | 150 ], |
| 144 'dependencies': [ | 151 'dependencies': [ |
| 145 '../base/base.gyp:base', | 152 '../base/base.gyp:base', |
| 146 '../sql/sql.gyp:sql', | 153 '../sql/sql.gyp:sql', |
| 147 '../testing/gtest.gyp:gtest', | 154 '../testing/gtest.gyp:gtest', |
| 148 '../url/url.gyp:url_lib', | 155 '../url/url.gyp:url_lib', |
| 149 'history_core_browser', | 156 'history_core_browser', |
| 150 ], | 157 ], |
| 151 'sources': [ | 158 'sources': [ |
| 152 # Note: sources list duplicated in GN build. | 159 # Note: sources list duplicated in GN build. |
| 160 'history/core/test/database_test_utils.cc', |
| 161 'history/core/test/database_test_utils.h', |
| 153 'history/core/test/history_client_fake_bookmarks.cc', | 162 'history/core/test/history_client_fake_bookmarks.cc', |
| 154 'history/core/test/history_client_fake_bookmarks.h', | 163 'history/core/test/history_client_fake_bookmarks.h', |
| 155 'history/core/test/history_unittest_base.cc', | 164 'history/core/test/history_unittest_base.cc', |
| 156 'history/core/test/history_unittest_base.h', | 165 'history/core/test/history_unittest_base.h', |
| 157 'history/core/test/test_history_database.cc', | 166 'history/core/test/test_history_database.cc', |
| 158 'history/core/test/test_history_database.h', | 167 'history/core/test/test_history_database.h', |
| 159 ], | 168 ], |
| 160 }, | 169 }, |
| 161 ], | 170 ], |
| 162 'conditions': [ | 171 'conditions': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 180 'history/content/browser/history_context_helper.cc', | 189 'history/content/browser/history_context_helper.cc', |
| 181 'history/content/browser/history_context_helper.h', | 190 'history/content/browser/history_context_helper.h', |
| 182 'history/content/browser/history_database_helper.cc', | 191 'history/content/browser/history_database_helper.cc', |
| 183 'history/content/browser/history_database_helper.h', | 192 'history/content/browser/history_database_helper.h', |
| 184 ], | 193 ], |
| 185 } | 194 } |
| 186 ], | 195 ], |
| 187 }], | 196 }], |
| 188 ], | 197 ], |
| 189 } | 198 } |
| OLD | NEW |