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

Side by Side Diff: content/content_browser.gypi

Issue 790413002: Focus following for the non-editable controls on web page in magnifier mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits. 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 | « content/common/view_messages.h ('k') | content/public/browser/focused_node_details.h » ('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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'public/browser/download_manager.h', 120 'public/browser/download_manager.h',
121 'public/browser/download_manager_delegate.cc', 121 'public/browser/download_manager_delegate.cc',
122 'public/browser/download_manager_delegate.h', 122 'public/browser/download_manager_delegate.h',
123 'public/browser/download_save_info.cc', 123 'public/browser/download_save_info.cc',
124 'public/browser/download_save_info.h', 124 'public/browser/download_save_info.h',
125 'public/browser/download_url_parameters.cc', 125 'public/browser/download_url_parameters.cc',
126 'public/browser/download_url_parameters.h', 126 'public/browser/download_url_parameters.h',
127 'public/browser/favicon_status.cc', 127 'public/browser/favicon_status.cc',
128 'public/browser/favicon_status.h', 128 'public/browser/favicon_status.h',
129 'public/browser/file_descriptor_info.h', 129 'public/browser/file_descriptor_info.h',
130 'public/browser/focused_node_details.h',
130 'public/browser/font_list_async.h', 131 'public/browser/font_list_async.h',
131 'public/browser/geolocation_provider.h', 132 'public/browser/geolocation_provider.h',
132 'public/browser/global_request_id.h', 133 'public/browser/global_request_id.h',
133 'public/browser/gpu_data_manager.h', 134 'public/browser/gpu_data_manager.h',
134 'public/browser/gpu_data_manager_observer.h', 135 'public/browser/gpu_data_manager_observer.h',
135 'public/browser/histogram_fetcher.h', 136 'public/browser/histogram_fetcher.h',
136 'public/browser/host_zoom_map.h', 137 'public/browser/host_zoom_map.h',
137 'public/browser/indexed_db_context.h', 138 'public/browser/indexed_db_context.h',
138 'public/browser/indexed_db_info.cc', 139 'public/browser/indexed_db_info.cc',
139 'public/browser/indexed_db_info.h', 140 'public/browser/indexed_db_info.h',
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 'sources': [ 1936 'sources': [
1936 'browser/media/cdm/browser_cdm_manager.cc', 1937 'browser/media/cdm/browser_cdm_manager.cc',
1937 'browser/media/cdm/browser_cdm_manager.h', 1938 'browser/media/cdm/browser_cdm_manager.h',
1938 # This works on Android because enable_browser_cdms==1 on Android. 1939 # This works on Android because enable_browser_cdms==1 on Android.
1939 'browser/media/media_web_contents_observer.cc', 1940 'browser/media/media_web_contents_observer.cc',
1940 'browser/media/media_web_contents_observer.h', 1941 'browser/media/media_web_contents_observer.h',
1941 ], 1942 ],
1942 }], 1943 }],
1943 ], 1944 ],
1944 } 1945 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/focused_node_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698