| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |