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

Side by Side Diff: win8/metro_driver/metro_driver.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 (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 'conditions': [ 5 'conditions': [
6 ['OS=="win"', { 6 ['OS=="win"', {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'includes': [ 10 'includes': [
11 '../../build/util/version.gypi',
11 '../../build/win_precompile.gypi', 12 '../../build/win_precompile.gypi',
12 '../../chrome/version.gypi',
13 ], 13 ],
14 'target_defaults': { 14 'target_defaults': {
15 # This and the force include below is a workaround for intsafe.h in 15 # This and the force include below is a workaround for intsafe.h in
16 # VS 2010. 16 # VS 2010.
17 'msvs_system_include_dirs': [ 17 'msvs_system_include_dirs': [
18 '<(DEPTH)/build', 18 '<(DEPTH)/build',
19 ], 19 ],
20 'msvs_settings': { 20 'msvs_settings': {
21 'VCLinkerTool': { 21 'VCLinkerTool': {
22 'AdditionalDependencies': [ 22 'AdditionalDependencies': [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'run_all_unittests.cc', 148 'run_all_unittests.cc',
149 'winrt_utils.cc', 149 'winrt_utils.cc',
150 'winrt_utils.h', 150 'winrt_utils.h',
151 'winrt_utils_unittest.cc', 151 'winrt_utils_unittest.cc',
152 ], 152 ],
153 }, 153 },
154 ], 154 ],
155 },], 155 },],
156 ], 156 ],
157 } 157 }
OLDNEW
« chrome/chrome_common.gypi ('K') | « win8/delegate_execute/delegate_execute.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698