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

Side by Side Diff: chrome/common_constants.gyp

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: rebase on r373339 and rm unused install_util.h include Created 4 years, 10 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'common_constants_sources': [ 8 'common_constants_sources': [
9 'common/chrome_constants.cc', 9 'common/chrome_constants.cc',
10 'common/chrome_constants.h', 10 'common/chrome_constants.h',
11 'common/chrome_constants_util_win.cc',
12 'common/chrome_constants_util_win.h',
11 'common/chrome_features.cc', 13 'common/chrome_features.cc',
12 'common/chrome_features.h', 14 'common/chrome_features.h',
13 'common/chrome_icon_resources_win.cc', 15 'common/chrome_icon_resources_win.cc',
14 'common/chrome_icon_resources_win.h', 16 'common/chrome_icon_resources_win.h',
15 'common/chrome_paths.cc', 17 'common/chrome_paths.cc',
16 'common/chrome_paths.h', 18 'common/chrome_paths.h',
17 'common/chrome_paths_android.cc', 19 'common/chrome_paths_android.cc',
18 'common/chrome_paths_internal.h', 20 'common/chrome_paths_internal.h',
19 'common/chrome_paths_linux.cc', 21 'common/chrome_paths_linux.cc',
20 'common/chrome_paths_mac.mm', 22 'common/chrome_paths_mac.mm',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'configurations': { 137 'configurations': {
136 'Common_Base': { 138 'Common_Base': {
137 'msvs_target_platform': 'x64', 139 'msvs_target_platform': 'x64',
138 }, 140 },
139 }, 141 },
140 }, 142 },
141 ], 143 ],
142 }], 144 }],
143 ], 145 ],
144 } 146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698