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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 '../third_party/libxml/libxml.gyp:libxml', | 84 '../third_party/libxml/libxml.gyp:libxml', |
85 '../third_party/npapi/npapi.gyp:npapi', | 85 '../third_party/npapi/npapi.gyp:npapi', |
86 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 86 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
87 '../third_party/protobuf/protobuf.gyp:protoc#host', | 87 '../third_party/protobuf/protobuf.gyp:protoc#host', |
88 '../third_party/re2/re2.gyp:re2', | 88 '../third_party/re2/re2.gyp:re2', |
89 '../third_party/zlib/zlib.gyp:zlib', | 89 '../third_party/zlib/zlib.gyp:zlib', |
90 '../ui/base/ui_base.gyp:ui_base', | 90 '../ui/base/ui_base.gyp:ui_base', |
91 '../ui/display/display.gyp:display', | 91 '../ui/display/display.gyp:display', |
92 '../ui/events/events.gyp:dom4_keycode_converter', | 92 '../ui/events/events.gyp:dom4_keycode_converter', |
93 '../ui/events/platform/events_platform.gyp:events_platform', | 93 '../ui/events/platform/events_platform.gyp:events_platform', |
| 94 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 95 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
94 '../ui/resources/ui_resources.gyp:ui_resources', | 96 '../ui/resources/ui_resources.gyp:ui_resources', |
95 '../ui/strings/ui_strings.gyp:ui_strings', | 97 '../ui/strings/ui_strings.gyp:ui_strings', |
96 '../ui/surface/surface.gyp:surface', | 98 '../ui/surface/surface.gyp:surface', |
97 '../ui/views/controls/webview/webview.gyp:webview', | 99 '../ui/views/controls/webview/webview.gyp:webview', |
98 '../ui/views/controls/webview/webview.gyp:webview', | 100 '../ui/views/controls/webview/webview.gyp:webview', |
99 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 101 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
100 '../url/url.gyp:url_lib', | 102 '../url/url.gyp:url_lib', |
101 '../v8/tools/gyp/v8.gyp:v8', | 103 '../v8/tools/gyp/v8.gyp:v8', |
102 '../webkit/storage_browser.gyp:webkit_storage_browser', | 104 '../webkit/storage_browser.gyp:webkit_storage_browser', |
103 '../webkit/storage_common.gyp:webkit_storage_common', | 105 '../webkit/storage_common.gyp:webkit_storage_common', |
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1189 'browser/chromeos/attestation/attestation_signed_data.proto', | 1191 'browser/chromeos/attestation/attestation_signed_data.proto', |
1190 ], | 1192 ], |
1191 'variables': { | 1193 'variables': { |
1192 'proto_in_dir': 'browser/chromeos/attestation', | 1194 'proto_in_dir': 'browser/chromeos/attestation', |
1193 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1195 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1194 }, | 1196 }, |
1195 'includes': [ '../build/protoc.gypi' ] | 1197 'includes': [ '../build/protoc.gypi' ] |
1196 }, | 1198 }, |
1197 ], | 1199 ], |
1198 } | 1200 } |
OLD | NEW |