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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "omnibox_popup_model.cc", | 70 "omnibox_popup_model.cc", |
71 "omnibox_popup_model.h", | 71 "omnibox_popup_model.h", |
72 "omnibox_popup_model_observer.h", | 72 "omnibox_popup_model_observer.h", |
73 "omnibox_popup_view.h", | 73 "omnibox_popup_view.h", |
74 "omnibox_pref_names.cc", | 74 "omnibox_pref_names.cc", |
75 "omnibox_pref_names.h", | 75 "omnibox_pref_names.h", |
76 "omnibox_switches.cc", | 76 "omnibox_switches.cc", |
77 "omnibox_switches.h", | 77 "omnibox_switches.h", |
78 "omnibox_view.cc", | 78 "omnibox_view.cc", |
79 "omnibox_view.h", | 79 "omnibox_view.h", |
| 80 "physical_web_node.cc", |
| 81 "physical_web_node.h", |
80 "physical_web_provider.cc", | 82 "physical_web_provider.cc", |
81 "physical_web_provider.h", | 83 "physical_web_provider.h", |
82 "scored_history_match.cc", | 84 "scored_history_match.cc", |
83 "scored_history_match.h", | 85 "scored_history_match.h", |
84 "search_provider.cc", | 86 "search_provider.cc", |
85 "search_provider.h", | 87 "search_provider.h", |
86 "search_suggestion_parser.cc", | 88 "search_suggestion_parser.cc", |
87 "search_suggestion_parser.h", | 89 "search_suggestion_parser.h", |
88 "shortcuts_backend.cc", | 90 "shortcuts_backend.cc", |
89 "shortcuts_backend.h", | 91 "shortcuts_backend.h", |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 "//components/variations", | 270 "//components/variations", |
269 "//net:test_support", | 271 "//net:test_support", |
270 "//sql", | 272 "//sql", |
271 "//sql:test_support", | 273 "//sql:test_support", |
272 "//testing/gmock", | 274 "//testing/gmock", |
273 "//testing/gtest", | 275 "//testing/gtest", |
274 "//ui/base:base", | 276 "//ui/base:base", |
275 "//url", | 277 "//url", |
276 ] | 278 ] |
277 } | 279 } |
OLD | NEW |