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

Side by Side Diff: build/temp_gyp/googleurl.gyp

Issue 7108053: Remove msvs_guids from app, base, breakpad and build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « breakpad/breakpad_sender.gypi ('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
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # TODO(mark): Upstream this file to googleurl. 5 # TODO(mark): Upstream this file to googleurl.
6 { 6 {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'googleurl', 12 'target_name': 'googleurl',
13 'type': '<(component)', 13 'type': '<(component)',
14 'msvs_guid': 'EF5E94AB-B646-4E5B-A058-52EF07B8351C',
15 'dependencies': [ 14 'dependencies': [
16 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
17 '../../third_party/icu/icu.gyp:icudata', 16 '../../third_party/icu/icu.gyp:icudata',
18 '../../third_party/icu/icu.gyp:icui18n', 17 '../../third_party/icu/icu.gyp:icui18n',
19 '../../third_party/icu/icu.gyp:icuuc', 18 '../../third_party/icu/icu.gyp:icuuc',
20 ], 19 ],
21 'sources': [ 20 'sources': [
22 '../../googleurl/src/gurl.cc', 21 '../../googleurl/src/gurl.cc',
23 '../../googleurl/src/gurl.h', 22 '../../googleurl/src/gurl.h',
24 '../../googleurl/src/url_canon.h', 23 '../../googleurl/src/url_canon.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 ], 106 ],
108 }, 107 },
109 ], 108 ],
110 } 109 }
111 110
112 # Local Variables: 111 # Local Variables:
113 # tab-width:2 112 # tab-width:2
114 # indent-tabs-mode:nil 113 # indent-tabs-mode:nil
115 # End: 114 # End:
116 # vim: set expandtab tabstop=2 shiftwidth=2: 115 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « breakpad/breakpad_sender.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698