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

Side by Side Diff: chrome/tools/crash_service/caps/caps.gyp

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert version_info::Channel to a "class enum" Created 5 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/tools/DEPS ('k') | chrome/tools/crash_service/caps/logger_win.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../../../../build/util/version.gypi', 9 '../../../../build/util/version.gypi',
10 '../../../../build/win_precompile.gypi', 10 '../../../../build/win_precompile.gypi',
(...skipping 25 matching lines...) Expand all
36 'exit_codes.h', 36 'exit_codes.h',
37 'logger_win.cc', 37 'logger_win.cc',
38 'logger_win.h', 38 'logger_win.h',
39 'main_win.cc', 39 'main_win.cc',
40 'process_singleton_win.cc', 40 'process_singleton_win.cc',
41 'process_singleton_win.h', 41 'process_singleton_win.h',
42 ], 42 ],
43 'dependencies': [ 43 'dependencies': [
44 'caps_resources', 44 'caps_resources',
45 '../../../../base/base.gyp:base', 45 '../../../../base/base.gyp:base',
46 '../../../../chrome/chrome.gyp:common_version', 46 '../../../../components/components.gyp:generate_version_info',
47 ], 47 ],
48 'msvs_settings': { 48 'msvs_settings': {
49 'VCLinkerTool': { 49 'VCLinkerTool': {
50 # Set /SUBSYSTEM:WINDOWS. 50 # Set /SUBSYSTEM:WINDOWS.
51 'SubSystem': '2', 51 'SubSystem': '2',
52 }, 52 },
53 }, 53 },
54 }, 54 },
55 ], 55 ],
56 } 56 }
OLDNEW
« no previous file with comments | « chrome/tools/DEPS ('k') | chrome/tools/crash_service/caps/logger_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698