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

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: widget; source_set 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
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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'browser/chromeos/system_logs/touch_log_source_ozone.cc', 1066 'browser/chromeos/system_logs/touch_log_source_ozone.cc',
1067 'browser/chromeos/system_logs/touch_log_source_x11.cc', 1067 'browser/chromeos/system_logs/touch_log_source_x11.cc',
1068 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc', 1068 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc',
1069 'browser/chromeos/ui/accessibility_cursor_ring_layer.h', 1069 'browser/chromeos/ui/accessibility_cursor_ring_layer.h',
1070 'browser/chromeos/ui/accessibility_focus_ring.cc', 1070 'browser/chromeos/ui/accessibility_focus_ring.cc',
1071 'browser/chromeos/ui/accessibility_focus_ring.h', 1071 'browser/chromeos/ui/accessibility_focus_ring.h',
1072 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', 1072 'browser/chromeos/ui/accessibility_focus_ring_controller.cc',
1073 'browser/chromeos/ui/accessibility_focus_ring_controller.h', 1073 'browser/chromeos/ui/accessibility_focus_ring_controller.h',
1074 'browser/chromeos/ui/accessibility_focus_ring_layer.cc', 1074 'browser/chromeos/ui/accessibility_focus_ring_layer.cc',
1075 'browser/chromeos/ui/accessibility_focus_ring_layer.h', 1075 'browser/chromeos/ui/accessibility_focus_ring_layer.h',
1076 'browser/chromeos/ui/autoclick_ring_handler.cc',
1077 'browser/chromeos/ui/autoclick_ring_handler.h',
1078 'browser/chromeos/ui/choose_mobile_network_dialog.cc', 1076 'browser/chromeos/ui/choose_mobile_network_dialog.cc',
1079 'browser/chromeos/ui/choose_mobile_network_dialog.h', 1077 'browser/chromeos/ui/choose_mobile_network_dialog.h',
1080 'browser/chromeos/ui/echo_dialog_listener.h', 1078 'browser/chromeos/ui/echo_dialog_listener.h',
1081 'browser/chromeos/ui/echo_dialog_view.cc', 1079 'browser/chromeos/ui/echo_dialog_view.cc',
1082 'browser/chromeos/ui/echo_dialog_view.h', 1080 'browser/chromeos/ui/echo_dialog_view.h',
1083 'browser/chromeos/ui/focus_ring_controller.cc', 1081 'browser/chromeos/ui/focus_ring_controller.cc',
1084 'browser/chromeos/ui/focus_ring_controller.h', 1082 'browser/chromeos/ui/focus_ring_controller.h',
1085 'browser/chromeos/ui/focus_ring_layer.cc', 1083 'browser/chromeos/ui/focus_ring_layer.cc',
1086 'browser/chromeos/ui/focus_ring_layer.h', 1084 'browser/chromeos/ui/focus_ring_layer.h',
1087 'browser/chromeos/ui/idle_app_name_notification_view.cc', 1085 'browser/chromeos/ui/idle_app_name_notification_view.cc',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 'browser/chromeos/attestation/attestation_signed_data.proto', 1392 'browser/chromeos/attestation/attestation_signed_data.proto',
1395 ], 1393 ],
1396 'variables': { 1394 'variables': {
1397 'proto_in_dir': 'browser/chromeos/attestation', 1395 'proto_in_dir': 'browser/chromeos/attestation',
1398 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1396 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1399 }, 1397 },
1400 'includes': [ '../build/protoc.gypi' ] 1398 'includes': [ '../build/protoc.gypi' ]
1401 }, 1399 },
1402 ], 1400 ],
1403 } 1401 }
OLDNEW
« ash/autoclick/common/autoclick_controller_common.h ('K') | « 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