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

Side by Side Diff: chrome_elf/chrome_elf.gyp

Issue 165893002: Moving version script and gypi file to build\util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Found the goof... tools -> util... :-/ Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../build/util/version.gypi',
9 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
10 '../chrome/version.gypi',
11 'blacklist.gypi', 11 'blacklist.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'chrome_elf', 15 'target_name': 'chrome_elf',
16 'type': 'shared_library', 16 'type': 'shared_library',
17 'include_dirs': [ 17 'include_dirs': [
18 '..', 18 '..',
19 ], 19 ],
20 'sources': [ 20 'sources': [
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 # Set /SUBSYSTEM:WINDOWS. 118 # Set /SUBSYSTEM:WINDOWS.
119 'SubSystem': '2', 119 'SubSystem': '2',
120 }, 120 },
121 }, 121 },
122 }, 122 },
123 ], 123 ],
124 }], 124 }],
125 ], 125 ],
126 } 126 }
127 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698