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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2193563002: ash: Refactor autoclick common code to ash/autoclick/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deps Created 4 years, 4 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/browser/ui/ash/ash_init.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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'browser/chromeos/system_logs/touch_log_source_ozone.cc', 1055 'browser/chromeos/system_logs/touch_log_source_ozone.cc',
1056 'browser/chromeos/system_logs/touch_log_source_x11.cc', 1056 'browser/chromeos/system_logs/touch_log_source_x11.cc',
1057 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc', 1057 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc',
1058 'browser/chromeos/ui/accessibility_cursor_ring_layer.h', 1058 'browser/chromeos/ui/accessibility_cursor_ring_layer.h',
1059 'browser/chromeos/ui/accessibility_focus_ring.cc', 1059 'browser/chromeos/ui/accessibility_focus_ring.cc',
1060 'browser/chromeos/ui/accessibility_focus_ring.h', 1060 'browser/chromeos/ui/accessibility_focus_ring.h',
1061 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', 1061 'browser/chromeos/ui/accessibility_focus_ring_controller.cc',
1062 'browser/chromeos/ui/accessibility_focus_ring_controller.h', 1062 'browser/chromeos/ui/accessibility_focus_ring_controller.h',
1063 'browser/chromeos/ui/accessibility_focus_ring_layer.cc', 1063 'browser/chromeos/ui/accessibility_focus_ring_layer.cc',
1064 'browser/chromeos/ui/accessibility_focus_ring_layer.h', 1064 'browser/chromeos/ui/accessibility_focus_ring_layer.h',
1065 'browser/chromeos/ui/autoclick_ring_handler.cc',
1066 'browser/chromeos/ui/autoclick_ring_handler.h',
1067 'browser/chromeos/ui/choose_mobile_network_dialog.cc', 1065 'browser/chromeos/ui/choose_mobile_network_dialog.cc',
1068 'browser/chromeos/ui/choose_mobile_network_dialog.h', 1066 'browser/chromeos/ui/choose_mobile_network_dialog.h',
1069 'browser/chromeos/ui/echo_dialog_listener.h', 1067 'browser/chromeos/ui/echo_dialog_listener.h',
1070 'browser/chromeos/ui/echo_dialog_view.cc', 1068 'browser/chromeos/ui/echo_dialog_view.cc',
1071 'browser/chromeos/ui/echo_dialog_view.h', 1069 'browser/chromeos/ui/echo_dialog_view.h',
1072 'browser/chromeos/ui/focus_ring_controller.cc', 1070 'browser/chromeos/ui/focus_ring_controller.cc',
1073 'browser/chromeos/ui/focus_ring_controller.h', 1071 'browser/chromeos/ui/focus_ring_controller.h',
1074 'browser/chromeos/ui/focus_ring_layer.cc', 1072 'browser/chromeos/ui/focus_ring_layer.cc',
1075 'browser/chromeos/ui/focus_ring_layer.h', 1073 'browser/chromeos/ui/focus_ring_layer.h',
1076 'browser/chromeos/ui/idle_app_name_notification_view.cc', 1074 'browser/chromeos/ui/idle_app_name_notification_view.cc',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'browser/chromeos/attestation/attestation_signed_data.proto', 1381 'browser/chromeos/attestation/attestation_signed_data.proto',
1384 ], 1382 ],
1385 'variables': { 1383 'variables': {
1386 'proto_in_dir': 'browser/chromeos/attestation', 1384 'proto_in_dir': 'browser/chromeos/attestation',
1387 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1385 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1388 }, 1386 },
1389 'includes': [ '../build/protoc.gypi' ] 1387 'includes': [ '../build/protoc.gypi' ]
1390 }, 1388 },
1391 ], 1389 ],
1392 } 1390 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/ash_init.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698