Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: components/omnibox.gypi

Issue 1654833005: Componentizes shortcuts unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/browser 8 # GN version: //components/omnibox/browser
9 'target_name': 'omnibox_browser', 9 'target_name': 'omnibox_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 '..', 180 '..',
181 ], 181 ],
182 'sources': [ 182 'sources': [
183 # Note: sources list duplicated in GN build. 183 # Note: sources list duplicated in GN build.
184 'omnibox/browser/history_index_restore_observer.cc', 184 'omnibox/browser/history_index_restore_observer.cc',
185 'omnibox/browser/history_index_restore_observer.h', 185 'omnibox/browser/history_index_restore_observer.h',
186 'omnibox/browser/in_memory_url_index_test_util.cc', 186 'omnibox/browser/in_memory_url_index_test_util.cc',
187 'omnibox/browser/in_memory_url_index_test_util.h', 187 'omnibox/browser/in_memory_url_index_test_util.h',
188 'omnibox/browser/mock_autocomplete_provider_client.cc', 188 'omnibox/browser/mock_autocomplete_provider_client.cc',
189 'omnibox/browser/mock_autocomplete_provider_client.h', 189 'omnibox/browser/mock_autocomplete_provider_client.h',
190 'omnibox/browser/shortcuts_provider_test_util.cc',
191 'omnibox/browser/shortcuts_provider_test_util.h',
190 'omnibox/browser/test_scheme_classifier.cc', 192 'omnibox/browser/test_scheme_classifier.cc',
191 'omnibox/browser/test_scheme_classifier.h', 193 'omnibox/browser/test_scheme_classifier.h',
192 ], 194 ],
193 }, 195 },
194 ], 196 ],
195 'conditions': [ 197 'conditions': [
196 ['OS == "android"', { 198 ['OS == "android"', {
197 'targets': [ 199 'targets': [
198 { 200 {
199 # GN: //components/omnibox:autocomplete_match_type_javagen 201 # GN: //components/omnibox:autocomplete_match_type_javagen
200 'target_name': 'autocomplete_match_type_java', 202 'target_name': 'autocomplete_match_type_java',
201 'type': 'none', 203 'type': 'none',
202 'variables': { 204 'variables': {
203 'source_file': 'omnibox/browser/autocomplete_match_type.h', 205 'source_file': 'omnibox/browser/autocomplete_match_type.h',
204 }, 206 },
205 'includes': [ '../build/android/java_cpp_enum.gypi' ], 207 'includes': [ '../build/android/java_cpp_enum.gypi' ],
206 }, 208 },
207 ], 209 ],
208 }], 210 }],
209 ], 211 ],
210 } 212 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698