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 18 matching lines...) Expand all Loading... |
29 'sources': [ | 29 'sources': [ |
30 'client/aura_constants.cc', | 30 'client/aura_constants.cc', |
31 'client/aura_constants.h', | 31 'client/aura_constants.h', |
32 'client/capture_client.cc', | 32 'client/capture_client.cc', |
33 'client/capture_client.h', | 33 'client/capture_client.h', |
34 'client/capture_delegate.h', | 34 'client/capture_delegate.h', |
35 'client/cursor_client.cc', | 35 'client/cursor_client.cc', |
36 'client/cursor_client.h', | 36 'client/cursor_client.h', |
37 'client/cursor_client_observer.h', | 37 'client/cursor_client_observer.h', |
38 'client/cursor_client_observer.cc', | 38 'client/cursor_client_observer.cc', |
39 'client/default_activation_client.cc', | |
40 'client/default_activation_client.h', | |
41 'client/default_capture_client.cc', | 39 'client/default_capture_client.cc', |
42 'client/default_capture_client.h', | 40 'client/default_capture_client.h', |
43 'client/event_client.cc', | 41 'client/event_client.cc', |
44 'client/event_client.h', | 42 'client/event_client.h', |
45 'client/focus_change_observer.cc', | 43 'client/focus_change_observer.cc', |
46 'client/focus_change_observer.h', | 44 'client/focus_change_observer.h', |
47 'client/focus_client.cc', | 45 'client/focus_client.cc', |
48 'client/focus_client.h', | 46 'client/focus_client.h', |
49 'client/screen_position_client.cc', | 47 'client/screen_position_client.cc', |
50 'client/screen_position_client.h', | 48 'client/screen_position_client.h', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { | 289 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
292 'dependencies': [ | 290 'dependencies': [ |
293 # See http://crbug.com/162998#c4 for why this is needed. | 291 # See http://crbug.com/162998#c4 for why this is needed. |
294 '../../base/allocator/allocator.gyp:allocator', | 292 '../../base/allocator/allocator.gyp:allocator', |
295 ], | 293 ], |
296 }], | 294 }], |
297 ], | 295 ], |
298 }, | 296 }, |
299 ], | 297 ], |
300 } | 298 } |
OLD | NEW |