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

Side by Side Diff: components/omnibox.gypi

Issue 1418543002: Vectorize omnibox dropdown icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add gyp dependency Created 5 years, 2 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
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',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../base/base.gyp:base_i18n', 13 '../base/base.gyp:base_i18n',
14 '../net/net.gyp:net', 14 '../net/net.gyp:net',
15 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
16 '../sql/sql.gyp:sql', 16 '../sql/sql.gyp:sql',
17 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 17 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
18 '../ui/base/ui_base.gyp:ui_base', 18 '../ui/base/ui_base.gyp:ui_base',
19 '../ui/gfx/gfx.gyp:gfx', 19 '../ui/gfx/gfx.gyp:gfx',
20 '../ui/gfx/gfx.gyp:gfx_vector_icons',
20 '../url/url.gyp:url_lib', 21 '../url/url.gyp:url_lib',
21 'bookmarks_browser', 22 'bookmarks_browser',
22 'crash_core_common', # TODO(mpearson): remove once 464926 is fixed. 23 'crash_core_common', # TODO(mpearson): remove once 464926 is fixed.
23 'metrics', 24 'metrics',
24 'component_metrics_proto', 25 'component_metrics_proto',
25 'components_resources.gyp:components_resources', 26 'components_resources.gyp:components_resources',
26 'components_strings.gyp:components_strings', 27 'components_strings.gyp:components_strings',
27 'data_use_measurement_core', 28 'data_use_measurement_core',
28 'history_core_browser', 29 'history_core_browser',
29 'keyed_service_core', 30 'keyed_service_core',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'sources': [ 183 'sources': [
183 # Note: sources list duplicated in GN build. 184 # Note: sources list duplicated in GN build.
184 'omnibox/browser/mock_autocomplete_provider_client.cc', 185 'omnibox/browser/mock_autocomplete_provider_client.cc',
185 'omnibox/browser/mock_autocomplete_provider_client.h', 186 'omnibox/browser/mock_autocomplete_provider_client.h',
186 'omnibox/browser/test_scheme_classifier.cc', 187 'omnibox/browser/test_scheme_classifier.cc',
187 'omnibox/browser/test_scheme_classifier.h', 188 'omnibox/browser/test_scheme_classifier.h',
188 ], 189 ],
189 }, 190 },
190 ], 191 ],
191 } 192 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_result_view.cc ('k') | components/omnibox/browser/autocomplete_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698