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

Side by Side Diff: url/url_srcs.gypi

Issue 174553004: Compile GURL for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « url/url_nacl.gyp ('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 2014 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 'variables': {
7 'gurl_sources': [
8 'gurl.cc',
9 'gurl.h',
10 'third_party/mozilla/url_parse.cc',
11 'third_party/mozilla/url_parse.h',
12 'url_canon.h',
13 'url_canon_etc.cc',
14 'url_canon_filesystemurl.cc',
15 'url_canon_fileurl.cc',
16 'url_canon_host.cc',
17 'url_canon_icu.cc',
18 'url_canon_icu.h',
19 'url_canon_internal.cc',
20 'url_canon_internal.h',
21 'url_canon_internal_file.h',
22 'url_canon_ip.cc',
23 'url_canon_ip.h',
24 'url_canon_mailtourl.cc',
25 'url_canon_path.cc',
26 'url_canon_pathurl.cc',
27 'url_canon_query.cc',
28 'url_canon_relative.cc',
29 'url_canon_stdstring.cc',
30 'url_canon_stdurl.cc',
31 'url_file.h',
32 'url_parse_file.cc',
33 'url_parse_internal.h',
34 'url_util.cc',
35 'url_util.h',
36 ],
37 },
38 }
OLDNEW
« no previous file with comments | « url/url_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698