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': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 '../third_party/icu/icu.gyp:icui18n', | 43 '../third_party/icu/icu.gyp:icui18n', |
44 '../third_party/icu/icu.gyp:icuuc', | 44 '../third_party/icu/icu.gyp:icuuc', |
45 '../third_party/libjingle/libjingle.gyp:libjingle', | 45 '../third_party/libjingle/libjingle.gyp:libjingle', |
46 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 46 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
47 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', | 47 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', |
48 '../third_party/libxml/libxml.gyp:libxml', | 48 '../third_party/libxml/libxml.gyp:libxml', |
49 '../third_party/npapi/npapi.gyp:npapi', | 49 '../third_party/npapi/npapi.gyp:npapi', |
50 '../ui/base/strings/ui_strings.gyp:ui_strings', | 50 '../ui/base/strings/ui_strings.gyp:ui_strings', |
51 '../ui/gfx/surface/surface.gyp:surface', | 51 '../ui/gfx/surface/surface.gyp:surface', |
52 '../ui/ui.gyp:ui_resources', | 52 '../ui/ui.gyp:ui_resources', |
| 53 '../ui/ui.gyp:ui_resources_large', |
| 54 '../ui/ui.gyp:ui_resources_standard', |
53 '../webkit/support/webkit_support.gyp:appcache', | 55 '../webkit/support/webkit_support.gyp:appcache', |
54 '../webkit/support/webkit_support.gyp:blob', | 56 '../webkit/support/webkit_support.gyp:blob', |
55 '../webkit/support/webkit_support.gyp:database', | 57 '../webkit/support/webkit_support.gyp:database', |
56 '../webkit/support/webkit_support.gyp:fileapi', | 58 '../webkit/support/webkit_support.gyp:fileapi', |
57 '../webkit/support/webkit_support.gyp:glue', | 59 '../webkit/support/webkit_support.gyp:glue', |
58 '../webkit/support/webkit_support.gyp:quota', | 60 '../webkit/support/webkit_support.gyp:quota', |
59 '../webkit/support/webkit_support.gyp:webkit_resources', | 61 '../webkit/support/webkit_support.gyp:webkit_resources', |
60 ], | 62 ], |
61 'include_dirs': [ | 63 'include_dirs': [ |
62 '..', | 64 '..', |
(...skipping 4871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4934 # weak imports in dependents, who still must #include | 4936 # weak imports in dependents, who still must #include |
4935 # closure_blocks_leopard_compat.h to get weak imports. | 4937 # closure_blocks_leopard_compat.h to get weak imports. |
4936 'type': 'none', | 4938 'type': 'none', |
4937 }], | 4939 }], |
4938 ], | 4940 ], |
4939 }, | 4941 }, |
4940 ], | 4942 ], |
4941 }], | 4943 }], |
4942 ], | 4944 ], |
4943 } | 4945 } |
OLD | NEW |