| 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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2203 ], | 2205 ], |
| 2204 }], | 2206 }], |
| 2205 ['OS != "mac" and OS != "android"', { | 2207 ['OS != "mac" and OS != "android"', { |
| 2206 'sources!': [ | 2208 'sources!': [ |
| 2207 'browser/gpu/gpu_surface_tracker.cc', | 2209 'browser/gpu/gpu_surface_tracker.cc', |
| 2208 'browser/gpu/gpu_surface_tracker.h', | 2210 'browser/gpu/gpu_surface_tracker.h', |
| 2209 ], | 2211 ], |
| 2210 }], | 2212 }], |
| 2211 ], | 2213 ], |
| 2212 } | 2214 } |
| OLD | NEW |