| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 }], | 118 }], |
| 119 ['OS=="win"', { | 119 ['OS=="win"', { |
| 120 'dependencies': [ | 120 'dependencies': [ |
| 121 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 121 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 122 '../../ipc/ipc.gyp:ipc', | 122 '../../ipc/ipc.gyp:ipc', |
| 123 ], | 123 ], |
| 124 'sources!': [ | 124 'sources!': [ |
| 125 'input_state_lookup.cc', | 125 'input_state_lookup.cc', |
| 126 ], | 126 ], |
| 127 }], | 127 }], |
| 128 ['use_ozone==1', { |
| 129 'dependencies': [ |
| 130 '../ozone/ozone.gyp:ozone', |
| 131 ], |
| 132 }], |
| 128 ], | 133 ], |
| 129 }, | 134 }, |
| 130 { | 135 { |
| 131 'target_name': 'aura_test_support', | 136 'target_name': 'aura_test_support', |
| 132 'type': 'static_library', | 137 'type': 'static_library', |
| 133 'dependencies': [ | 138 'dependencies': [ |
| 134 '../../skia/skia.gyp:skia', | 139 '../../skia/skia.gyp:skia', |
| 135 '../../testing/gtest.gyp:gtest', | 140 '../../testing/gtest.gyp:gtest', |
| 136 '../compositor/compositor.gyp:compositor_test_support', | 141 '../compositor/compositor.gyp:compositor_test_support', |
| 137 '../events/events.gyp:events', | 142 '../events/events.gyp:events', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 ['OS=="linux" and linux_use_tcmalloc==1', { | 305 ['OS=="linux" and linux_use_tcmalloc==1', { |
| 301 'dependencies': [ | 306 'dependencies': [ |
| 302 # See http://crbug.com/162998#c4 for why this is needed. | 307 # See http://crbug.com/162998#c4 for why this is needed. |
| 303 '../../base/allocator/allocator.gyp:allocator', | 308 '../../base/allocator/allocator.gyp:allocator', |
| 304 ], | 309 ], |
| 305 }], | 310 }], |
| 306 ], | 311 ], |
| 307 }, | 312 }, |
| 308 ], | 313 ], |
| 309 } | 314 } |
| OLD | NEW |