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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9700049: Help: Implement version updating on Win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 2. Created 8 years, 9 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/browser/ui/webui/help/version_updater_win.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3717 matching lines...) Expand 10 before | Expand all | Expand 10 after
3728 'browser/ui/webui/gpu_internals_ui.h', 3728 'browser/ui/webui/gpu_internals_ui.h',
3729 'browser/ui/webui/help/help_handler.cc', 3729 'browser/ui/webui/help/help_handler.cc',
3730 'browser/ui/webui/help/help_handler.h', 3730 'browser/ui/webui/help/help_handler.h',
3731 'browser/ui/webui/help/help_ui.cc', 3731 'browser/ui/webui/help/help_ui.cc',
3732 'browser/ui/webui/help/help_ui.h', 3732 'browser/ui/webui/help/help_ui.h',
3733 'browser/ui/webui/help/version_updater.h', 3733 'browser/ui/webui/help/version_updater.h',
3734 'browser/ui/webui/help/version_updater_chromeos.cc', 3734 'browser/ui/webui/help/version_updater_chromeos.cc',
3735 'browser/ui/webui/help/version_updater_chromeos.h', 3735 'browser/ui/webui/help/version_updater_chromeos.h',
3736 'browser/ui/webui/help/version_updater_mac.mm', 3736 'browser/ui/webui/help/version_updater_mac.mm',
3737 'browser/ui/webui/help/version_updater_mac.h', 3737 'browser/ui/webui/help/version_updater_mac.h',
3738 'browser/ui/webui/help/version_updater_win.cc',
3739 'browser/ui/webui/help/version_updater_win.h',
3738 'browser/ui/webui/help/version_updater_unimplemented.cc', 3740 'browser/ui/webui/help/version_updater_unimplemented.cc',
3739 'browser/ui/webui/help/version_updater_unimplemented.h', 3741 'browser/ui/webui/help/version_updater_unimplemented.h',
3740 'browser/ui/webui/history_ui.cc', 3742 'browser/ui/webui/history_ui.cc',
3741 'browser/ui/webui/history_ui.h', 3743 'browser/ui/webui/history_ui.h',
3742 'browser/ui/webui/html_dialog_controller.cc', 3744 'browser/ui/webui/html_dialog_controller.cc',
3743 'browser/ui/webui/html_dialog_controller.h', 3745 'browser/ui/webui/html_dialog_controller.h',
3744 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3746 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3745 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3747 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3746 'browser/ui/webui/html_dialog_ui.cc', 3748 'browser/ui/webui/html_dialog_ui.cc',
3747 'browser/ui/webui/html_dialog_ui.h', 3749 'browser/ui/webui/html_dialog_ui.h',
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after
5233 'variables': { 5235 'variables': {
5234 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5236 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5235 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5237 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5236 }, 5238 },
5237 'includes': ['../build/protoc.gypi'], 5239 'includes': ['../build/protoc.gypi'],
5238 }], 5240 }],
5239 ], 5241 ],
5240 }, 5242 },
5241 ], 5243 ],
5242 } 5244 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698