OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
7 'sources/': [ | 7 'sources/': [ |
8 ['exclude', '/(cocoa|gtk|win)/'], | 8 ['exclude', '/(cocoa|gtk|win)/'], |
9 ['exclude', '_(cocoa|gtk|linux|mac|posix|win|x)\\.(cc|mm?)$'], | 9 ['exclude', '_(cocoa|gtk|linux|mac|posix|win|x)\\.(cc|mm?)$'], |
10 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], | 10 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], |
(...skipping 26 matching lines...) Expand all Loading... |
37 ], | 37 ], |
38 }, | 38 }, |
39 'targets': [ | 39 'targets': [ |
40 { | 40 { |
41 'target_name': 'surface', | 41 'target_name': 'surface', |
42 'type': 'static_library', | 42 'type': 'static_library', |
43 'dependencies': [ | 43 'dependencies': [ |
44 '<(DEPTH)/base/base.gyp:base', | 44 '<(DEPTH)/base/base.gyp:base', |
45 '<(DEPTH)/skia/skia.gyp:skia', | 45 '<(DEPTH)/skia/skia.gyp:skia', |
46 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', | 46 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', |
47 '<(DEPTH)/ui/ui.gyp:ui_gfx', | 47 '<(DEPTH)/ui/ui.gyp:ui', |
48 ], | 48 ], |
49 'sources': [ | 49 'sources': [ |
50 'accelerated_surface_linux.cc', | 50 'accelerated_surface_linux.cc', |
51 'accelerated_surface_linux.h', | 51 'accelerated_surface_linux.h', |
52 'accelerated_surface_mac.cc', | 52 'accelerated_surface_mac.cc', |
53 'accelerated_surface_mac.h', | 53 'accelerated_surface_mac.h', |
54 'io_surface_support_mac.cc', | 54 'io_surface_support_mac.cc', |
55 'io_surface_support_mac.h', | 55 'io_surface_support_mac.h', |
56 'transport_dib.h', | 56 'transport_dib.h', |
57 'transport_dib_linux.cc', | 57 'transport_dib_linux.cc', |
58 'transport_dib_mac.cc', | 58 'transport_dib_mac.cc', |
59 'transport_dib_win.cc', | 59 'transport_dib_win.cc', |
60 ], | 60 ], |
61 }, | 61 }, |
62 ], | 62 ], |
63 } | 63 } |
OLD | NEW |