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

Side by Side Diff: chrome/common_constants.gypi

Issue 3024002: Add IssueAuthToken support to the TokenService. (Closed)
Patch Set: Code review fixes Created 10 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/common/notification_type.h ('k') | chrome/test/test_notification_tracker.h » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'common_constants_target': 0, 8 'common_constants_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 ['common_constants_target==1', { 11 ['common_constants_target==1', {
12 'sources': [ 12 'sources': [
13 'common/chrome_constants.cc', 13 'common/chrome_constants.cc',
14 'common/chrome_constants.h', 14 'common/chrome_constants.h',
15 'common/chrome_paths.cc', 15 'common/chrome_paths.cc',
16 'common/chrome_paths.h', 16 'common/chrome_paths.h',
17 'common/chrome_paths_internal.h', 17 'common/chrome_paths_internal.h',
18 'common/chrome_paths_linux.cc', 18 'common/chrome_paths_linux.cc',
19 'common/chrome_paths_mac.mm', 19 'common/chrome_paths_mac.mm',
20 'common/chrome_paths_win.cc', 20 'common/chrome_paths_win.cc',
21 'common/chrome_switches.cc', 21 'common/chrome_switches.cc',
22 'common/chrome_switches.h', 22 'common/chrome_switches.h',
23 'common/env_vars.cc', 23 'common/env_vars.cc',
24 'common/env_vars.h', 24 'common/env_vars.h',
25 'common/json_value_serializer.cc', 25 'common/json_value_serializer.cc',
26 'common/json_value_serializer.h', 26 'common/json_value_serializer.h',
27 'common/net/gaia/gaia_constants.cc',
28 'common/net/gaia/gaia_constants.h',
27 'common/pref_names.cc', 29 'common/pref_names.cc',
28 'common/pref_names.h', 30 'common/pref_names.h',
29 ], 31 ],
30 'actions': [ 32 'actions': [
31 { 33 {
32 'action_name': 'Make chrome_version.cc', 34 'action_name': 'Make chrome_version.cc',
33 'variables': { 35 'variables': {
34 'make_version_cc_path': 'tools/build/make_version_cc.py', 36 'make_version_cc_path': 'tools/build/make_version_cc.py',
35 }, 37 },
36 'inputs': [ 38 'inputs': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'configurations': { 89 'configurations': {
88 'Common_Base': { 90 'Common_Base': {
89 'msvs_target_platform': 'x64', 91 'msvs_target_platform': 'x64',
90 }, 92 },
91 }, 93 },
92 }, 94 },
93 ], 95 ],
94 }], 96 }],
95 ], 97 ],
96 } 98 }
OLDNEW
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/test/test_notification_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698