| 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'browser/bluetooth/bluetooth_allowed_devices_map.h', | 485 'browser/bluetooth/bluetooth_allowed_devices_map.h', |
| 486 'browser/bluetooth/bluetooth_blacklist.cc', | 486 'browser/bluetooth/bluetooth_blacklist.cc', |
| 487 'browser/bluetooth/bluetooth_blacklist.h', | 487 'browser/bluetooth/bluetooth_blacklist.h', |
| 488 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 488 'browser/bluetooth/bluetooth_dispatcher_host.cc', |
| 489 'browser/bluetooth/bluetooth_dispatcher_host.h', | 489 'browser/bluetooth/bluetooth_dispatcher_host.h', |
| 490 'browser/bluetooth/bluetooth_metrics.cc', | 490 'browser/bluetooth/bluetooth_metrics.cc', |
| 491 'browser/bluetooth/bluetooth_metrics.h', | 491 'browser/bluetooth/bluetooth_metrics.h', |
| 492 'browser/bluetooth/cache_query_result.h', | 492 'browser/bluetooth/cache_query_result.h', |
| 493 'browser/bluetooth/first_device_bluetooth_chooser.cc', | 493 'browser/bluetooth/first_device_bluetooth_chooser.cc', |
| 494 'browser/bluetooth/first_device_bluetooth_chooser.h', | 494 'browser/bluetooth/first_device_bluetooth_chooser.h', |
| 495 'browser/bluetooth/frame_connected_bluetooth_devices.cc', |
| 496 'browser/bluetooth/frame_connected_bluetooth_devices.h', |
| 495 'browser/bluetooth/web_bluetooth_service_impl.cc', | 497 'browser/bluetooth/web_bluetooth_service_impl.cc', |
| 496 'browser/bluetooth/web_bluetooth_service_impl.h', | 498 'browser/bluetooth/web_bluetooth_service_impl.h', |
| 497 'browser/bootstrap_sandbox_manager_mac.cc', | 499 'browser/bootstrap_sandbox_manager_mac.cc', |
| 498 'browser/bootstrap_sandbox_manager_mac.h', | 500 'browser/bootstrap_sandbox_manager_mac.h', |
| 499 'browser/browser_child_process_host_impl.cc', | 501 'browser/browser_child_process_host_impl.cc', |
| 500 'browser/browser_child_process_host_impl.h', | 502 'browser/browser_child_process_host_impl.h', |
| 501 'browser/browser_context.cc', | 503 'browser/browser_context.cc', |
| 502 'browser/browser_ipc_logging.cc', | 504 'browser/browser_ipc_logging.cc', |
| 503 'browser/browser_main.cc', | 505 'browser/browser_main.cc', |
| 504 'browser/browser_main.h', | 506 'browser/browser_main.h', |
| (...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2206 ], | 2208 ], |
| 2207 }], | 2209 }], |
| 2208 ['OS != "mac" and OS != "android"', { | 2210 ['OS != "mac" and OS != "android"', { |
| 2209 'sources!': [ | 2211 'sources!': [ |
| 2210 'browser/gpu/gpu_surface_tracker.cc', | 2212 'browser/gpu/gpu_surface_tracker.cc', |
| 2211 'browser/gpu/gpu_surface_tracker.h', | 2213 'browser/gpu/gpu_surface_tracker.h', |
| 2212 ], | 2214 ], |
| 2213 }], | 2215 }], |
| 2214 ], | 2216 ], |
| 2215 } | 2217 } |
| OLD | NEW |