OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
11 'dependencies': [ | 11 'dependencies': [ |
12 'common', | 12 'common', |
13 'chrome_resources', | 13 'chrome_resources', |
14 'chrome_strings', | 14 'chrome_strings', |
15 'component_extensions', | 15 'component_extensions', |
16 'net_internals_resources', | 16 'net_internals_resources', |
17 'platform_locale_settings', | 17 'platform_locale_settings', |
18 'sync_proto', | 18 'sync_proto', |
| 19 'syncapi', |
19 'theme_resources', | 20 'theme_resources', |
20 '../app/app.gyp:app_resources', | 21 '../app/app.gyp:app_resources', |
21 '../app/app.gyp:app_strings', | 22 '../app/app.gyp:app_strings', |
22 '../media/media.gyp:media', | 23 '../media/media.gyp:media', |
23 '../printing/printing.gyp:printing', | 24 '../printing/printing.gyp:printing', |
24 '../skia/skia.gyp:skia', | 25 '../skia/skia.gyp:skia', |
25 '../third_party/bzip2/bzip2.gyp:bzip2', | 26 '../third_party/bzip2/bzip2.gyp:bzip2', |
26 '../third_party/expat/expat.gyp:expat', | 27 '../third_party/expat/expat.gyp:expat', |
27 '../third_party/icu/icu.gyp:icui18n', | 28 '../third_party/icu/icu.gyp:icui18n', |
28 '../third_party/icu/icu.gyp:icuuc', | 29 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 3168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3197 ] | 3198 ] |
3198 }, | 3199 }, |
3199 ], | 3200 ], |
3200 } | 3201 } |
3201 | 3202 |
3202 # Local Variables: | 3203 # Local Variables: |
3203 # tab-width:2 | 3204 # tab-width:2 |
3204 # indent-tabs-mode:nil | 3205 # indent-tabs-mode:nil |
3205 # End: | 3206 # End: |
3206 # vim: set expandtab tabstop=2 shiftwidth=2: | 3207 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |