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 22 matching lines...) Expand all Loading... |
33 '../media/media.gyp:media', | 33 '../media/media.gyp:media', |
34 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 34 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
35 '../printing/printing.gyp:printing', | 35 '../printing/printing.gyp:printing', |
36 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
37 '../third_party/bzip2/bzip2.gyp:bzip2', | 37 '../third_party/bzip2/bzip2.gyp:bzip2', |
38 '../third_party/expat/expat.gyp:expat', | 38 '../third_party/expat/expat.gyp:expat', |
39 '../third_party/hunspell/hunspell.gyp:hunspell', | 39 '../third_party/hunspell/hunspell.gyp:hunspell', |
40 '../third_party/icu/icu.gyp:icui18n', | 40 '../third_party/icu/icu.gyp:icui18n', |
41 '../third_party/icu/icu.gyp:icuuc', | 41 '../third_party/icu/icu.gyp:icuuc', |
42 '../third_party/libjingle/libjingle.gyp:libjingle', | 42 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 43 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
43 '../third_party/libxml/libxml.gyp:libxml', | 44 '../third_party/libxml/libxml.gyp:libxml', |
44 '../third_party/npapi/npapi.gyp:npapi', | 45 '../third_party/npapi/npapi.gyp:npapi', |
45 '../ui/base/strings/ui_strings.gyp:ui_strings', | 46 '../ui/base/strings/ui_strings.gyp:ui_strings', |
46 '../ui/gfx/surface/surface.gyp:surface', | 47 '../ui/gfx/surface/surface.gyp:surface', |
47 '../webkit/support/webkit_support.gyp:appcache', | 48 '../webkit/support/webkit_support.gyp:appcache', |
48 '../webkit/support/webkit_support.gyp:blob', | 49 '../webkit/support/webkit_support.gyp:blob', |
49 '../webkit/support/webkit_support.gyp:database', | 50 '../webkit/support/webkit_support.gyp:database', |
50 '../webkit/support/webkit_support.gyp:fileapi', | 51 '../webkit/support/webkit_support.gyp:fileapi', |
51 '../webkit/support/webkit_support.gyp:glue', | 52 '../webkit/support/webkit_support.gyp:glue', |
52 '../webkit/support/webkit_support.gyp:quota', | 53 '../webkit/support/webkit_support.gyp:quota', |
(...skipping 4360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4413 'hard_dependency': 1, | 4414 'hard_dependency': 1, |
4414 }, | 4415 }, |
4415 ], | 4416 ], |
4416 } | 4417 } |
4417 | 4418 |
4418 # Local Variables: | 4419 # Local Variables: |
4419 # tab-width:2 | 4420 # tab-width:2 |
4420 # indent-tabs-mode:nil | 4421 # indent-tabs-mode:nil |
4421 # End: | 4422 # End: |
4422 # vim: set expandtab tabstop=2 shiftwidth=2: | 4423 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |