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

Side by Side Diff: rlz/rlz.gyp

Issue 2640003: Remove the old RLZ dll from the chrome code. There are no code dependencies... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « chrome/installer/mini_installer/chrome_frame.release ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'conditions': [
7 [ 'OS == "win"', {
8 'targets': [
9 {
10 'target_name': 'rlz',
11 'type': 'none',
12 'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385',
13 'conditions': [
14 ['branding == "Chrome"', {
15 'copies': [
16 {
17 'destination': '<(PRODUCT_DIR)',
18 'files': [
19 'binaries/rlz.dll',
20 'binaries/rlz_dll.pdb',
21 ],
22 },
23 ],
24 }],
25 ],
26 },
27 ],
28 }],
29 ],
30 }
31
32 # Local Variables:
33 # tab-width:2
34 # indent-tabs-mode:nil
35 # End:
36 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome_frame.release ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698