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 'variables': { | 7 'variables': { |
8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1109 '../third_party/libxml/libxml.gyp:libxml', | 1109 '../third_party/libxml/libxml.gyp:libxml', |
1110 '../third_party/npapi/npapi.gyp:npapi', | 1110 '../third_party/npapi/npapi.gyp:npapi', |
1111 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1111 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
1112 '../third_party/protobuf/protobuf.gyp:protoc#host', | 1112 '../third_party/protobuf/protobuf.gyp:protoc#host', |
1113 '../third_party/re2/re2.gyp:re2', | 1113 '../third_party/re2/re2.gyp:re2', |
1114 '../third_party/zlib/zlib.gyp:zlib', | 1114 '../third_party/zlib/zlib.gyp:zlib', |
1115 '../ui/base/ui_base.gyp:ui_base', | 1115 '../ui/base/ui_base.gyp:ui_base', |
1116 '../ui/display/display.gyp:display', | 1116 '../ui/display/display.gyp:display', |
1117 '../ui/events/events.gyp:dom4_keycode_converter', | 1117 '../ui/events/events.gyp:dom4_keycode_converter', |
1118 '../ui/events/platform/events_platform.gyp:events_platform', | 1118 '../ui/events/platform/events_platform.gyp:events_platform', |
| 1119 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_ime', |
1119 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 1120 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
1120 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 1121 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
1121 '../ui/resources/ui_resources.gyp:ui_resources', | 1122 '../ui/resources/ui_resources.gyp:ui_resources', |
1122 '../ui/strings/ui_strings.gyp:ui_strings', | 1123 '../ui/strings/ui_strings.gyp:ui_strings', |
1123 '../ui/surface/surface.gyp:surface', | 1124 '../ui/surface/surface.gyp:surface', |
1124 '../ui/views/controls/webview/webview.gyp:webview', | 1125 '../ui/views/controls/webview/webview.gyp:webview', |
1125 '../ui/views/controls/webview/webview.gyp:webview', | 1126 '../ui/views/controls/webview/webview.gyp:webview', |
1126 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 1127 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
1127 '../url/url.gyp:url_lib', | 1128 '../url/url.gyp:url_lib', |
1128 '../v8/tools/gyp/v8.gyp:v8', | 1129 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 'browser/chromeos/attestation/attestation_signed_data.proto', | 1276 'browser/chromeos/attestation/attestation_signed_data.proto', |
1276 ], | 1277 ], |
1277 'variables': { | 1278 'variables': { |
1278 'proto_in_dir': 'browser/chromeos/attestation', | 1279 'proto_in_dir': 'browser/chromeos/attestation', |
1279 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1280 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1280 }, | 1281 }, |
1281 'includes': [ '../build/protoc.gypi' ] | 1282 'includes': [ '../build/protoc.gypi' ] |
1282 }, | 1283 }, |
1283 ], | 1284 ], |
1284 } | 1285 } |
OLD | NEW |