| 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 static_library("browser") { | 5 static_library("browser") { |
| 6 sources = [ | 6 sources = [ |
| 7 "delete_directive_handler.cc", | 7 "delete_directive_handler.cc", |
| 8 "delete_directive_handler.h", | 8 "delete_directive_handler.h", |
| 9 "download_constants.h", | 9 "download_constants.h", |
| 10 "download_database.cc", | 10 "download_database.cc", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "//components/test/data/history/History_with_starred", | 149 "//components/test/data/history/History_with_starred", |
| 150 "//components/test/data/history/TopSites.v1.sql", | 150 "//components/test/data/history/TopSites.v1.sql", |
| 151 "//components/test/data/history/TopSites.v2.sql", | 151 "//components/test/data/history/TopSites.v2.sql", |
| 152 "//components/test/data/history/TopSites.v3.sql", | 152 "//components/test/data/history/TopSites.v3.sql", |
| 153 "//components/test/data/history/history.22.sql", | 153 "//components/test/data/history/history.22.sql", |
| 154 "//components/test/data/history/history.26.sql", | 154 "//components/test/data/history/history.26.sql", |
| 155 "//components/test/data/history/history.27.sql", | 155 "//components/test/data/history/history.27.sql", |
| 156 "//components/test/data/history/history.28.sql", | 156 "//components/test/data/history/history.28.sql", |
| 157 "//components/test/data/history/history.29.sql", | 157 "//components/test/data/history/history.29.sql", |
| 158 "//components/test/data/history/history.30.sql", | 158 "//components/test/data/history/history.30.sql", |
| 159 "//components/test/data/history/history.31.sql", |
| 159 "//components/test/data/history/thumbnail_wild/Favicons.corrupt_meta.disable
", | 160 "//components/test/data/history/thumbnail_wild/Favicons.corrupt_meta.disable
", |
| 160 "//components/test/data/history/thumbnail_wild/Favicons.v2.init.sql", | 161 "//components/test/data/history/thumbnail_wild/Favicons.v2.init.sql", |
| 161 "//components/test/data/history/thumbnail_wild/Favicons.v3.init.sql", | 162 "//components/test/data/history/thumbnail_wild/Favicons.v3.init.sql", |
| 162 "//components/test/data/history/thumbnail_wild/Favicons.v4.init.sql", | 163 "//components/test/data/history/thumbnail_wild/Favicons.v4.init.sql", |
| 163 "//components/test/data/history/thumbnail_wild/Favicons.v5.icon_type.sql", | 164 "//components/test/data/history/thumbnail_wild/Favicons.v5.icon_type.sql", |
| 164 "//components/test/data/history/thumbnail_wild/Favicons.v5.icon_type2.sql", | 165 "//components/test/data/history/thumbnail_wild/Favicons.v5.icon_type2.sql", |
| 165 "//components/test/data/history/thumbnail_wild/Favicons.v5.init.sql", | 166 "//components/test/data/history/thumbnail_wild/Favicons.v5.init.sql", |
| 166 "//components/test/data/history/thumbnail_wild/Favicons.v5.sizes.sql", | 167 "//components/test/data/history/thumbnail_wild/Favicons.v5.sizes.sql", |
| 167 "//components/test/data/history/thumbnail_wild/Favicons.v6.init.sql", | 168 "//components/test/data/history/thumbnail_wild/Favicons.v6.init.sql", |
| 168 ] | 169 ] |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "//sync:test_support_sync_api", | 211 "//sync:test_support_sync_api", |
| 211 "//testing/gtest", | 212 "//testing/gtest", |
| 212 "//ui/gfx", | 213 "//ui/gfx", |
| 213 "//ui/gfx:test_support", | 214 "//ui/gfx:test_support", |
| 214 "//url", | 215 "//url", |
| 215 ] | 216 ] |
| 216 if (is_android) { | 217 if (is_android) { |
| 217 sources += [ "android/android_history_types_unittest.cc" ] | 218 sources += [ "android/android_history_types_unittest.cc" ] |
| 218 } | 219 } |
| 219 } | 220 } |
| OLD | NEW |