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

Side by Side Diff: rlz/rlz.gyp

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 years, 3 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
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 'includes': [
7 '../build/common.gypi',
8 ],
9 'conditions': [ 6 'conditions': [
10 [ 'OS == "win"', { 7 [ 'OS == "win"', {
11 'targets': [ 8 'targets': [
12 { 9 {
13 'target_name': 'rlz', 10 'target_name': 'rlz',
14 'type': 'none', 11 'type': 'none',
15 'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385', 12 'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385',
16 'conditions': [ 13 'conditions': [
17 ['branding == "Chrome"', { 14 ['branding == "Chrome"', {
18 'copies': [ 15 'copies': [
19 { 16 {
20 'destination': '<(PRODUCT_DIR)', 17 'destination': '<(PRODUCT_DIR)',
21 'files': [ 18 'files': [
22 'binaries/rlz.dll', 19 'binaries/rlz.dll',
23 'binaries/rlz_dll.pdb', 20 'binaries/rlz_dll.pdb',
24 ], 21 ],
25 }, 22 },
26 ], 23 ],
27 }], 24 }],
28 ], 25 ],
29 }, 26 },
30 ], 27 ],
31 }], 28 }],
32 ], 29 ],
33 } 30 }
OLDNEW
« o3d/DEPS_gyp ('K') | « printing/printing.gyp ('k') | sandbox/sandbox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698