| 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 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 '-Wno-unused-local-typedefs', | 2004 '-Wno-unused-local-typedefs', |
| 2005 ], | 2005 ], |
| 2006 }, | 2006 }, |
| 2007 'sources': [ | 2007 'sources': [ |
| 2008 '<@(auralinux_browser_sources)', | 2008 '<@(auralinux_browser_sources)', |
| 2009 ], | 2009 ], |
| 2010 }], | 2010 }], |
| 2011 ['use_udev == 1', { | 2011 ['use_udev == 1', { |
| 2012 'dependencies': [ | 2012 'dependencies': [ |
| 2013 '../device/udev_linux/udev.gyp:udev_linux', | 2013 '../device/udev_linux/udev.gyp:udev_linux', |
| 2014 '../media/capture/capture.gyp:capture', | 2014 '../media/media.gyp:media', |
| 2015 ], | 2015 ], |
| 2016 }, { | 2016 }, { |
| 2017 'sources!': [ | 2017 'sources!': [ |
| 2018 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | 2018 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| 2019 ], | 2019 ], |
| 2020 }], | 2020 }], |
| 2021 ['OS=="linux" and use_aura==1', { | 2021 ['OS=="linux" and use_aura==1', { |
| 2022 'dependencies': [ | 2022 'dependencies': [ |
| 2023 '../build/linux/system.gyp:fontconfig', | 2023 '../build/linux/system.gyp:fontconfig', |
| 2024 ], | 2024 ], |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2198 ], | 2198 ], |
| 2199 }], | 2199 }], |
| 2200 ['OS != "mac" and OS != "android"', { | 2200 ['OS != "mac" and OS != "android"', { |
| 2201 'sources!': [ | 2201 'sources!': [ |
| 2202 'browser/gpu/gpu_surface_tracker.cc', | 2202 'browser/gpu/gpu_surface_tracker.cc', |
| 2203 'browser/gpu/gpu_surface_tracker.h', | 2203 'browser/gpu/gpu_surface_tracker.h', |
| 2204 ], | 2204 ], |
| 2205 }], | 2205 }], |
| 2206 ], | 2206 ], |
| 2207 } | 2207 } |
| OLD | NEW |