summaryrefslogtreecommitdiffstats
path: root/url/url_srcs.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'url/url_srcs.gypi')
-rw-r--r--url/url_srcs.gypi38
1 files changed, 38 insertions, 0 deletions
diff --git a/url/url_srcs.gypi b/url/url_srcs.gypi
new file mode 100644
index 0000000..e26bd75
--- /dev/null
+++ b/url/url_srcs.gypi
@@ -0,0 +1,38 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'gurl_sources': [
+ 'gurl.cc',
+ 'gurl.h',
+ 'third_party/mozilla/url_parse.cc',
+ 'third_party/mozilla/url_parse.h',
+ 'url_canon.h',
+ 'url_canon_etc.cc',
+ 'url_canon_filesystemurl.cc',
+ 'url_canon_fileurl.cc',
+ 'url_canon_host.cc',
+ 'url_canon_icu.cc',
+ 'url_canon_icu.h',
+ 'url_canon_internal.cc',
+ 'url_canon_internal.h',
+ 'url_canon_internal_file.h',
+ 'url_canon_ip.cc',
+ 'url_canon_ip.h',
+ 'url_canon_mailtourl.cc',
+ 'url_canon_path.cc',
+ 'url_canon_pathurl.cc',
+ 'url_canon_query.cc',
+ 'url_canon_relative.cc',
+ 'url_canon_stdstring.cc',
+ 'url_canon_stdurl.cc',
+ 'url_file.h',
+ 'url_parse_file.cc',
+ 'url_parse_internal.h',
+ 'url_util.cc',
+ 'url_util.h',
+ ],
+ },
+}