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

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: 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
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 3665 matching lines...) Expand 10 before | Expand all | Expand 10 after
3676 'browser/ui/webui/gpu_internals_ui.h', 3676 'browser/ui/webui/gpu_internals_ui.h',
3677 'browser/ui/webui/help/help_handler.cc', 3677 'browser/ui/webui/help/help_handler.cc',
3678 'browser/ui/webui/help/help_handler.h', 3678 'browser/ui/webui/help/help_handler.h',
3679 'browser/ui/webui/help/help_ui.cc', 3679 'browser/ui/webui/help/help_ui.cc',
3680 'browser/ui/webui/help/help_ui.h', 3680 'browser/ui/webui/help/help_ui.h',
3681 'browser/ui/webui/help/version_updater.h', 3681 'browser/ui/webui/help/version_updater.h',
3682 'browser/ui/webui/help/version_updater_chromeos.cc', 3682 'browser/ui/webui/help/version_updater_chromeos.cc',
3683 'browser/ui/webui/help/version_updater_chromeos.h', 3683 'browser/ui/webui/help/version_updater_chromeos.h',
3684 'browser/ui/webui/help/version_updater_mac.mm', 3684 'browser/ui/webui/help/version_updater_mac.mm',
3685 'browser/ui/webui/help/version_updater_mac.h', 3685 'browser/ui/webui/help/version_updater_mac.h',
3686 'browser/ui/webui/help/version_updater_win.cc',
3687 'browser/ui/webui/help/version_updater_win.h',
3686 'browser/ui/webui/help/version_updater_unimplemented.cc', 3688 'browser/ui/webui/help/version_updater_unimplemented.cc',
3687 'browser/ui/webui/help/version_updater_unimplemented.h', 3689 'browser/ui/webui/help/version_updater_unimplemented.h',
3688 'browser/ui/webui/history_ui.cc', 3690 'browser/ui/webui/history_ui.cc',
3689 'browser/ui/webui/history_ui.h', 3691 'browser/ui/webui/history_ui.h',
3690 'browser/ui/webui/html_dialog_controller.cc', 3692 'browser/ui/webui/html_dialog_controller.cc',
3691 'browser/ui/webui/html_dialog_controller.h', 3693 'browser/ui/webui/html_dialog_controller.h',
3692 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3694 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3693 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3695 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3694 'browser/ui/webui/html_dialog_ui.cc', 3696 'browser/ui/webui/html_dialog_ui.cc',
3695 'browser/ui/webui/html_dialog_ui.h', 3697 'browser/ui/webui/html_dialog_ui.h',
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
5354 'variables': { 5356 'variables': {
5355 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5357 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5356 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5358 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5357 }, 5359 },
5358 'includes': ['../build/protoc.gypi'], 5360 'includes': ['../build/protoc.gypi'],
5359 }], 5361 }],
5360 ], 5362 ],
5361 }, 5363 },
5362 ], 5364 ],
5363 } 5365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698