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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 895363005: Revert of Split ui/base/ime into a new component (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 | « 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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1136 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1137 '../third_party/libevent/libevent.gyp:libevent', 1137 '../third_party/libevent/libevent.gyp:libevent',
1138 '../third_party/libjingle/libjingle.gyp:libjingle', 1138 '../third_party/libjingle/libjingle.gyp:libjingle',
1139 '../third_party/libusb/libusb.gyp:libusb', 1139 '../third_party/libusb/libusb.gyp:libusb',
1140 '../third_party/libxml/libxml.gyp:libxml', 1140 '../third_party/libxml/libxml.gyp:libxml',
1141 '../third_party/npapi/npapi.gyp:npapi', 1141 '../third_party/npapi/npapi.gyp:npapi',
1142 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1142 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1143 '../third_party/protobuf/protobuf.gyp:protoc#host', 1143 '../third_party/protobuf/protobuf.gyp:protoc#host',
1144 '../third_party/re2/re2.gyp:re2', 1144 '../third_party/re2/re2.gyp:re2',
1145 '../third_party/zlib/zlib.gyp:zlib', 1145 '../third_party/zlib/zlib.gyp:zlib',
1146 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1147 '../ui/base/ui_base.gyp:ui_base', 1146 '../ui/base/ui_base.gyp:ui_base',
1148 '../ui/display/display.gyp:display', 1147 '../ui/display/display.gyp:display',
1149 '../ui/events/devices/events_devices.gyp:events_devices', 1148 '../ui/events/devices/events_devices.gyp:events_devices',
1150 '../ui/events/events.gyp:dom4_keycode_converter', 1149 '../ui/events/events.gyp:dom4_keycode_converter',
1151 '../ui/events/platform/events_platform.gyp:events_platform', 1150 '../ui/events/platform/events_platform.gyp:events_platform',
1152 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1151 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1153 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1152 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1154 '../ui/resources/ui_resources.gyp:ui_resources', 1153 '../ui/resources/ui_resources.gyp:ui_resources',
1155 '../ui/strings/ui_strings.gyp:ui_strings', 1154 '../ui/strings/ui_strings.gyp:ui_strings',
1156 '../ui/surface/surface.gyp:surface', 1155 '../ui/surface/surface.gyp:surface',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 'browser/chromeos/attestation/attestation_signed_data.proto', 1295 'browser/chromeos/attestation/attestation_signed_data.proto',
1297 ], 1296 ],
1298 'variables': { 1297 'variables': {
1299 'proto_in_dir': 'browser/chromeos/attestation', 1298 'proto_in_dir': 'browser/chromeos/attestation',
1300 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1299 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1301 }, 1300 },
1302 'includes': [ '../build/protoc.gypi' ] 1301 'includes': [ '../build/protoc.gypi' ]
1303 }, 1302 },
1304 ], 1303 ],
1305 } 1304 }
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