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

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: rebase Created 6 years, 5 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 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 'variables': { 6 'variables': {
7 'chrome_browser_ui_sources': [ 7 'chrome_browser_ui_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after
2593 'common_net', 2593 'common_net',
2594 'in_memory_url_index_cache_proto', 2594 'in_memory_url_index_cache_proto',
2595 'safe_browsing_chunk_proto', 2595 'safe_browsing_chunk_proto',
2596 'safe_browsing_proto', 2596 'safe_browsing_proto',
2597 'safe_browsing_report_proto', 2597 'safe_browsing_report_proto',
2598 '../components/components.gyp:auto_login_parser', 2598 '../components/components.gyp:auto_login_parser',
2599 '../components/components.gyp:dom_distiller_core', 2599 '../components/components.gyp:dom_distiller_core',
2600 '../components/components.gyp:dom_distiller_webui', 2600 '../components/components.gyp:dom_distiller_webui',
2601 '../components/components.gyp:feedback_proto', 2601 '../components/components.gyp:feedback_proto',
2602 '../components/components.gyp:invalidation', 2602 '../components/components.gyp:invalidation',
2603 '../components/components.gyp:omaha_query_params',
2603 '../components/components.gyp:onc_component', 2604 '../components/components.gyp:onc_component',
2604 '../components/components.gyp:password_manager_core_browser', 2605 '../components/components.gyp:password_manager_core_browser',
2605 '../components/components_resources.gyp:components_resources', 2606 '../components/components_resources.gyp:components_resources',
2606 '../components/components_strings.gyp:components_strings', 2607 '../components/components_strings.gyp:components_strings',
2607 '../content/content.gyp:content_browser', 2608 '../content/content.gyp:content_browser',
2608 '../content/content.gyp:content_common', 2609 '../content/content.gyp:content_common',
2609 '../crypto/crypto.gyp:crypto', 2610 '../crypto/crypto.gyp:crypto',
2610 '../skia/skia.gyp:skia', 2611 '../skia/skia.gyp:skia',
2611 '../sync/sync.gyp:sync', 2612 '../sync/sync.gyp:sync',
2612 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2613 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 ], 3124 ],
3124 'sources!': [ 3125 'sources!': [
3125 'browser/ui/views/session_crashed_bubble_view.cc', 3126 'browser/ui/views/session_crashed_bubble_view.cc',
3126 'browser/ui/views/session_crashed_bubble_view.h', 3127 'browser/ui/views/session_crashed_bubble_view.h',
3127 ], 3128 ],
3128 }], 3129 }],
3129 ], 3130 ],
3130 }, 3131 },
3131 ], 3132 ],
3132 } 3133 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698