| 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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 '../third_party/libjingle/libjingle.gyp:libjingle', | 1134 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1135 '../third_party/libusb/libusb.gyp:libusb', | 1135 '../third_party/libusb/libusb.gyp:libusb', |
| 1136 '../third_party/libxml/libxml.gyp:libxml', | 1136 '../third_party/libxml/libxml.gyp:libxml', |
| 1137 '../third_party/npapi/npapi.gyp:npapi', | 1137 '../third_party/npapi/npapi.gyp:npapi', |
| 1138 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1138 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1139 '../third_party/protobuf/protobuf.gyp:protoc#host', | 1139 '../third_party/protobuf/protobuf.gyp:protoc#host', |
| 1140 '../third_party/re2/re2.gyp:re2', | 1140 '../third_party/re2/re2.gyp:re2', |
| 1141 '../third_party/zlib/zlib.gyp:zlib', | 1141 '../third_party/zlib/zlib.gyp:zlib', |
| 1142 '../ui/base/ui_base.gyp:ui_base', | 1142 '../ui/base/ui_base.gyp:ui_base', |
| 1143 '../ui/display/display.gyp:display', | 1143 '../ui/display/display.gyp:display', |
| 1144 '../ui/events/devices/events_devices.gyp:events_devices', |
| 1144 '../ui/events/events.gyp:dom4_keycode_converter', | 1145 '../ui/events/events.gyp:dom4_keycode_converter', |
| 1145 '../ui/events/platform/events_platform.gyp:events_platform', | 1146 '../ui/events/platform/events_platform.gyp:events_platform', |
| 1146 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 1147 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 1147 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 1148 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 1148 '../ui/resources/ui_resources.gyp:ui_resources', | 1149 '../ui/resources/ui_resources.gyp:ui_resources', |
| 1149 '../ui/strings/ui_strings.gyp:ui_strings', | 1150 '../ui/strings/ui_strings.gyp:ui_strings', |
| 1150 '../ui/surface/surface.gyp:surface', | 1151 '../ui/surface/surface.gyp:surface', |
| 1151 '../ui/views/controls/webview/webview.gyp:webview', | 1152 '../ui/views/controls/webview/webview.gyp:webview', |
| 1152 '../ui/views/controls/webview/webview.gyp:webview', | 1153 '../ui/views/controls/webview/webview.gyp:webview', |
| 1153 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 1154 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 'browser/chromeos/attestation/attestation_signed_data.proto', | 1291 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1291 ], | 1292 ], |
| 1292 'variables': { | 1293 'variables': { |
| 1293 'proto_in_dir': 'browser/chromeos/attestation', | 1294 'proto_in_dir': 'browser/chromeos/attestation', |
| 1294 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1295 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1295 }, | 1296 }, |
| 1296 'includes': [ '../build/protoc.gypi' ] | 1297 'includes': [ '../build/protoc.gypi' ] |
| 1297 }, | 1298 }, |
| 1298 ], | 1299 ], |
| 1299 } | 1300 } |
| OLD | NEW |