| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'client/drag_drop_client.cc', | 54 'client/drag_drop_client.cc', |
| 55 'client/drag_drop_client.h', | 55 'client/drag_drop_client.h', |
| 56 'client/drag_drop_delegate.cc', | 56 'client/drag_drop_delegate.cc', |
| 57 'client/drag_drop_delegate.h', | 57 'client/drag_drop_delegate.h', |
| 58 'client/event_client.cc', | 58 'client/event_client.cc', |
| 59 'client/event_client.h', | 59 'client/event_client.h', |
| 60 'client/focus_change_observer.cc', | 60 'client/focus_change_observer.cc', |
| 61 'client/focus_change_observer.h', | 61 'client/focus_change_observer.h', |
| 62 'client/focus_client.cc', | 62 'client/focus_client.cc', |
| 63 'client/focus_client.h', | 63 'client/focus_client.h', |
| 64 'client/scoped_tooltip_disabler.cc', |
| 65 'client/scoped_tooltip_disabler.h', |
| 64 'client/screen_position_client.cc', | 66 'client/screen_position_client.cc', |
| 65 'client/screen_position_client.h', | 67 'client/screen_position_client.h', |
| 66 'client/tooltip_client.cc', | 68 'client/tooltip_client.cc', |
| 67 'client/tooltip_client.h', | 69 'client/tooltip_client.h', |
| 68 'client/user_action_client.cc', | 70 'client/user_action_client.cc', |
| 69 'client/user_action_client.h', | 71 'client/user_action_client.h', |
| 70 'client/visibility_client.cc', | 72 'client/visibility_client.cc', |
| 71 'client/visibility_client.h', | 73 'client/visibility_client.h', |
| 72 'client/window_move_client.cc', | 74 'client/window_move_client.cc', |
| 73 'client/window_move_client.h', | 75 'client/window_move_client.h', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 ['OS=="linux" and linux_use_tcmalloc==1', { | 280 ['OS=="linux" and linux_use_tcmalloc==1', { |
| 279 'dependencies': [ | 281 'dependencies': [ |
| 280 # See http://crbug.com/162998#c4 for why this is needed. | 282 # See http://crbug.com/162998#c4 for why this is needed. |
| 281 '../../base/allocator/allocator.gyp:allocator', | 283 '../../base/allocator/allocator.gyp:allocator', |
| 282 ], | 284 ], |
| 283 }], | 285 }], |
| 284 ], | 286 ], |
| 285 }, | 287 }, |
| 286 ], | 288 ], |
| 287 } | 289 } |
| OLD | NEW |