| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', | 524 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', |
| 525 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', | 525 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', |
| 526 'browser/browser_process_sub_thread.cc', | 526 'browser/browser_process_sub_thread.cc', |
| 527 'browser/browser_process_sub_thread.h', | 527 'browser/browser_process_sub_thread.h', |
| 528 'browser/browser_shutdown_profile_dumper.cc', | 528 'browser/browser_shutdown_profile_dumper.cc', |
| 529 'browser/browser_shutdown_profile_dumper.h', | 529 'browser/browser_shutdown_profile_dumper.h', |
| 530 'browser/browser_thread_impl.cc', | 530 'browser/browser_thread_impl.cc', |
| 531 'browser/browser_thread_impl.h', | 531 'browser/browser_thread_impl.h', |
| 532 'browser/browser_url_handler_impl.cc', | 532 'browser/browser_url_handler_impl.cc', |
| 533 'browser/browser_url_handler_impl.h', | 533 'browser/browser_url_handler_impl.h', |
| 534 'browser/browsing_data/clear_site_data_header_observer.cc', |
| 535 'browser/browsing_data/clear_site_data_header_observer.h', |
| 534 'browser/browsing_instance.cc', | 536 'browser/browsing_instance.cc', |
| 535 'browser/browsing_instance.h', | 537 'browser/browsing_instance.h', |
| 536 'browser/byte_stream.cc', | 538 'browser/byte_stream.cc', |
| 537 'browser/byte_stream.h', | 539 'browser/byte_stream.h', |
| 538 'browser/cache_storage/cache_storage.cc', | 540 'browser/cache_storage/cache_storage.cc', |
| 539 'browser/cache_storage/cache_storage.h', | 541 'browser/cache_storage/cache_storage.h', |
| 540 'browser/cache_storage/cache_storage_blob_to_disk_cache.cc', | 542 'browser/cache_storage/cache_storage_blob_to_disk_cache.cc', |
| 541 'browser/cache_storage/cache_storage_blob_to_disk_cache.h', | 543 'browser/cache_storage/cache_storage_blob_to_disk_cache.h', |
| 542 'browser/cache_storage/cache_storage_cache.cc', | 544 'browser/cache_storage/cache_storage_cache.cc', |
| 543 'browser/cache_storage/cache_storage_cache.h', | 545 'browser/cache_storage/cache_storage_cache.h', |
| (...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2170 ], | 2172 ], |
| 2171 }], | 2173 }], |
| 2172 ['OS != "mac" and OS != "android"', { | 2174 ['OS != "mac" and OS != "android"', { |
| 2173 'sources!': [ | 2175 'sources!': [ |
| 2174 'browser/gpu/gpu_surface_tracker.cc', | 2176 'browser/gpu/gpu_surface_tracker.cc', |
| 2175 'browser/gpu/gpu_surface_tracker.h', | 2177 'browser/gpu/gpu_surface_tracker.h', |
| 2176 ], | 2178 ], |
| 2177 }], | 2179 }], |
| 2178 ], | 2180 ], |
| 2179 } | 2181 } |
| OLD | NEW |