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 19 matching lines...) Expand all Loading... |
30 ], | 30 ], |
31 'sources': [ | 31 'sources': [ |
32 '../wm/public/activation_change_observer.cc', | 32 '../wm/public/activation_change_observer.cc', |
33 '../wm/public/activation_change_observer.h', | 33 '../wm/public/activation_change_observer.h', |
34 '../wm/public/activation_client.cc', | 34 '../wm/public/activation_client.cc', |
35 '../wm/public/activation_client.h', | 35 '../wm/public/activation_client.h', |
36 '../wm/public/activation_delegate.cc', | 36 '../wm/public/activation_delegate.cc', |
37 '../wm/public/activation_delegate.h', | 37 '../wm/public/activation_delegate.h', |
38 '../wm/public/animation_host.cc', | 38 '../wm/public/animation_host.cc', |
39 '../wm/public/animation_host.h', | 39 '../wm/public/animation_host.h', |
40 '../wm/public/dispatcher_client.cc', | |
41 '../wm/public/dispatcher_client.h', | |
42 '../wm/public/drag_drop_client.cc', | 40 '../wm/public/drag_drop_client.cc', |
43 '../wm/public/drag_drop_client.h', | 41 '../wm/public/drag_drop_client.h', |
44 '../wm/public/drag_drop_delegate.cc', | 42 '../wm/public/drag_drop_delegate.cc', |
45 '../wm/public/drag_drop_delegate.h', | 43 '../wm/public/drag_drop_delegate.h', |
46 '../wm/public/scoped_drag_drop_disabler.cc', | 44 '../wm/public/scoped_drag_drop_disabler.cc', |
47 '../wm/public/scoped_drag_drop_disabler.h', | 45 '../wm/public/scoped_drag_drop_disabler.h', |
48 '../wm/public/scoped_tooltip_disabler.cc', | 46 '../wm/public/scoped_tooltip_disabler.cc', |
49 '../wm/public/scoped_tooltip_disabler.h', | 47 '../wm/public/scoped_tooltip_disabler.h', |
50 '../wm/public/tooltip_client.cc', | 48 '../wm/public/tooltip_client.cc', |
51 '../wm/public/tooltip_client.h', | 49 '../wm/public/tooltip_client.h', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'dependencies': [ | 339 'dependencies': [ |
342 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 340 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
343 ], | 341 ], |
344 }], | 342 }], |
345 ], | 343 ], |
346 }, | 344 }, |
347 ], | 345 ], |
348 }], | 346 }], |
349 ], | 347 ], |
350 } | 348 } |
OLD | NEW |