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

Side by Side Diff: win8/delegate_execute/delegate_execute.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 '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 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'delegate_execute_version_resources', 14 'target_name': 'delegate_execute_version_resources',
15 'type': 'none', 15 'type': 'none',
16 'conditions': [ 16 'conditions': [
17 ['branding == "Chrome"', { 17 ['branding == "Chrome"', {
18 'variables': { 18 'variables': {
19 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING', 19 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING',
20 }, 20 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '../../testing/gtest.gyp:gtest', 89 '../../testing/gtest.gyp:gtest',
90 ], 90 ],
91 'sources': [ 91 'sources': [
92 'delegate_execute_util.cc', 92 'delegate_execute_util.cc',
93 'delegate_execute_util.h', 93 'delegate_execute_util.h',
94 'delegate_execute_util_unittest.cc', 94 'delegate_execute_util_unittest.cc',
95 ], 95 ],
96 }, 96 },
97 ], 97 ],
98 } 98 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698