| 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 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'browser/compositor/owned_mailbox.h', | 371 'browser/compositor/owned_mailbox.h', |
| 372 'browser/compositor/owned_mailbox.cc', | 372 'browser/compositor/owned_mailbox.cc', |
| 373 'browser/compositor/reflector_impl.cc', | 373 'browser/compositor/reflector_impl.cc', |
| 374 'browser/compositor/reflector_impl.h', | 374 'browser/compositor/reflector_impl.h', |
| 375 'browser/compositor/resize_lock.cc', | 375 'browser/compositor/resize_lock.cc', |
| 376 'browser/compositor/resize_lock.h', | 376 'browser/compositor/resize_lock.h', |
| 377 'browser/compositor/gpu_browser_compositor_output_surface.cc', | 377 'browser/compositor/gpu_browser_compositor_output_surface.cc', |
| 378 'browser/compositor/gpu_browser_compositor_output_surface.h', | 378 'browser/compositor/gpu_browser_compositor_output_surface.h', |
| 379 'browser/compositor/software_browser_compositor_output_surface.cc', | 379 'browser/compositor/software_browser_compositor_output_surface.cc', |
| 380 'browser/compositor/software_browser_compositor_output_surface.h', | 380 'browser/compositor/software_browser_compositor_output_surface.h', |
| 381 'browser/compositor/software_output_device_mac.mm', |
| 382 'browser/compositor/software_output_device_mac.h', |
| 381 'browser/compositor/software_output_device_ozone.cc', | 383 'browser/compositor/software_output_device_ozone.cc', |
| 382 'browser/compositor/software_output_device_ozone.h', | 384 'browser/compositor/software_output_device_ozone.h', |
| 383 'browser/compositor/software_output_device_win.cc', | 385 'browser/compositor/software_output_device_win.cc', |
| 384 'browser/compositor/software_output_device_win.h', | 386 'browser/compositor/software_output_device_win.h', |
| 385 'browser/compositor/software_output_device_x11.cc', | 387 'browser/compositor/software_output_device_x11.cc', |
| 386 'browser/compositor/software_output_device_x11.h', | 388 'browser/compositor/software_output_device_x11.h', |
| 387 'browser/context_factory.cc', | 389 'browser/context_factory.cc', |
| 388 'browser/cross_site_request_manager.cc', | 390 'browser/cross_site_request_manager.cc', |
| 389 'browser/cross_site_request_manager.h', | 391 'browser/cross_site_request_manager.h', |
| 390 'browser/devtools/devtools_agent_host_impl.cc', | 392 'browser/devtools/devtools_agent_host_impl.cc', |
| (...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1731 '../build/linux/system.gyp:dbus', | 1733 '../build/linux/system.gyp:dbus', |
| 1732 '../dbus/dbus.gyp:dbus', | 1734 '../dbus/dbus.gyp:dbus', |
| 1733 ], | 1735 ], |
| 1734 }, { # OS != "linux" or use_dbus==0 | 1736 }, { # OS != "linux" or use_dbus==0 |
| 1735 'sources!': [ | 1737 'sources!': [ |
| 1736 'browser/geolocation/wifi_data_provider_linux.cc', | 1738 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1737 ], | 1739 ], |
| 1738 }], | 1740 }], |
| 1739 ], | 1741 ], |
| 1740 } | 1742 } |
| OLD | NEW |