| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'gurl_sources': [ | 7 'gurl_sources': [ |
| 8 'android/url_jni_registrar.cc', |
| 9 'android/url_jni_registrar.h', |
| 8 'gurl.cc', | 10 'gurl.cc', |
| 9 'gurl.h', | 11 'gurl.h', |
| 10 'origin.cc', | 12 'origin.cc', |
| 11 'origin.h', | 13 'origin.h', |
| 12 'third_party/mozilla/url_parse.cc', | 14 'third_party/mozilla/url_parse.cc', |
| 13 'third_party/mozilla/url_parse.h', | 15 'third_party/mozilla/url_parse.h', |
| 14 'url_canon.h', | 16 'url_canon.h', |
| 15 'url_canon_etc.cc', | 17 'url_canon_etc.cc', |
| 16 'url_canon_filesystemurl.cc', | 18 'url_canon_filesystemurl.cc', |
| 17 'url_canon_fileurl.cc', | 19 'url_canon_fileurl.cc', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 31 'url_canon_stdstring.cc', | 33 'url_canon_stdstring.cc', |
| 32 'url_canon_stdurl.cc', | 34 'url_canon_stdurl.cc', |
| 33 'url_file.h', | 35 'url_file.h', |
| 34 'url_parse_file.cc', | 36 'url_parse_file.cc', |
| 35 'url_parse_internal.h', | 37 'url_parse_internal.h', |
| 36 'url_util.cc', | 38 'url_util.cc', |
| 37 'url_util.h', | 39 'url_util.h', |
| 38 ], | 40 ], |
| 39 }, | 41 }, |
| 40 } | 42 } |
| OLD | NEW |