OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
43 '../third_party/cld/cld.gyp:cld', | 43 '../third_party/cld/cld.gyp:cld', |
44 '../third_party/expat/expat.gyp:expat', | 44 '../third_party/expat/expat.gyp:expat', |
45 '../third_party/hunspell/hunspell.gyp:hunspell', | 45 '../third_party/hunspell/hunspell.gyp:hunspell', |
46 '../third_party/icu/icu.gyp:icui18n', | 46 '../third_party/icu/icu.gyp:icui18n', |
47 '../third_party/icu/icu.gyp:icuuc', | 47 '../third_party/icu/icu.gyp:icuuc', |
48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
49 '../third_party/libjingle/libjingle.gyp:libjingle', | 49 '../third_party/libjingle/libjingle.gyp:libjingle', |
50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
51 '../third_party/libxml/libxml.gyp:libxml', | 51 '../third_party/libxml/libxml.gyp:libxml', |
52 '../third_party/libusb/libusb.gyp:libusb', | |
53 '../third_party/npapi/npapi.gyp:npapi', | 52 '../third_party/npapi/npapi.gyp:npapi', |
54 '../ui/base/strings/ui_strings.gyp:ui_strings', | 53 '../ui/base/strings/ui_strings.gyp:ui_strings', |
55 '../ui/gfx/surface/surface.gyp:surface', | 54 '../ui/gfx/surface/surface.gyp:surface', |
56 '../ui/ui.gyp:ui', | 55 '../ui/ui.gyp:ui', |
57 '../ui/ui.gyp:ui_resources', | 56 '../ui/ui.gyp:ui_resources', |
58 '../ui/ui.gyp:ui_resources_2x', | 57 '../ui/ui.gyp:ui_resources_2x', |
59 '../ui/ui.gyp:ui_resources_standard', | 58 '../ui/ui.gyp:ui_resources_standard', |
60 '../v8/tools/gyp/v8.gyp:v8', | 59 '../v8/tools/gyp/v8.gyp:v8', |
61 '../webkit/support/webkit_support.gyp:appcache', | 60 '../webkit/support/webkit_support.gyp:appcache', |
62 '../webkit/support/webkit_support.gyp:blob', | 61 '../webkit/support/webkit_support.gyp:blob', |
(...skipping 5105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5168 'variables': { | 5167 'variables': { |
5169 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5168 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5170 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5169 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5171 }, | 5170 }, |
5172 'includes': ['../build/protoc.gypi'], | 5171 'includes': ['../build/protoc.gypi'], |
5173 }], | 5172 }], |
5174 ], | 5173 ], |
5175 }, | 5174 }, |
5176 ], | 5175 ], |
5177 } | 5176 } |
OLD | NEW |