OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 '../third_party/hunspell/hunspell.gyp:hunspell', | 57 '../third_party/hunspell/hunspell.gyp:hunspell', |
58 '../third_party/icu/icu.gyp:icui18n', | 58 '../third_party/icu/icu.gyp:icui18n', |
59 '../third_party/icu/icu.gyp:icuuc', | 59 '../third_party/icu/icu.gyp:icuuc', |
60 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 60 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
61 '../third_party/libjingle/libjingle.gyp:libjingle', | 61 '../third_party/libjingle/libjingle.gyp:libjingle', |
62 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 62 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
63 '../third_party/libusb/libusb.gyp:libusb', | 63 '../third_party/libusb/libusb.gyp:libusb', |
64 '../third_party/libxml/libxml.gyp:libxml', | 64 '../third_party/libxml/libxml.gyp:libxml', |
65 '../third_party/npapi/npapi.gyp:npapi', | 65 '../third_party/npapi/npapi.gyp:npapi', |
66 '../third_party/re2/re2.gyp:re2', | 66 '../third_party/re2/re2.gyp:re2', |
| 67 '../third_party/zlib/zlib.gyp:minizip', |
67 '../third_party/zlib/zlib.gyp:zlib', | 68 '../third_party/zlib/zlib.gyp:zlib', |
68 '../ui/base/strings/ui_strings.gyp:ui_strings', | 69 '../ui/base/strings/ui_strings.gyp:ui_strings', |
69 '../ui/surface/surface.gyp:surface', | 70 '../ui/surface/surface.gyp:surface', |
70 '../ui/ui.gyp:ui', | 71 '../ui/ui.gyp:ui', |
71 '../ui/ui.gyp:ui_resources', | 72 '../ui/ui.gyp:ui_resources', |
72 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
73 '../v8/tools/gyp/v8.gyp:v8', | 74 '../v8/tools/gyp/v8.gyp:v8', |
74 '../webkit/support/webkit_support.gyp:appcache', | 75 '../webkit/support/webkit_support.gyp:appcache', |
75 '../webkit/support/webkit_support.gyp:database', | 76 '../webkit/support/webkit_support.gyp:database', |
76 '../webkit/support/webkit_support.gyp:glue', | 77 '../webkit/support/webkit_support.gyp:glue', |
(...skipping 2820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2897 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2898 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2898 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2899 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2899 }, | 2900 }, |
2900 'includes': ['../build/protoc.gypi'], | 2901 'includes': ['../build/protoc.gypi'], |
2901 }, | 2902 }, |
2902 ], | 2903 ], |
2903 }, | 2904 }, |
2904 ], | 2905 ], |
2905 ], | 2906 ], |
2906 } | 2907 } |
OLD | NEW |