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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 16 matching lines...) Expand all
27 'common_net', 27 'common_net',
28 'in_memory_url_index_cache_proto', 28 'in_memory_url_index_cache_proto',
29 'safe_browsing_chunk_proto', 29 'safe_browsing_chunk_proto',
30 'safe_browsing_proto', 30 'safe_browsing_proto',
31 'safe_browsing_report_proto', 31 'safe_browsing_report_proto',
32 '../components/components.gyp:auto_login_parser', 32 '../components/components.gyp:auto_login_parser',
33 '../components/components.gyp:dom_distiller_core', 33 '../components/components.gyp:dom_distiller_core',
34 '../components/components.gyp:dom_distiller_webui', 34 '../components/components.gyp:dom_distiller_webui',
35 '../components/components.gyp:feedback_proto', 35 '../components/components.gyp:feedback_proto',
36 '../components/components.gyp:invalidation', 36 '../components/components.gyp:invalidation',
37 '../components/components.gyp:omaha_query_params',
37 '../components/components.gyp:onc_component', 38 '../components/components.gyp:onc_component',
38 '../components/components.gyp:password_manager_core_browser', 39 '../components/components.gyp:password_manager_core_browser',
39 '../components/components_resources.gyp:components_resources', 40 '../components/components_resources.gyp:components_resources',
40 '../components/components_strings.gyp:components_strings', 41 '../components/components_strings.gyp:components_strings',
41 '../content/content.gyp:content_browser', 42 '../content/content.gyp:content_browser',
42 '../content/content.gyp:content_common', 43 '../content/content.gyp:content_common',
43 '../crypto/crypto.gyp:crypto', 44 '../crypto/crypto.gyp:crypto',
44 '../skia/skia.gyp:skia', 45 '../skia/skia.gyp:skia',
45 '../sync/sync.gyp:sync', 46 '../sync/sync.gyp:sync',
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 3103 matching lines...) Expand 10 before | Expand all | Expand 10 after
3150 ], 3151 ],
3151 'sources!': [ 3152 'sources!': [
3152 'browser/ui/views/session_crashed_bubble_view.cc', 3153 'browser/ui/views/session_crashed_bubble_view.cc',
3153 'browser/ui/views/session_crashed_bubble_view.h', 3154 'browser/ui/views/session_crashed_bubble_view.h',
3154 ], 3155 ],
3155 }], 3156 }],
3156 ], 3157 ],
3157 }, 3158 },
3158 ], 3159 ],
3159 } 3160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698