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 25 matching lines...) Expand all Loading... |
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/libxml/libxml.gyp:libxml', | 43 '../third_party/libxml/libxml.gyp:libxml', |
44 '../third_party/npapi/npapi.gyp:npapi', | 44 '../third_party/npapi/npapi.gyp:npapi', |
45 '../ui/base/strings/ui_strings.gyp:ui_strings', | 45 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 46 '../ui/gfx/surface/surface.gyp:surface', |
46 '../webkit/support/webkit_support.gyp:appcache', | 47 '../webkit/support/webkit_support.gyp:appcache', |
47 '../webkit/support/webkit_support.gyp:blob', | 48 '../webkit/support/webkit_support.gyp:blob', |
48 '../webkit/support/webkit_support.gyp:database', | 49 '../webkit/support/webkit_support.gyp:database', |
49 '../webkit/support/webkit_support.gyp:fileapi', | 50 '../webkit/support/webkit_support.gyp:fileapi', |
50 '../webkit/support/webkit_support.gyp:glue', | 51 '../webkit/support/webkit_support.gyp:glue', |
51 '../webkit/support/webkit_support.gyp:quota', | 52 '../webkit/support/webkit_support.gyp:quota', |
52 '../webkit/support/webkit_support.gyp:webkit_resources', | 53 '../webkit/support/webkit_support.gyp:webkit_resources', |
53 ], | 54 ], |
54 'include_dirs': [ | 55 'include_dirs': [ |
55 '..', | 56 '..', |
(...skipping 4270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4326 ], | 4327 ], |
4327 }, | 4328 }, |
4328 ], | 4329 ], |
4329 } | 4330 } |
4330 | 4331 |
4331 # Local Variables: | 4332 # Local Variables: |
4332 # tab-width:2 | 4333 # tab-width:2 |
4333 # indent-tabs-mode:nil | 4334 # indent-tabs-mode:nil |
4334 # End: | 4335 # End: |
4335 # vim: set expandtab tabstop=2 shiftwidth=2: | 4336 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |