| 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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1181 '../third_party/libxml/libxml.gyp:libxml', | 1181 '../third_party/libxml/libxml.gyp:libxml', |
| 1182 '../third_party/npapi/npapi.gyp:npapi', | 1182 '../third_party/npapi/npapi.gyp:npapi', |
| 1183 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1183 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1184 '../third_party/protobuf/protobuf.gyp:protoc#host', | 1184 '../third_party/protobuf/protobuf.gyp:protoc#host', |
| 1185 '../third_party/re2/re2.gyp:re2', | 1185 '../third_party/re2/re2.gyp:re2', |
| 1186 '../third_party/zlib/zlib.gyp:zlib', | 1186 '../third_party/zlib/zlib.gyp:zlib', |
| 1187 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1187 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1188 '../ui/base/ui_base.gyp:ui_base', | 1188 '../ui/base/ui_base.gyp:ui_base', |
| 1189 '../ui/display/display.gyp:display', | 1189 '../ui/display/display.gyp:display', |
| 1190 '../ui/events/devices/events_devices.gyp:events_devices', | 1190 '../ui/events/devices/events_devices.gyp:events_devices', |
| 1191 '../ui/events/events.gyp:dom4_keycode_converter', | 1191 '../ui/events/events.gyp:dom_keycode_converter', |
| 1192 '../ui/events/platform/events_platform.gyp:events_platform', | 1192 '../ui/events/platform/events_platform.gyp:events_platform', |
| 1193 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 1193 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 1194 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 1194 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 1195 '../ui/oobe/oobe.gyp:oobe', | 1195 '../ui/oobe/oobe.gyp:oobe', |
| 1196 '../ui/oobe/oobe.gyp:oobe_wug_generated', | 1196 '../ui/oobe/oobe.gyp:oobe_wug_generated', |
| 1197 '../ui/resources/ui_resources.gyp:ui_resources', | 1197 '../ui/resources/ui_resources.gyp:ui_resources', |
| 1198 '../ui/strings/ui_strings.gyp:ui_strings', | 1198 '../ui/strings/ui_strings.gyp:ui_strings', |
| 1199 '../ui/surface/surface.gyp:surface', | 1199 '../ui/surface/surface.gyp:surface', |
| 1200 '../ui/views/controls/webview/webview.gyp:webview', | 1200 '../ui/views/controls/webview/webview.gyp:webview', |
| 1201 '../ui/views/controls/webview/webview.gyp:webview', | 1201 '../ui/views/controls/webview/webview.gyp:webview', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1331 'browser/chromeos/attestation/attestation_signed_data.proto', | 1331 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1332 ], | 1332 ], |
| 1333 'variables': { | 1333 'variables': { |
| 1334 'proto_in_dir': 'browser/chromeos/attestation', | 1334 'proto_in_dir': 'browser/chromeos/attestation', |
| 1335 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1335 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1336 }, | 1336 }, |
| 1337 'includes': [ '../build/protoc.gypi' ] | 1337 'includes': [ '../build/protoc.gypi' ] |
| 1338 }, | 1338 }, |
| 1339 ], | 1339 ], |
| 1340 } | 1340 } |
| OLD | NEW |