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

Side by Side Diff: chrome/common_constants.gyp

Issue 12902021: Auto-generates the font family scripts at build time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort order Created 7 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/common/pref_names.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
(...skipping 10 matching lines...) Expand all
21 'common/chrome_paths_internal.h', 21 'common/chrome_paths_internal.h',
22 'common/chrome_paths_linux.cc', 22 'common/chrome_paths_linux.cc',
23 'common/chrome_paths_mac.mm', 23 'common/chrome_paths_mac.mm',
24 'common/chrome_paths_win.cc', 24 'common/chrome_paths_win.cc',
25 'common/chrome_switches.cc', 25 'common/chrome_switches.cc',
26 'common/chrome_switches.h', 26 'common/chrome_switches.h',
27 'common/env_vars.cc', 27 'common/env_vars.cc',
28 'common/env_vars.h', 28 'common/env_vars.h',
29 'common/net/test_server_locations.cc', 29 'common/net/test_server_locations.cc',
30 'common/net/test_server_locations.h', 30 'common/net/test_server_locations.h',
31 'common/pref_font_script_names-inl.h',
32 'common/pref_font_webkit_names.h',
31 'common/pref_names.cc', 33 'common/pref_names.cc',
32 'common/pref_names.h', 34 'common/pref_names.h',
33 ], 35 ],
34 'actions': [ 36 'actions': [
35 { 37 {
36 'action_name': 'Make chrome_version.cc', 38 'action_name': 'Make chrome_version.cc',
37 'variables': { 39 'variables': {
38 'make_version_cc_path': 'tools/build/make_version_cc.py', 40 'make_version_cc_path': 'tools/build/make_version_cc.py',
39 }, 41 },
40 'inputs': [ 42 'inputs': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'configurations': { 103 'configurations': {
102 'Common_Base': { 104 'Common_Base': {
103 'msvs_target_platform': 'x64', 105 'msvs_target_platform': 'x64',
104 }, 106 },
105 }, 107 },
106 }, 108 },
107 ], 109 ],
108 }], 110 }],
109 ], 111 ],
110 } 112 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698