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 { | 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', |
(...skipping 15 matching lines...) Expand all Loading... |
26 'theme_resources', | 26 'theme_resources', |
27 'userfeedback_proto', | 27 'userfeedback_proto', |
28 '../app/app.gyp:app_resources', | 28 '../app/app.gyp:app_resources', |
29 '../app/app.gyp:app_strings', | 29 '../app/app.gyp:app_strings', |
30 '../media/media.gyp:media', | 30 '../media/media.gyp:media', |
31 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 31 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
32 '../printing/printing.gyp:printing', | 32 '../printing/printing.gyp:printing', |
33 '../skia/skia.gyp:skia', | 33 '../skia/skia.gyp:skia', |
34 '../third_party/bzip2/bzip2.gyp:bzip2', | 34 '../third_party/bzip2/bzip2.gyp:bzip2', |
35 '../third_party/expat/expat.gyp:expat', | 35 '../third_party/expat/expat.gyp:expat', |
| 36 '../third_party/flac/flac.gyp:libflac', |
36 '../third_party/icu/icu.gyp:icui18n', | 37 '../third_party/icu/icu.gyp:icui18n', |
37 '../third_party/icu/icu.gyp:icuuc', | 38 '../third_party/icu/icu.gyp:icuuc', |
38 '../third_party/libjingle/libjingle.gyp:libjingle', | 39 '../third_party/libjingle/libjingle.gyp:libjingle', |
39 '../third_party/libxml/libxml.gyp:libxml', | 40 '../third_party/libxml/libxml.gyp:libxml', |
40 '../third_party/npapi/npapi.gyp:npapi', | 41 '../third_party/npapi/npapi.gyp:npapi', |
41 '../third_party/hunspell/hunspell.gyp:hunspell', | 42 '../third_party/hunspell/hunspell.gyp:hunspell', |
42 '../third_party/speex/speex.gyp:libspeex', | 43 '../third_party/speex/speex.gyp:libspeex', |
43 '../ui/ui.gyp:ui_base', | 44 '../ui/ui.gyp:ui_base', |
44 '../webkit/support/webkit_support.gyp:appcache', | 45 '../webkit/support/webkit_support.gyp:appcache', |
45 '../webkit/support/webkit_support.gyp:blob', | 46 '../webkit/support/webkit_support.gyp:blob', |
(...skipping 4476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4522 ], | 4523 ], |
4523 }, | 4524 }, |
4524 ], | 4525 ], |
4525 } | 4526 } |
4526 | 4527 |
4527 # Local Variables: | 4528 # Local Variables: |
4528 # tab-width:2 | 4529 # tab-width:2 |
4529 # indent-tabs-mode:nil | 4530 # indent-tabs-mode:nil |
4530 # End: | 4531 # End: |
4531 # vim: set expandtab tabstop=2 shiftwidth=2: | 4532 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |