| 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/omnibox | 8 # GN version: //components/omnibox |
| 9 'target_name': 'omnibox', | 9 'target_name': 'omnibox', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'omnibox/omnibox_log.cc', | 75 'omnibox/omnibox_log.cc', |
| 76 'omnibox/omnibox_log.h', | 76 'omnibox/omnibox_log.h', |
| 77 'omnibox/omnibox_switches.cc', | 77 'omnibox/omnibox_switches.cc', |
| 78 'omnibox/omnibox_switches.h', | 78 'omnibox/omnibox_switches.h', |
| 79 'omnibox/scored_history_match.cc', | 79 'omnibox/scored_history_match.cc', |
| 80 'omnibox/scored_history_match.h', | 80 'omnibox/scored_history_match.h', |
| 81 'omnibox/search_provider.cc', | 81 'omnibox/search_provider.cc', |
| 82 'omnibox/search_provider.h', | 82 'omnibox/search_provider.h', |
| 83 'omnibox/search_suggestion_parser.cc', | 83 'omnibox/search_suggestion_parser.cc', |
| 84 'omnibox/search_suggestion_parser.h', | 84 'omnibox/search_suggestion_parser.h', |
| 85 'omnibox/shortcuts_backend.cc', |
| 86 'omnibox/shortcuts_backend.h', |
| 85 'omnibox/shortcuts_database.cc', | 87 'omnibox/shortcuts_database.cc', |
| 86 'omnibox/shortcuts_database.h', | 88 'omnibox/shortcuts_database.h', |
| 87 'omnibox/suggestion_answer.cc', | 89 'omnibox/suggestion_answer.cc', |
| 88 'omnibox/suggestion_answer.h', | 90 'omnibox/suggestion_answer.h', |
| 89 'omnibox/url_index_private_data.cc', | 91 'omnibox/url_index_private_data.cc', |
| 90 'omnibox/url_index_private_data.h', | 92 'omnibox/url_index_private_data.h', |
| 91 'omnibox/url_prefix.cc', | 93 'omnibox/url_prefix.cc', |
| 92 'omnibox/url_prefix.h', | 94 'omnibox/url_prefix.h', |
| 93 ], | 95 ], |
| 94 }, | 96 }, |
| (...skipping 23 matching lines...) Expand all Loading... |
| 118 '..', | 120 '..', |
| 119 ], | 121 ], |
| 120 'sources': [ | 122 'sources': [ |
| 121 # Note: sources list duplicated in GN build. | 123 # Note: sources list duplicated in GN build. |
| 122 'omnibox/test_scheme_classifier.cc', | 124 'omnibox/test_scheme_classifier.cc', |
| 123 'omnibox/test_scheme_classifier.h', | 125 'omnibox/test_scheme_classifier.h', |
| 124 ], | 126 ], |
| 125 }, | 127 }, |
| 126 ], | 128 ], |
| 127 } | 129 } |
| OLD | NEW |