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

Side by Side Diff: chrome/common_constants.gyp

Issue 270233002: extensions: Remove dependency on chrome's common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | extensions/extensions.gyp » ('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) 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 '../build/util/version.gypi', 11 '../build/util/version.gypi',
12 ], 12 ],
13 13
14 'target_defaults': { 14 'target_defaults': {
15 'sources': [ 15 'sources': [
16 # TODO(yoz): Create an extension_constants target for these.
17 '../extensions/common/constants.cc',
18 '../extensions/common/constants.h',
19 'common/chrome_constants.cc', 16 'common/chrome_constants.cc',
20 'common/chrome_constants.h', 17 'common/chrome_constants.h',
21 'common/chrome_icon_resources_win.cc', 18 'common/chrome_icon_resources_win.cc',
22 'common/chrome_icon_resources_win.h', 19 'common/chrome_icon_resources_win.h',
23 'common/chrome_paths.cc', 20 'common/chrome_paths.cc',
24 'common/chrome_paths.h', 21 'common/chrome_paths.h',
25 'common/chrome_paths_android.cc', 22 'common/chrome_paths_android.cc',
26 'common/chrome_paths_internal.h', 23 'common/chrome_paths_internal.h',
27 'common/chrome_paths_linux.cc', 24 'common/chrome_paths_linux.cc',
28 'common/chrome_paths_mac.mm', 25 'common/chrome_paths_mac.mm',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'configurations': { 107 'configurations': {
111 'Common_Base': { 108 'Common_Base': {
112 'msvs_target_platform': 'x64', 109 'msvs_target_platform': 'x64',
113 }, 110 },
114 }, 111 },
115 }, 112 },
116 ], 113 ],
117 }], 114 }],
118 ], 115 ],
119 } 116 }
OLDNEW
« no previous file with comments | « no previous file | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698