| 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 import("//third_party/protobuf/proto_library.gni") | 5 import("//third_party/protobuf/proto_library.gni") |
| 6 import("//ui/vector_icons/vector_icons.gni") | 6 import("//ui/vector_icons/vector_icons.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
| 10 } | 10 } |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 "autocomplete_result.h", | 46 "autocomplete_result.h", |
| 47 "autocomplete_scheme_classifier.h", | 47 "autocomplete_scheme_classifier.h", |
| 48 "base_search_provider.cc", | 48 "base_search_provider.cc", |
| 49 "base_search_provider.h", | 49 "base_search_provider.h", |
| 50 "bookmark_provider.cc", | 50 "bookmark_provider.cc", |
| 51 "bookmark_provider.h", | 51 "bookmark_provider.h", |
| 52 "builtin_provider.cc", | 52 "builtin_provider.cc", |
| 53 "builtin_provider.h", | 53 "builtin_provider.h", |
| 54 "clipboard_url_provider.cc", | 54 "clipboard_url_provider.cc", |
| 55 "clipboard_url_provider.h", | 55 "clipboard_url_provider.h", |
| 56 "features.cc", | |
| 57 "features.h", | |
| 58 "history_provider.cc", | 56 "history_provider.cc", |
| 59 "history_provider.h", | 57 "history_provider.h", |
| 60 "history_quick_provider.cc", | 58 "history_quick_provider.cc", |
| 61 "history_quick_provider.h", | 59 "history_quick_provider.h", |
| 62 "history_url_provider.cc", | 60 "history_url_provider.cc", |
| 63 "history_url_provider.h", | 61 "history_url_provider.h", |
| 64 "in_memory_url_index.cc", | 62 "in_memory_url_index.cc", |
| 65 "in_memory_url_index.h", | 63 "in_memory_url_index.h", |
| 66 "in_memory_url_index_types.cc", | 64 "in_memory_url_index_types.cc", |
| 67 "in_memory_url_index_types.h", | 65 "in_memory_url_index_types.h", |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "//components/variations", | 299 "//components/variations", |
| 302 "//net:test_support", | 300 "//net:test_support", |
| 303 "//sql", | 301 "//sql", |
| 304 "//sql:test_support", | 302 "//sql:test_support", |
| 305 "//testing/gmock", | 303 "//testing/gmock", |
| 306 "//testing/gtest", | 304 "//testing/gtest", |
| 307 "//ui/base:base", | 305 "//ui/base:base", |
| 308 "//url", | 306 "//url", |
| 309 ] | 307 ] |
| 310 } | 308 } |
| OLD | NEW |