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

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: 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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'browser/chromeos/system_logs/touch_log_source_ozone.cc', 1062 'browser/chromeos/system_logs/touch_log_source_ozone.cc',
1063 'browser/chromeos/system_logs/touch_log_source_x11.cc', 1063 'browser/chromeos/system_logs/touch_log_source_x11.cc',
1064 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc', 1064 'browser/chromeos/ui/accessibility_cursor_ring_layer.cc',
1065 'browser/chromeos/ui/accessibility_cursor_ring_layer.h', 1065 'browser/chromeos/ui/accessibility_cursor_ring_layer.h',
1066 'browser/chromeos/ui/accessibility_focus_ring.cc', 1066 'browser/chromeos/ui/accessibility_focus_ring.cc',
1067 'browser/chromeos/ui/accessibility_focus_ring.h', 1067 'browser/chromeos/ui/accessibility_focus_ring.h',
1068 'browser/chromeos/ui/accessibility_focus_ring_controller.cc', 1068 'browser/chromeos/ui/accessibility_focus_ring_controller.cc',
1069 'browser/chromeos/ui/accessibility_focus_ring_controller.h', 1069 'browser/chromeos/ui/accessibility_focus_ring_controller.h',
1070 'browser/chromeos/ui/accessibility_focus_ring_layer.cc', 1070 'browser/chromeos/ui/accessibility_focus_ring_layer.cc',
1071 'browser/chromeos/ui/accessibility_focus_ring_layer.h', 1071 'browser/chromeos/ui/accessibility_focus_ring_layer.h',
1072 'browser/chromeos/ui/autoclick_ring_handler.cc',
1073 'browser/chromeos/ui/autoclick_ring_handler.h',
1074 'browser/chromeos/ui/choose_mobile_network_dialog.cc', 1072 'browser/chromeos/ui/choose_mobile_network_dialog.cc',
1075 'browser/chromeos/ui/choose_mobile_network_dialog.h', 1073 'browser/chromeos/ui/choose_mobile_network_dialog.h',
1076 'browser/chromeos/ui/echo_dialog_listener.h', 1074 'browser/chromeos/ui/echo_dialog_listener.h',
1077 'browser/chromeos/ui/echo_dialog_view.cc', 1075 'browser/chromeos/ui/echo_dialog_view.cc',
1078 'browser/chromeos/ui/echo_dialog_view.h', 1076 'browser/chromeos/ui/echo_dialog_view.h',
1079 'browser/chromeos/ui/focus_ring_controller.cc', 1077 'browser/chromeos/ui/focus_ring_controller.cc',
1080 'browser/chromeos/ui/focus_ring_controller.h', 1078 'browser/chromeos/ui/focus_ring_controller.h',
1081 'browser/chromeos/ui/focus_ring_layer.cc', 1079 'browser/chromeos/ui/focus_ring_layer.cc',
1082 'browser/chromeos/ui/focus_ring_layer.h', 1080 'browser/chromeos/ui/focus_ring_layer.h',
1083 'browser/chromeos/ui/idle_app_name_notification_view.cc', 1081 'browser/chromeos/ui/idle_app_name_notification_view.cc',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'browser/chromeos/attestation/attestation_signed_data.proto', 1388 'browser/chromeos/attestation/attestation_signed_data.proto',
1391 ], 1389 ],
1392 'variables': { 1390 'variables': {
1393 'proto_in_dir': 'browser/chromeos/attestation', 1391 'proto_in_dir': 'browser/chromeos/attestation',
1394 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1392 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1395 }, 1393 },
1396 'includes': [ '../build/protoc.gypi' ] 1394 'includes': [ '../build/protoc.gypi' ]
1397 }, 1395 },
1398 ], 1396 ],
1399 } 1397 }
OLDNEW
« ash/autoclick/common/BUILD.gn ('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