| OLD | NEW |
| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
| (...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 'browser/download/url_downloader.h', | 738 'browser/download/url_downloader.h', |
| 739 'browser/fileapi/browser_file_system_helper.cc', | 739 'browser/fileapi/browser_file_system_helper.cc', |
| 740 'browser/fileapi/browser_file_system_helper.h', | 740 'browser/fileapi/browser_file_system_helper.h', |
| 741 'browser/fileapi/fileapi_message_filter.cc', | 741 'browser/fileapi/fileapi_message_filter.cc', |
| 742 'browser/fileapi/fileapi_message_filter.h', | 742 'browser/fileapi/fileapi_message_filter.h', |
| 743 'browser/fileapi/upload_file_system_file_element_reader.cc', | 743 'browser/fileapi/upload_file_system_file_element_reader.cc', |
| 744 'browser/fileapi/upload_file_system_file_element_reader.h', | 744 'browser/fileapi/upload_file_system_file_element_reader.h', |
| 745 'browser/find_request_manager.cc', | 745 'browser/find_request_manager.cc', |
| 746 'browser/find_request_manager.h', | 746 'browser/find_request_manager.h', |
| 747 'browser/font_list_async.cc', | 747 'browser/font_list_async.cc', |
| 748 'browser/frame_host/ancestor_throttle.cc', | |
| 749 'browser/frame_host/ancestor_throttle.h', | |
| 750 'browser/frame_host/cross_process_frame_connector.cc', | 748 'browser/frame_host/cross_process_frame_connector.cc', |
| 751 'browser/frame_host/cross_process_frame_connector.h', | 749 'browser/frame_host/cross_process_frame_connector.h', |
| 752 'browser/frame_host/cross_site_transferring_request.cc', | 750 'browser/frame_host/cross_site_transferring_request.cc', |
| 753 'browser/frame_host/cross_site_transferring_request.h', | 751 'browser/frame_host/cross_site_transferring_request.h', |
| 754 'browser/frame_host/debug_urls.cc', | 752 'browser/frame_host/debug_urls.cc', |
| 755 'browser/frame_host/debug_urls.h', | 753 'browser/frame_host/debug_urls.h', |
| 756 'browser/frame_host/frame_mojo_shell.cc', | 754 'browser/frame_host/frame_mojo_shell.cc', |
| 757 'browser/frame_host/frame_mojo_shell.h', | 755 'browser/frame_host/frame_mojo_shell.h', |
| 758 'browser/frame_host/frame_navigation_entry.cc', | 756 'browser/frame_host/frame_navigation_entry.cc', |
| 759 'browser/frame_host/frame_navigation_entry.h', | 757 'browser/frame_host/frame_navigation_entry.h', |
| (...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2203 ], | 2201 ], |
| 2204 }], | 2202 }], |
| 2205 ['OS != "mac" and OS != "android"', { | 2203 ['OS != "mac" and OS != "android"', { |
| 2206 'sources!': [ | 2204 'sources!': [ |
| 2207 'browser/gpu/gpu_surface_tracker.cc', | 2205 'browser/gpu/gpu_surface_tracker.cc', |
| 2208 'browser/gpu/gpu_surface_tracker.h', | 2206 'browser/gpu/gpu_surface_tracker.h', |
| 2209 ], | 2207 ], |
| 2210 }], | 2208 }], |
| 2211 ], | 2209 ], |
| 2212 } | 2210 } |
| OLD | NEW |