| 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 '../google_apis/google_apis.gyp:google_apis', |
| 16 '../net/net.gyp:net', | 17 '../net/net.gyp:net', |
| 17 '../skia/skia.gyp:skia', | 18 '../skia/skia.gyp:skia', |
| 18 '../sql/sql.gyp:sql', | 19 '../sql/sql.gyp:sql', |
| 19 '../third_party/sqlite/sqlite.gyp:sqlite', | 20 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 20 '../ui/base/ui_base.gyp:ui_base', | 21 '../ui/base/ui_base.gyp:ui_base', |
| 21 '../ui/gfx/gfx.gyp:gfx', | 22 '../ui/gfx/gfx.gyp:gfx', |
| 22 '../url/url.gyp:url_lib', | 23 '../url/url.gyp:url_lib', |
| 23 'favicon_base', | 24 'favicon_base', |
| 24 'history_core_browser_proto', | 25 'history_core_browser_proto', |
| 25 'keyed_service_core', | 26 'keyed_service_core', |
| 26 'query_parser', | 27 'query_parser', |
| 28 'signin_core_browser', |
| 27 ], | 29 ], |
| 28 'sources': [ | 30 'sources': [ |
| 29 # Note: sources list duplicated in GN build. | 31 # Note: sources list duplicated in GN build. |
| 30 'history/core/browser/download_constants.h', | 32 'history/core/browser/download_constants.h', |
| 31 'history/core/browser/download_database.cc', | 33 'history/core/browser/download_database.cc', |
| 32 'history/core/browser/download_database.h', | 34 'history/core/browser/download_database.h', |
| 33 'history/core/browser/download_row.cc', | 35 'history/core/browser/download_row.cc', |
| 34 'history/core/browser/download_row.h', | 36 'history/core/browser/download_row.h', |
| 35 'history/core/browser/download_types.cc', | 37 'history/core/browser/download_types.cc', |
| 36 'history/core/browser/download_types.h', | 38 'history/core/browser/download_types.h', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'history/core/browser/url_utils.cc', | 84 'history/core/browser/url_utils.cc', |
| 83 'history/core/browser/url_utils.h', | 85 'history/core/browser/url_utils.h', |
| 84 'history/core/browser/visit_database.cc', | 86 'history/core/browser/visit_database.cc', |
| 85 'history/core/browser/visit_database.h', | 87 'history/core/browser/visit_database.h', |
| 86 'history/core/browser/visit_filter.cc', | 88 'history/core/browser/visit_filter.cc', |
| 87 'history/core/browser/visit_filter.h', | 89 'history/core/browser/visit_filter.h', |
| 88 'history/core/browser/visit_tracker.cc', | 90 'history/core/browser/visit_tracker.cc', |
| 89 'history/core/browser/visit_tracker.h', | 91 'history/core/browser/visit_tracker.h', |
| 90 'history/core/browser/visitsegment_database.cc', | 92 'history/core/browser/visitsegment_database.cc', |
| 91 'history/core/browser/visitsegment_database.h', | 93 'history/core/browser/visitsegment_database.h', |
| 94 'history/core/browser/web_history_service.cc', |
| 95 'history/core/browser/web_history_service.h', |
| 92 ], | 96 ], |
| 93 'conditions': [ | 97 'conditions': [ |
| 94 ['OS=="android"', { | 98 ['OS=="android"', { |
| 95 'sources': [ | 99 'sources': [ |
| 96 'history/core/browser/android/android_cache_database.cc', | 100 'history/core/browser/android/android_cache_database.cc', |
| 97 'history/core/browser/android/android_cache_database.h', | 101 'history/core/browser/android/android_cache_database.h', |
| 98 'history/core/browser/android/android_history_types.cc', | 102 'history/core/browser/android/android_history_types.cc', |
| 99 'history/core/browser/android/android_history_types.h', | 103 'history/core/browser/android/android_history_types.h', |
| 100 'history/core/browser/android/android_time.h', | 104 'history/core/browser/android/android_time.h', |
| 101 'history/core/browser/android/android_urls_database.cc', | 105 'history/core/browser/android/android_urls_database.cc', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'history/content/browser/history_context_helper.cc', | 197 'history/content/browser/history_context_helper.cc', |
| 194 'history/content/browser/history_context_helper.h', | 198 'history/content/browser/history_context_helper.h', |
| 195 'history/content/browser/history_database_helper.cc', | 199 'history/content/browser/history_database_helper.cc', |
| 196 'history/content/browser/history_database_helper.h', | 200 'history/content/browser/history_database_helper.h', |
| 197 ], | 201 ], |
| 198 } | 202 } |
| 199 ], | 203 ], |
| 200 }], | 204 }], |
| 201 ], | 205 ], |
| 202 } | 206 } |
| OLD | NEW |