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

Side by Side Diff: chrome/common_constants.gyp

Issue 19547009: Move ".crx"/".pem" constants and extension_filenames constants into extensions/common/constants.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp too Created 7 years, 5 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
11 'version.gypi', 11 'version.gypi',
12 ], 12 ],
13 13
14 'target_defaults': { 14 'target_defaults': {
15 'sources': [ 15 'sources': [
16 '../extensions/common/constants.cc',
gab 2013/07/23 19:38:15 Add a TODO to move this to an 'extension_constants
17 '../extensions/common/constants.h',
16 'common/chrome_constants.cc', 18 'common/chrome_constants.cc',
17 'common/chrome_constants.h', 19 'common/chrome_constants.h',
18 'common/chrome_paths.cc', 20 'common/chrome_paths.cc',
19 'common/chrome_paths.h', 21 'common/chrome_paths.h',
20 'common/chrome_paths_android.cc', 22 'common/chrome_paths_android.cc',
21 'common/chrome_paths_internal.h', 23 'common/chrome_paths_internal.h',
22 'common/chrome_paths_linux.cc', 24 'common/chrome_paths_linux.cc',
23 'common/chrome_paths_mac.mm', 25 'common/chrome_paths_mac.mm',
24 'common/chrome_paths_win.cc', 26 'common/chrome_paths_win.cc',
25 'common/chrome_switches.cc', 27 'common/chrome_switches.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'configurations': { 109 'configurations': {
108 'Common_Base': { 110 'Common_Base': {
109 'msvs_target_platform': 'x64', 111 'msvs_target_platform': 'x64',
110 }, 112 },
111 }, 113 },
112 }, 114 },
113 ], 115 ],
114 }], 116 }],
115 ], 117 ],
116 } 118 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc ('k') | chrome/installer/setup/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698