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 24 matching lines...) Expand all Loading... |
35 '../media/media.gyp:media', | 35 '../media/media.gyp:media', |
36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
37 '../printing/printing.gyp:printing', | 37 '../printing/printing.gyp:printing', |
38 '../skia/skia.gyp:skia', | 38 '../skia/skia.gyp:skia', |
39 '../third_party/bzip2/bzip2.gyp:bzip2', | 39 '../third_party/bzip2/bzip2.gyp:bzip2', |
40 '../third_party/expat/expat.gyp:expat', | 40 '../third_party/expat/expat.gyp:expat', |
41 '../third_party/hunspell/hunspell.gyp:hunspell', | 41 '../third_party/hunspell/hunspell.gyp:hunspell', |
42 '../third_party/icu/icu.gyp:icui18n', | 42 '../third_party/icu/icu.gyp:icui18n', |
43 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
44 '../third_party/libjingle/libjingle.gyp:libjingle', | 44 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
45 '../third_party/libxml/libxml.gyp:libxml', | 46 '../third_party/libxml/libxml.gyp:libxml', |
46 '../third_party/npapi/npapi.gyp:npapi', | 47 '../third_party/npapi/npapi.gyp:npapi', |
47 '../ui/base/strings/ui_strings.gyp:ui_strings', | 48 '../ui/base/strings/ui_strings.gyp:ui_strings', |
48 '../ui/gfx/surface/surface.gyp:surface', | 49 '../ui/gfx/surface/surface.gyp:surface', |
49 '../webkit/support/webkit_support.gyp:appcache', | 50 '../webkit/support/webkit_support.gyp:appcache', |
50 '../webkit/support/webkit_support.gyp:blob', | 51 '../webkit/support/webkit_support.gyp:blob', |
51 '../webkit/support/webkit_support.gyp:database', | 52 '../webkit/support/webkit_support.gyp:database', |
52 '../webkit/support/webkit_support.gyp:fileapi', | 53 '../webkit/support/webkit_support.gyp:fileapi', |
53 '../webkit/support/webkit_support.gyp:glue', | 54 '../webkit/support/webkit_support.gyp:glue', |
54 '../webkit/support/webkit_support.gyp:quota', | 55 '../webkit/support/webkit_support.gyp:quota', |
(...skipping 4464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4519 'hard_dependency': 1, | 4520 'hard_dependency': 1, |
4520 }, | 4521 }, |
4521 ], | 4522 ], |
4522 } | 4523 } |
4523 | 4524 |
4524 # Local Variables: | 4525 # Local Variables: |
4525 # tab-width:2 | 4526 # tab-width:2 |
4526 # indent-tabs-mode:nil | 4527 # indent-tabs-mode:nil |
4527 # End: | 4528 # End: |
4528 # vim: set expandtab tabstop=2 shiftwidth=2: | 4529 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |