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

Side by Side Diff: content/content_browser.gypi

Issue 558073002: Hook up guest browser plugins to the accessibility tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross_process_iframes_plugins_3
Patch Set: Rebase Created 6 years, 3 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 # 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 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'browser/fileapi/fileapi_message_filter.h', 574 'browser/fileapi/fileapi_message_filter.h',
575 'browser/fileapi/upload_file_system_file_element_reader.cc', 575 'browser/fileapi/upload_file_system_file_element_reader.cc',
576 'browser/fileapi/upload_file_system_file_element_reader.h', 576 'browser/fileapi/upload_file_system_file_element_reader.h',
577 'browser/font_list_async.cc', 577 'browser/font_list_async.cc',
578 'browser/frame_host/cross_process_frame_connector.cc', 578 'browser/frame_host/cross_process_frame_connector.cc',
579 'browser/frame_host/cross_process_frame_connector.h', 579 'browser/frame_host/cross_process_frame_connector.h',
580 'browser/frame_host/cross_site_transferring_request.cc', 580 'browser/frame_host/cross_site_transferring_request.cc',
581 'browser/frame_host/cross_site_transferring_request.h', 581 'browser/frame_host/cross_site_transferring_request.h',
582 'browser/frame_host/debug_urls.cc', 582 'browser/frame_host/debug_urls.cc',
583 'browser/frame_host/debug_urls.h', 583 'browser/frame_host/debug_urls.h',
584 'browser/frame_host/frame_accessibility.cc',
585 'browser/frame_host/frame_accessibility.h',
584 'browser/frame_host/frame_tree.cc', 586 'browser/frame_host/frame_tree.cc',
585 'browser/frame_host/frame_tree.h', 587 'browser/frame_host/frame_tree.h',
586 'browser/frame_host/frame_tree_node.cc', 588 'browser/frame_host/frame_tree_node.cc',
587 'browser/frame_host/frame_tree_node.h', 589 'browser/frame_host/frame_tree_node.h',
588 'browser/frame_host/interstitial_page_impl.cc', 590 'browser/frame_host/interstitial_page_impl.cc',
589 'browser/frame_host/interstitial_page_impl.h', 591 'browser/frame_host/interstitial_page_impl.h',
590 'browser/frame_host/interstitial_page_navigator_impl.cc', 592 'browser/frame_host/interstitial_page_navigator_impl.cc',
591 'browser/frame_host/interstitial_page_navigator_impl.h', 593 'browser/frame_host/interstitial_page_navigator_impl.h',
592 'browser/frame_host/navigation_before_commit_info.cc', 594 'browser/frame_host/navigation_before_commit_info.cc',
593 'browser/frame_host/navigation_before_commit_info.h', 595 'browser/frame_host/navigation_before_commit_info.h',
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 'sources': [ 1877 'sources': [
1876 'browser/media/cdm/browser_cdm_manager.cc', 1878 'browser/media/cdm/browser_cdm_manager.cc',
1877 'browser/media/cdm/browser_cdm_manager.h', 1879 'browser/media/cdm/browser_cdm_manager.h',
1878 # This works on Android because enable_browser_cdms==1 on Android. 1880 # This works on Android because enable_browser_cdms==1 on Android.
1879 'browser/media/media_web_contents_observer.cc', 1881 'browser/media/media_web_contents_observer.cc',
1880 'browser/media/media_web_contents_observer.h', 1882 'browser/media/media_web_contents_observer.h',
1881 ], 1883 ],
1882 }], 1884 }],
1883 ], 1885 ],
1884 } 1886 }
OLDNEW
« no previous file with comments | « content/common/accessibility_messages.h ('k') | content/renderer/accessibility/blink_ax_tree_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698