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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'env.h', | 60 'env.h', |
61 'env_observer.h', | 61 'env_observer.h', |
62 'input_state_lookup.cc', | 62 'input_state_lookup.cc', |
63 'input_state_lookup.h', | 63 'input_state_lookup.h', |
64 'input_state_lookup_win.cc', | 64 'input_state_lookup_win.cc', |
65 'input_state_lookup_win.h', | 65 'input_state_lookup_win.h', |
66 'layout_manager.cc', | 66 'layout_manager.cc', |
67 'layout_manager.h', | 67 'layout_manager.h', |
68 'remote_window_tree_host_win.cc', | 68 'remote_window_tree_host_win.cc', |
69 'remote_window_tree_host_win.h', | 69 'remote_window_tree_host_win.h', |
70 'root_window_transformer.h', | |
71 'scoped_window_targeter.cc', | 70 'scoped_window_targeter.cc', |
72 'scoped_window_targeter.h', | 71 'scoped_window_targeter.h', |
73 'window.cc', | 72 'window.cc', |
74 'window.h', | 73 'window.h', |
75 'window_event_dispatcher.cc', | 74 'window_event_dispatcher.cc', |
76 'window_event_dispatcher.h', | 75 'window_event_dispatcher.h', |
77 'window_delegate.h', | 76 'window_delegate.h', |
78 'window_layer_type.h', | 77 'window_layer_type.h', |
79 'window_observer.h', | 78 'window_observer.h', |
80 'window_targeter.cc', | 79 'window_targeter.cc', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 '../wm/public/tooltip_client.h', | 111 '../wm/public/tooltip_client.h', |
113 '../wm/public/transient_window_client.cc', | 112 '../wm/public/transient_window_client.cc', |
114 '../wm/public/transient_window_client.h', | 113 '../wm/public/transient_window_client.h', |
115 '../wm/public/window_move_client.cc', | 114 '../wm/public/window_move_client.cc', |
116 '../wm/public/window_move_client.h', | 115 '../wm/public/window_move_client.h', |
117 ], | 116 ], |
118 'conditions': [ | 117 'conditions': [ |
119 ['use_x11==1', { | 118 ['use_x11==1', { |
120 'dependencies': [ | 119 'dependencies': [ |
121 '../../build/linux/system.gyp:x11', | 120 '../../build/linux/system.gyp:x11', |
122 '../../build/linux/system.gyp:xfixes', | |
123 '../../build/linux/system.gyp:xrandr', | 121 '../../build/linux/system.gyp:xrandr', |
124 '../../build/linux/system.gyp:xi', | 122 '../../build/linux/system.gyp:xi', |
125 ], | 123 ], |
126 }], | 124 }], |
127 ['OS=="win"', { | 125 ['OS=="win"', { |
128 'dependencies': [ | 126 'dependencies': [ |
129 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 127 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
130 '../../ipc/ipc.gyp:ipc', | 128 '../../ipc/ipc.gyp:ipc', |
131 ], | 129 ], |
132 'sources!': [ | 130 'sources!': [ |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { | 278 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
281 'dependencies': [ | 279 'dependencies': [ |
282 # See http://crbug.com/162998#c4 for why this is needed. | 280 # See http://crbug.com/162998#c4 for why this is needed. |
283 '../../base/allocator/allocator.gyp:allocator', | 281 '../../base/allocator/allocator.gyp:allocator', |
284 ], | 282 ], |
285 }], | 283 }], |
286 ], | 284 ], |
287 }, | 285 }, |
288 ], | 286 ], |
289 } | 287 } |
OLD | NEW |