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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | 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 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1133 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1134 '../third_party/libevent/libevent.gyp:libevent', 1134 '../third_party/libevent/libevent.gyp:libevent',
1135 '../third_party/libjingle/libjingle.gyp:libjingle', 1135 '../third_party/libjingle/libjingle.gyp:libjingle',
1136 '../third_party/libusb/libusb.gyp:libusb', 1136 '../third_party/libusb/libusb.gyp:libusb',
1137 '../third_party/libxml/libxml.gyp:libxml', 1137 '../third_party/libxml/libxml.gyp:libxml',
1138 '../third_party/npapi/npapi.gyp:npapi', 1138 '../third_party/npapi/npapi.gyp:npapi',
1139 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1139 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1140 '../third_party/protobuf/protobuf.gyp:protoc#host', 1140 '../third_party/protobuf/protobuf.gyp:protoc#host',
1141 '../third_party/re2/re2.gyp:re2', 1141 '../third_party/re2/re2.gyp:re2',
1142 '../third_party/zlib/zlib.gyp:zlib', 1142 '../third_party/zlib/zlib.gyp:zlib',
1143 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1143 '../ui/base/ui_base.gyp:ui_base', 1144 '../ui/base/ui_base.gyp:ui_base',
1144 '../ui/display/display.gyp:display', 1145 '../ui/display/display.gyp:display',
1145 '../ui/events/devices/events_devices.gyp:events_devices', 1146 '../ui/events/devices/events_devices.gyp:events_devices',
1146 '../ui/events/events.gyp:dom4_keycode_converter', 1147 '../ui/events/events.gyp:dom4_keycode_converter',
1147 '../ui/events/platform/events_platform.gyp:events_platform', 1148 '../ui/events/platform/events_platform.gyp:events_platform',
1148 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1149 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1149 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1150 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1150 '../ui/resources/ui_resources.gyp:ui_resources', 1151 '../ui/resources/ui_resources.gyp:ui_resources',
1151 '../ui/strings/ui_strings.gyp:ui_strings', 1152 '../ui/strings/ui_strings.gyp:ui_strings',
1152 '../ui/surface/surface.gyp:surface', 1153 '../ui/surface/surface.gyp:surface',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 'browser/chromeos/attestation/attestation_signed_data.proto', 1293 'browser/chromeos/attestation/attestation_signed_data.proto',
1293 ], 1294 ],
1294 'variables': { 1295 'variables': {
1295 'proto_in_dir': 'browser/chromeos/attestation', 1296 'proto_in_dir': 'browser/chromeos/attestation',
1296 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1297 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1297 }, 1298 },
1298 'includes': [ '../build/protoc.gypi' ] 1299 'includes': [ '../build/protoc.gypi' ]
1299 }, 1300 },
1300 ], 1301 ],
1301 } 1302 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698