| 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'browser/geolocation/wifi_data_provider_linux.h', | 617 'browser/geolocation/wifi_data_provider_linux.h', |
| 618 'browser/geolocation/wifi_data_provider_mac.cc', | 618 'browser/geolocation/wifi_data_provider_mac.cc', |
| 619 'browser/geolocation/wifi_data_provider_mac.h', | 619 'browser/geolocation/wifi_data_provider_mac.h', |
| 620 'browser/geolocation/wifi_data_provider_win.cc', | 620 'browser/geolocation/wifi_data_provider_win.cc', |
| 621 'browser/geolocation/wifi_data_provider_win.h', | 621 'browser/geolocation/wifi_data_provider_win.h', |
| 622 'browser/geolocation/wifi_polling_policy.h', | 622 'browser/geolocation/wifi_polling_policy.h', |
| 623 'browser/gpu/browser_gpu_channel_host_factory.cc', | 623 'browser/gpu/browser_gpu_channel_host_factory.cc', |
| 624 'browser/gpu/browser_gpu_channel_host_factory.h', | 624 'browser/gpu/browser_gpu_channel_host_factory.h', |
| 625 'browser/gpu/compositor_util.cc', | 625 'browser/gpu/compositor_util.cc', |
| 626 'browser/gpu/compositor_util.h', | 626 'browser/gpu/compositor_util.h', |
| 627 'browser/gpu/dri_buffer_manager.cc', |
| 628 'browser/gpu/dri_buffer_manager.h', |
| 627 'browser/gpu/gpu_data_manager_impl.cc', | 629 'browser/gpu/gpu_data_manager_impl.cc', |
| 628 'browser/gpu/gpu_data_manager_impl.h', | 630 'browser/gpu/gpu_data_manager_impl.h', |
| 629 'browser/gpu/gpu_data_manager_impl_private.cc', | 631 'browser/gpu/gpu_data_manager_impl_private.cc', |
| 630 'browser/gpu/gpu_data_manager_impl_private.h', | 632 'browser/gpu/gpu_data_manager_impl_private.h', |
| 631 'browser/gpu/gpu_internals_ui.cc', | 633 'browser/gpu/gpu_internals_ui.cc', |
| 632 'browser/gpu/gpu_internals_ui.h', | 634 'browser/gpu/gpu_internals_ui.h', |
| 633 'browser/gpu/gpu_process_host.cc', | 635 'browser/gpu/gpu_process_host.cc', |
| 634 'browser/gpu/gpu_process_host.h', | 636 'browser/gpu/gpu_process_host.h', |
| 635 'browser/gpu/gpu_process_host_ui_shim.cc', | 637 'browser/gpu/gpu_process_host_ui_shim.cc', |
| 636 'browser/gpu/gpu_process_host_ui_shim.h', | 638 'browser/gpu/gpu_process_host_ui_shim.h', |
| (...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 'user32.dll', | 1601 'user32.dll', |
| 1600 'dwmapi.dll', | 1602 'dwmapi.dll', |
| 1601 ], | 1603 ], |
| 1602 }, | 1604 }, |
| 1603 }, | 1605 }, |
| 1604 }, | 1606 }, |
| 1605 }], | 1607 }], |
| 1606 ['OS=="linux"', { | 1608 ['OS=="linux"', { |
| 1607 'dependencies': [ | 1609 'dependencies': [ |
| 1608 '../sandbox/sandbox.gyp:libc_urandom_override', | 1610 '../sandbox/sandbox.gyp:libc_urandom_override', |
| 1611 '<(DEPTH)/build/linux/system.gyp:dridrm', |
| 1609 ], | 1612 ], |
| 1613 'link_settings': { |
| 1614 'libraries': [ |
| 1615 '-ldrm', |
| 1616 '-l/home/marius/mesa_ander/lib/libgbm.so', |
| 1617 ], |
| 1618 }, |
| 1610 }], | 1619 }], |
| 1611 ['use_udev == 1', { | 1620 ['use_udev == 1', { |
| 1612 'dependencies': [ | 1621 'dependencies': [ |
| 1613 '../build/linux/system.gyp:udev', | 1622 '../build/linux/system.gyp:udev', |
| 1614 ], | 1623 ], |
| 1615 }, { | 1624 }, { |
| 1616 'sources!': [ | 1625 'sources!': [ |
| 1617 'browser/device_monitor_udev.cc', | 1626 'browser/device_monitor_udev.cc', |
| 1618 'browser/device_monitor_udev.h', | 1627 'browser/device_monitor_udev.h', |
| 1619 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | 1628 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1768 'sources': [ | 1777 'sources': [ |
| 1769 'browser/media/cdm/browser_cdm_manager.cc', | 1778 'browser/media/cdm/browser_cdm_manager.cc', |
| 1770 'browser/media/cdm/browser_cdm_manager.h', | 1779 'browser/media/cdm/browser_cdm_manager.h', |
| 1771 # This works on Android because enable_browser_cdms==1 on Android. | 1780 # This works on Android because enable_browser_cdms==1 on Android. |
| 1772 'browser/media/media_web_contents_observer.cc', | 1781 'browser/media/media_web_contents_observer.cc', |
| 1773 'browser/media/media_web_contents_observer.h', | 1782 'browser/media/media_web_contents_observer.h', |
| 1774 ], | 1783 ], |
| 1775 }], | 1784 }], |
| 1776 ], | 1785 ], |
| 1777 } | 1786 } |
| OLD | NEW |