Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 896723007: Add missing events_devices dependency for chrome_brower_chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698