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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 '../wm/public/drag_drop_delegate.cc', | 104 '../wm/public/drag_drop_delegate.cc', |
105 '../wm/public/drag_drop_delegate.h', | 105 '../wm/public/drag_drop_delegate.h', |
106 '../wm/public/scoped_tooltip_disabler.cc', | 106 '../wm/public/scoped_tooltip_disabler.cc', |
107 '../wm/public/scoped_tooltip_disabler.h', | 107 '../wm/public/scoped_tooltip_disabler.h', |
108 '../wm/public/tooltip_client.cc', | 108 '../wm/public/tooltip_client.cc', |
109 '../wm/public/tooltip_client.h', | 109 '../wm/public/tooltip_client.h', |
110 '../wm/public/transient_window_client.cc', | 110 '../wm/public/transient_window_client.cc', |
111 '../wm/public/transient_window_client.h', | 111 '../wm/public/transient_window_client.h', |
112 '../wm/public/window_move_client.cc', | 112 '../wm/public/window_move_client.cc', |
113 '../wm/public/window_move_client.h', | 113 '../wm/public/window_move_client.h', |
| 114 '../wm/public/window_types.h', |
114 ], | 115 ], |
115 'conditions': [ | 116 'conditions': [ |
116 ['use_x11==1', { | 117 ['use_x11==1', { |
117 'dependencies': [ | 118 'dependencies': [ |
118 '../../build/linux/system.gyp:x11', | 119 '../../build/linux/system.gyp:x11', |
119 '../../build/linux/system.gyp:xrandr', | 120 '../../build/linux/system.gyp:xrandr', |
120 '../../build/linux/system.gyp:xi', | 121 '../../build/linux/system.gyp:xi', |
121 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 122 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
122 ], | 123 ], |
123 }], | 124 }], |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 ['OS=="linux" and use_allocator!="none"', { | 301 ['OS=="linux" and use_allocator!="none"', { |
301 'dependencies': [ | 302 'dependencies': [ |
302 # See http://crbug.com/162998#c4 for why this is needed. | 303 # See http://crbug.com/162998#c4 for why this is needed. |
303 '../../base/allocator/allocator.gyp:allocator', | 304 '../../base/allocator/allocator.gyp:allocator', |
304 ], | 305 ], |
305 }], | 306 }], |
306 ], | 307 ], |
307 }, | 308 }, |
308 ], | 309 ], |
309 } | 310 } |
OLD | NEW |