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 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "history_url_provider.cc", | 43 "history_url_provider.cc", |
44 "history_url_provider.h", | 44 "history_url_provider.h", |
45 "in_memory_url_index.cc", | 45 "in_memory_url_index.cc", |
46 "in_memory_url_index.h", | 46 "in_memory_url_index.h", |
47 "in_memory_url_index_types.cc", | 47 "in_memory_url_index_types.cc", |
48 "in_memory_url_index_types.h", | 48 "in_memory_url_index_types.h", |
49 "keyword_extensions_delegate.cc", | 49 "keyword_extensions_delegate.cc", |
50 "keyword_extensions_delegate.h", | 50 "keyword_extensions_delegate.h", |
51 "keyword_provider.cc", | 51 "keyword_provider.cc", |
52 "keyword_provider.h", | 52 "keyword_provider.h", |
| 53 "match_compare.h", |
53 "omnibox_client.h", | 54 "omnibox_client.h", |
54 "omnibox_controller.cc", | 55 "omnibox_controller.cc", |
55 "omnibox_controller.h", | 56 "omnibox_controller.h", |
56 "omnibox_edit_controller.cc", | 57 "omnibox_edit_controller.cc", |
57 "omnibox_edit_controller.h", | 58 "omnibox_edit_controller.h", |
58 "omnibox_edit_model.cc", | 59 "omnibox_edit_model.cc", |
59 "omnibox_edit_model.h", | 60 "omnibox_edit_model.h", |
60 "omnibox_event_global_tracker.cc", | 61 "omnibox_event_global_tracker.cc", |
61 "omnibox_event_global_tracker.h", | 62 "omnibox_event_global_tracker.h", |
62 "omnibox_field_trial.cc", | 63 "omnibox_field_trial.cc", |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 "//components/variations", | 238 "//components/variations", |
238 "//net:test_support", | 239 "//net:test_support", |
239 "//sql", | 240 "//sql", |
240 "//sql:test_support", | 241 "//sql:test_support", |
241 "//testing/gmock", | 242 "//testing/gmock", |
242 "//testing/gtest", | 243 "//testing/gtest", |
243 "//ui/base", | 244 "//ui/base", |
244 "//url", | 245 "//url", |
245 ] | 246 ] |
246 } | 247 } |
OLD | NEW |