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

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

Issue 7811006: Add full support for filesystem URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged out; haven't built yet. Created 8 years, 11 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) 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 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../third_party/icu/icu.gyp:icudata', 16 '../../third_party/icu/icu.gyp:icudata',
17 '../../third_party/icu/icu.gyp:icui18n', 17 '../../third_party/icu/icu.gyp:icui18n',
18 '../../third_party/icu/icu.gyp:icuuc', 18 '../../third_party/icu/icu.gyp:icuuc',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 '../../googleurl/src/gurl.cc', 21 '../../googleurl/src/gurl.cc',
22 '../../googleurl/src/gurl.h', 22 '../../googleurl/src/gurl.h',
23 '../../googleurl/src/url_canon.h', 23 '../../googleurl/src/url_canon.h',
24 '../../googleurl/src/url_canon_etc.cc', 24 '../../googleurl/src/url_canon_etc.cc',
25 '../../googleurl/src/url_canon_fileurl.cc', 25 '../../googleurl/src/url_canon_fileurl.cc',
26 '../../googleurl/src/url_canon_filesystemurl.cc',
26 '../../googleurl/src/url_canon_host.cc', 27 '../../googleurl/src/url_canon_host.cc',
27 '../../googleurl/src/url_canon_icu.cc', 28 '../../googleurl/src/url_canon_icu.cc',
28 '../../googleurl/src/url_canon_icu.h', 29 '../../googleurl/src/url_canon_icu.h',
29 '../../googleurl/src/url_canon_internal.cc', 30 '../../googleurl/src/url_canon_internal.cc',
30 '../../googleurl/src/url_canon_internal.h', 31 '../../googleurl/src/url_canon_internal.h',
31 '../../googleurl/src/url_canon_internal_file.h', 32 '../../googleurl/src/url_canon_internal_file.h',
32 '../../googleurl/src/url_canon_ip.cc', 33 '../../googleurl/src/url_canon_ip.cc',
33 '../../googleurl/src/url_canon_ip.h', 34 '../../googleurl/src/url_canon_ip.h',
34 '../../googleurl/src/url_canon_mailtourl.cc', 35 '../../googleurl/src/url_canon_mailtourl.cc',
35 '../../googleurl/src/url_canon_path.cc', 36 '../../googleurl/src/url_canon_path.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'dependencies': [ 93 'dependencies': [
93 '../../base/allocator/allocator.gyp:allocator', 94 '../../base/allocator/allocator.gyp:allocator',
94 ], 95 ],
95 }], 96 }],
96 ], 97 ],
97 }], 98 }],
98 ], 99 ],
99 }, 100 },
100 ], 101 ],
101 } 102 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete.cc » ('j') | chrome/common/extensions/url_pattern.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698