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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 794943003: Separate X11 implementation of touch log source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot rebase Created 6 years 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/browser/chromeos/system_logs/touch_log_source_x11.cc ('k') | 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'browser/chromeos/system_logs/debug_log_writer.cc', 907 'browser/chromeos/system_logs/debug_log_writer.cc',
908 'browser/chromeos/system_logs/debug_log_writer.h', 908 'browser/chromeos/system_logs/debug_log_writer.h',
909 'browser/chromeos/system_logs/dbus_log_source.cc', 909 'browser/chromeos/system_logs/dbus_log_source.cc',
910 'browser/chromeos/system_logs/dbus_log_source.h', 910 'browser/chromeos/system_logs/dbus_log_source.h',
911 'browser/chromeos/system_logs/debug_daemon_log_source.cc', 911 'browser/chromeos/system_logs/debug_daemon_log_source.cc',
912 'browser/chromeos/system_logs/debug_daemon_log_source.h', 912 'browser/chromeos/system_logs/debug_daemon_log_source.h',
913 'browser/chromeos/system_logs/device_event_log_source.cc', 913 'browser/chromeos/system_logs/device_event_log_source.cc',
914 'browser/chromeos/system_logs/device_event_log_source.h', 914 'browser/chromeos/system_logs/device_event_log_source.h',
915 'browser/chromeos/system_logs/lsb_release_log_source.cc', 915 'browser/chromeos/system_logs/lsb_release_log_source.cc',
916 'browser/chromeos/system_logs/lsb_release_log_source.h', 916 'browser/chromeos/system_logs/lsb_release_log_source.h',
917 'browser/chromeos/system_logs/touch_log_source.cc',
918 'browser/chromeos/system_logs/touch_log_source.h', 917 'browser/chromeos/system_logs/touch_log_source.h',
918 'browser/chromeos/system_logs/touch_log_source_ozone.cc',
919 'browser/chromeos/system_logs/touch_log_source_x11.cc',
919 'browser/chromeos/timezone/timezone_provider.h', 920 'browser/chromeos/timezone/timezone_provider.h',
920 'browser/chromeos/timezone/timezone_provider.cc', 921 'browser/chromeos/timezone/timezone_provider.cc',
921 'browser/chromeos/chromeos_utils.cc', 922 'browser/chromeos/chromeos_utils.cc',
922 'browser/chromeos/chromeos_utils.h', 923 'browser/chromeos/chromeos_utils.h',
923 'browser/chromeos/timezone/timezone_request.cc', 924 'browser/chromeos/timezone/timezone_request.cc',
924 'browser/chromeos/timezone/timezone_request.h', 925 'browser/chromeos/timezone/timezone_request.h',
925 'browser/chromeos/ui/accessibility_focus_ring.cc', 926 'browser/chromeos/ui/accessibility_focus_ring.cc',
926 'browser/chromeos/ui/accessibility_focus_ring.h', 927 'browser/chromeos/ui/accessibility_focus_ring.h',
927 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', 928 'browser/chromeos/ui/accessibility_focus_ring_controller.cc',
928 'browser/chromeos/ui/accessibility_focus_ring_controller.h', 929 'browser/chromeos/ui/accessibility_focus_ring_controller.h',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 'browser/chromeos/attestation/attestation_signed_data.proto', 1295 'browser/chromeos/attestation/attestation_signed_data.proto',
1295 ], 1296 ],
1296 'variables': { 1297 'variables': {
1297 'proto_in_dir': 'browser/chromeos/attestation', 1298 'proto_in_dir': 'browser/chromeos/attestation',
1298 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1299 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1299 }, 1300 },
1300 'includes': [ '../build/protoc.gypi' ] 1301 'includes': [ '../build/protoc.gypi' ]
1301 }, 1302 },
1302 ], 1303 ],
1303 } 1304 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/system_logs/touch_log_source_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698