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_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 77 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
78 '../third_party/libevent/libevent.gyp:libevent', | 78 '../third_party/libevent/libevent.gyp:libevent', |
79 '../third_party/libjingle/libjingle.gyp:libjingle', | 79 '../third_party/libjingle/libjingle.gyp:libjingle', |
80 '../third_party/libusb/libusb.gyp:libusb', | 80 '../third_party/libusb/libusb.gyp:libusb', |
81 '../third_party/libxml/libxml.gyp:libxml', | 81 '../third_party/libxml/libxml.gyp:libxml', |
82 '../third_party/npapi/npapi.gyp:npapi', | 82 '../third_party/npapi/npapi.gyp:npapi', |
83 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 83 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
84 '../third_party/protobuf/protobuf.gyp:protoc#host', | 84 '../third_party/protobuf/protobuf.gyp:protoc#host', |
85 '../third_party/re2/re2.gyp:re2', | 85 '../third_party/re2/re2.gyp:re2', |
86 '../third_party/zlib/zlib.gyp:zlib', | 86 '../third_party/zlib/zlib.gyp:zlib', |
87 '../ui/base/strings/ui_strings.gyp:ui_strings', | |
88 '../ui/base/ui_base.gyp:ui_base', | 87 '../ui/base/ui_base.gyp:ui_base', |
89 '../ui/display/display.gyp:display', | 88 '../ui/display/display.gyp:display', |
90 '../ui/events/events.gyp:dom4_keycode_converter', | 89 '../ui/events/events.gyp:dom4_keycode_converter', |
91 '../ui/events/platform/events_platform.gyp:events_platform', | 90 '../ui/events/platform/events_platform.gyp:events_platform', |
92 '../ui/resources/ui_resources.gyp:ui_resources', | 91 '../ui/resources/ui_resources.gyp:ui_resources', |
| 92 '../ui/strings/ui_strings.gyp:ui_strings', |
93 '../ui/surface/surface.gyp:surface', | 93 '../ui/surface/surface.gyp:surface', |
94 '../ui/views/controls/webview/webview.gyp:webview', | 94 '../ui/views/controls/webview/webview.gyp:webview', |
95 '../ui/views/controls/webview/webview.gyp:webview', | 95 '../ui/views/controls/webview/webview.gyp:webview', |
96 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 96 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
97 '../url/url.gyp:url_lib', | 97 '../url/url.gyp:url_lib', |
98 '../v8/tools/gyp/v8.gyp:v8', | 98 '../v8/tools/gyp/v8.gyp:v8', |
99 '../webkit/storage_browser.gyp:webkit_storage_browser', | 99 '../webkit/storage_browser.gyp:webkit_storage_browser', |
100 '../webkit/storage_common.gyp:webkit_storage_common', | 100 '../webkit/storage_common.gyp:webkit_storage_common', |
101 '../webkit/webkit_resources.gyp:webkit_resources', | 101 '../webkit/webkit_resources.gyp:webkit_resources', |
102 'chrome_resources.gyp:chrome_strings', | 102 'chrome_resources.gyp:chrome_strings', |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1135 'browser/chromeos/attestation/attestation_signed_data.proto', | 1135 'browser/chromeos/attestation/attestation_signed_data.proto', |
1136 ], | 1136 ], |
1137 'variables': { | 1137 'variables': { |
1138 'proto_in_dir': 'browser/chromeos/attestation', | 1138 'proto_in_dir': 'browser/chromeos/attestation', |
1139 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1139 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1140 }, | 1140 }, |
1141 'includes': [ '../build/protoc.gypi' ] | 1141 'includes': [ '../build/protoc.gypi' ] |
1142 }, | 1142 }, |
1143 ], | 1143 ], |
1144 } | 1144 } |
OLD | NEW |