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 '../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/icu/icu.gyp:icui18n', | 36 '../third_party/icu/icu.gyp:icui18n', |
37 '../third_party/icu/icu.gyp:icuuc', | 37 '../third_party/icu/icu.gyp:icuuc', |
38 '../third_party/libjingle/libjingle.gyp:libjingle', | 38 '../third_party/libjingle/libjingle.gyp:libjingle', |
39 '../third_party/libxml/libxml.gyp:libxml', | 39 '../third_party/libxml/libxml.gyp:libxml', |
40 '../third_party/npapi/npapi.gyp:npapi', | 40 '../third_party/npapi/npapi.gyp:npapi', |
41 '../third_party/hunspell/hunspell.gyp:hunspell', | 41 '../third_party/hunspell/hunspell.gyp:hunspell', |
42 '../third_party/speex/speex.gyp:libspeex', | 42 '../third_party/speex/speex.gyp:libspeex', |
43 '../ui/ui.gyp:ui_base', | |
44 '../webkit/support/webkit_support.gyp:appcache', | 43 '../webkit/support/webkit_support.gyp:appcache', |
45 '../webkit/support/webkit_support.gyp:blob', | 44 '../webkit/support/webkit_support.gyp:blob', |
46 '../webkit/support/webkit_support.gyp:database', | 45 '../webkit/support/webkit_support.gyp:database', |
47 '../webkit/support/webkit_support.gyp:fileapi', | 46 '../webkit/support/webkit_support.gyp:fileapi', |
48 '../webkit/support/webkit_support.gyp:glue', | 47 '../webkit/support/webkit_support.gyp:glue', |
49 '../webkit/support/webkit_support.gyp:webkit_resources', | 48 '../webkit/support/webkit_support.gyp:webkit_resources', |
50 ], | 49 ], |
51 'include_dirs': [ | 50 'include_dirs': [ |
52 '..', | 51 '..', |
53 '<(INTERMEDIATE_DIR)', | 52 '<(INTERMEDIATE_DIR)', |
(...skipping 4468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4522 ], | 4521 ], |
4523 }, | 4522 }, |
4524 ], | 4523 ], |
4525 } | 4524 } |
4526 | 4525 |
4527 # Local Variables: | 4526 # Local Variables: |
4528 # tab-width:2 | 4527 # tab-width:2 |
4529 # indent-tabs-mode:nil | 4528 # indent-tabs-mode:nil |
4530 # End: | 4529 # End: |
4531 # vim: set expandtab tabstop=2 shiftwidth=2: | 4530 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |