| 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 'msvs_guid': 'EF5E94AB-B646-4E5B-A058-52EF07B8351C', | |
| 15 'dependencies': [ | 14 'dependencies': [ |
| 16 '../../base/base.gyp:base', | 15 '../../base/base.gyp:base', |
| 17 '../../third_party/icu/icu.gyp:icudata', | 16 '../../third_party/icu/icu.gyp:icudata', |
| 18 '../../third_party/icu/icu.gyp:icui18n', | 17 '../../third_party/icu/icu.gyp:icui18n', |
| 19 '../../third_party/icu/icu.gyp:icuuc', | 18 '../../third_party/icu/icu.gyp:icuuc', |
| 20 ], | 19 ], |
| 21 'sources': [ | 20 'sources': [ |
| 22 '../../googleurl/src/gurl.cc', | 21 '../../googleurl/src/gurl.cc', |
| 23 '../../googleurl/src/gurl.h', | 22 '../../googleurl/src/gurl.h', |
| 24 '../../googleurl/src/url_canon.h', | 23 '../../googleurl/src/url_canon.h', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 ], | 106 ], |
| 108 }, | 107 }, |
| 109 ], | 108 ], |
| 110 } | 109 } |
| 111 | 110 |
| 112 # Local Variables: | 111 # Local Variables: |
| 113 # tab-width:2 | 112 # tab-width:2 |
| 114 # indent-tabs-mode:nil | 113 # indent-tabs-mode:nil |
| 115 # End: | 114 # End: |
| 116 # vim: set expandtab tabstop=2 shiftwidth=2: | 115 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |