| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', | 523 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', |
| 524 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', | 524 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', |
| 525 'browser/browser_process_sub_thread.cc', | 525 'browser/browser_process_sub_thread.cc', |
| 526 'browser/browser_process_sub_thread.h', | 526 'browser/browser_process_sub_thread.h', |
| 527 'browser/browser_shutdown_profile_dumper.cc', | 527 'browser/browser_shutdown_profile_dumper.cc', |
| 528 'browser/browser_shutdown_profile_dumper.h', | 528 'browser/browser_shutdown_profile_dumper.h', |
| 529 'browser/browser_thread_impl.cc', | 529 'browser/browser_thread_impl.cc', |
| 530 'browser/browser_thread_impl.h', | 530 'browser/browser_thread_impl.h', |
| 531 'browser/browser_url_handler_impl.cc', | 531 'browser/browser_url_handler_impl.cc', |
| 532 'browser/browser_url_handler_impl.h', | 532 'browser/browser_url_handler_impl.h', |
| 533 'browser/browsing_data/clear_site_data_throttle.cc', |
| 534 'browser/browsing_data/clear_site_data_throttle.h', |
| 533 'browser/browsing_instance.cc', | 535 'browser/browsing_instance.cc', |
| 534 'browser/browsing_instance.h', | 536 'browser/browsing_instance.h', |
| 535 'browser/byte_stream.cc', | 537 'browser/byte_stream.cc', |
| 536 'browser/byte_stream.h', | 538 'browser/byte_stream.h', |
| 537 'browser/cache_storage/cache_storage.cc', | 539 'browser/cache_storage/cache_storage.cc', |
| 538 'browser/cache_storage/cache_storage.h', | 540 'browser/cache_storage/cache_storage.h', |
| 539 'browser/cache_storage/cache_storage_blob_to_disk_cache.cc', | 541 'browser/cache_storage/cache_storage_blob_to_disk_cache.cc', |
| 540 'browser/cache_storage/cache_storage_blob_to_disk_cache.h', | 542 'browser/cache_storage/cache_storage_blob_to_disk_cache.h', |
| 541 'browser/cache_storage/cache_storage_cache.cc', | 543 'browser/cache_storage/cache_storage_cache.cc', |
| 542 'browser/cache_storage/cache_storage_cache.h', | 544 'browser/cache_storage/cache_storage_cache.h', |
| (...skipping 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2152 ], | 2154 ], |
| 2153 }], | 2155 }], |
| 2154 ['OS != "mac" and OS != "android"', { | 2156 ['OS != "mac" and OS != "android"', { |
| 2155 'sources!': [ | 2157 'sources!': [ |
| 2156 'browser/gpu/gpu_surface_tracker.cc', | 2158 'browser/gpu/gpu_surface_tracker.cc', |
| 2157 'browser/gpu/gpu_surface_tracker.h', | 2159 'browser/gpu/gpu_surface_tracker.h', |
| 2158 ], | 2160 ], |
| 2159 }], | 2161 }], |
| 2160 ], | 2162 ], |
| 2161 } | 2163 } |
| OLD | NEW |