| 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 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2012 '-Wno-unused-local-typedefs', | 2012 '-Wno-unused-local-typedefs', |
| 2013 ], | 2013 ], |
| 2014 }, | 2014 }, |
| 2015 'sources': [ | 2015 'sources': [ |
| 2016 '<@(auralinux_browser_sources)', | 2016 '<@(auralinux_browser_sources)', |
| 2017 ], | 2017 ], |
| 2018 }], | 2018 }], |
| 2019 ['use_udev == 1', { | 2019 ['use_udev == 1', { |
| 2020 'dependencies': [ | 2020 'dependencies': [ |
| 2021 '../device/udev_linux/udev.gyp:udev_linux', | 2021 '../device/udev_linux/udev.gyp:udev_linux', |
| 2022 '../media/capture/capture.gyp:capture', | 2022 '../media/media.gyp:media', |
| 2023 ], | 2023 ], |
| 2024 }, { | 2024 }, { |
| 2025 'sources!': [ | 2025 'sources!': [ |
| 2026 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | 2026 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| 2027 ], | 2027 ], |
| 2028 }], | 2028 }], |
| 2029 ['OS=="linux" and use_aura==1', { | 2029 ['OS=="linux" and use_aura==1', { |
| 2030 'dependencies': [ | 2030 'dependencies': [ |
| 2031 '../build/linux/system.gyp:fontconfig', | 2031 '../build/linux/system.gyp:fontconfig', |
| 2032 ], | 2032 ], |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2208 ], | 2208 ], |
| 2209 }], | 2209 }], |
| 2210 ['OS != "mac" and OS != "android"', { | 2210 ['OS != "mac" and OS != "android"', { |
| 2211 'sources!': [ | 2211 'sources!': [ |
| 2212 'browser/gpu/gpu_surface_tracker.cc', | 2212 'browser/gpu/gpu_surface_tracker.cc', |
| 2213 'browser/gpu/gpu_surface_tracker.h', | 2213 'browser/gpu/gpu_surface_tracker.h', |
| 2214 ], | 2214 ], |
| 2215 }], | 2215 }], |
| 2216 ], | 2216 ], |
| 2217 } | 2217 } |
| OLD | NEW |