| 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 'browser/android/content_protocol_handler_impl.h', | 409 'browser/android/content_protocol_handler_impl.h', |
| 410 'browser/android/content_startup_flags.cc', | 410 'browser/android/content_startup_flags.cc', |
| 411 'browser/android/content_startup_flags.h', | 411 'browser/android/content_startup_flags.h', |
| 412 'browser/android/content_video_view.cc', | 412 'browser/android/content_video_view.cc', |
| 413 'browser/android/content_video_view.h', | 413 'browser/android/content_video_view.h', |
| 414 'browser/android/devtools_auth.cc', | 414 'browser/android/devtools_auth.cc', |
| 415 'browser/android/interface_provider_android_impl.cc', | 415 'browser/android/interface_provider_android_impl.cc', |
| 416 'browser/android/interface_provider_android_impl.h', | 416 'browser/android/interface_provider_android_impl.h', |
| 417 'browser/android/interface_registry_android_impl.cc', | 417 'browser/android/interface_registry_android_impl.cc', |
| 418 'browser/android/interface_registry_android_impl.h', | 418 'browser/android/interface_registry_android_impl.h', |
| 419 'browser/android/scoped_surface_request_manager.cc', |
| 420 'browser/android/scoped_surface_request_manager.h', |
| 419 'browser/android/url_request_content_job.cc', | 421 'browser/android/url_request_content_job.cc', |
| 420 'browser/android/url_request_content_job.h', | 422 'browser/android/url_request_content_job.h', |
| 421 'browser/appcache/appcache.cc', | 423 'browser/appcache/appcache.cc', |
| 422 'browser/appcache/appcache.h', | 424 'browser/appcache/appcache.h', |
| 423 'browser/appcache/appcache_backend_impl.cc', | 425 'browser/appcache/appcache_backend_impl.cc', |
| 424 'browser/appcache/appcache_backend_impl.h', | 426 'browser/appcache/appcache_backend_impl.h', |
| 425 'browser/appcache/appcache_database.cc', | 427 'browser/appcache/appcache_database.cc', |
| 426 'browser/appcache/appcache_database.h', | 428 'browser/appcache/appcache_database.h', |
| 427 'browser/appcache/appcache_disk_cache.cc', | 429 'browser/appcache/appcache_disk_cache.cc', |
| 428 'browser/appcache/appcache_disk_cache.h', | 430 'browser/appcache/appcache_disk_cache.h', |
| (...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 ], | 2112 ], |
| 2111 }], | 2113 }], |
| 2112 ['OS != "mac" and OS != "android"', { | 2114 ['OS != "mac" and OS != "android"', { |
| 2113 'sources!': [ | 2115 'sources!': [ |
| 2114 'browser/gpu/gpu_surface_tracker.cc', | 2116 'browser/gpu/gpu_surface_tracker.cc', |
| 2115 'browser/gpu/gpu_surface_tracker.h', | 2117 'browser/gpu/gpu_surface_tracker.h', |
| 2116 ], | 2118 ], |
| 2117 }], | 2119 }], |
| 2118 ], | 2120 ], |
| 2119 } | 2121 } |
| OLD | NEW |