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

Side by Side Diff: chrome/chrome.gyp

Issue 174194: Re-apply r23841 "During uninstall if Chrome is set as default" (Closed)
Patch Set: update for combobox model changes Created 11 years, 4 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 | « chrome/browser/views/uninstall_view.cc ('k') | chrome/installer/util/shell_util.h » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'browser/views/tabs/tab_strip.h', 2010 'browser/views/tabs/tab_strip.h',
2011 'browser/views/tabs/tab_strip_2.cc', 2011 'browser/views/tabs/tab_strip_2.cc',
2012 'browser/views/tabs/tab_strip_2.h', 2012 'browser/views/tabs/tab_strip_2.h',
2013 'browser/views/task_manager_view.cc', 2013 'browser/views/task_manager_view.cc',
2014 'browser/views/theme_helpers.cc', 2014 'browser/views/theme_helpers.cc',
2015 'browser/views/theme_helpers.h', 2015 'browser/views/theme_helpers.h',
2016 'browser/views/toolbar_star_toggle.cc', 2016 'browser/views/toolbar_star_toggle.cc',
2017 'browser/views/toolbar_star_toggle.h', 2017 'browser/views/toolbar_star_toggle.h',
2018 'browser/views/toolbar_view.cc', 2018 'browser/views/toolbar_view.cc',
2019 'browser/views/toolbar_view.h', 2019 'browser/views/toolbar_view.h',
2020 'browser/views/uninstall_dialog.cc', 2020 'browser/views/uninstall_view.cc',
2021 'browser/views/uninstall_dialog.h', 2021 'browser/views/uninstall_view.h',
2022 'browser/views/url_picker.cc', 2022 'browser/views/url_picker.cc',
2023 'browser/views/url_picker.h', 2023 'browser/views/url_picker.h',
2024 'browser/views/user_data_dir_dialog.cc', 2024 'browser/views/user_data_dir_dialog.cc',
2025 'browser/views/user_data_dir_dialog.h', 2025 'browser/views/user_data_dir_dialog.h',
2026 'browser/visitedlink_master.cc', 2026 'browser/visitedlink_master.cc',
2027 'browser/visitedlink_master.h', 2027 'browser/visitedlink_master.h',
2028 'browser/visitedlink_event_listener.cc', 2028 'browser/visitedlink_event_listener.cc',
2029 'browser/visitedlink_event_listener.h', 2029 'browser/visitedlink_event_listener.h',
2030 'browser/webdata/web_data_service.cc', 2030 'browser/webdata/web_data_service.cc',
2031 'browser/webdata/web_data_service.h', 2031 'browser/webdata/web_data_service.h',
(...skipping 3631 matching lines...) Expand 10 before | Expand all | Expand 10 after
5663 # Use outputs of this action as inputs for the main target build. 5663 # Use outputs of this action as inputs for the main target build.
5664 # Seems as a misnomer but makes this happy on Linux (scons). 5664 # Seems as a misnomer but makes this happy on Linux (scons).
5665 'process_outputs_as_sources': 1, 5665 'process_outputs_as_sources': 1,
5666 }, 5666 },
5667 ], # 'actions' 5667 ], # 'actions'
5668 }, 5668 },
5669 ] 5669 ]
5670 }], 5670 }],
5671 ], # 'conditions' 5671 ], # 'conditions'
5672 } 5672 }
OLDNEW
« no previous file with comments | « chrome/browser/views/uninstall_view.cc ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698