| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'libraries': [ | 115 'libraries': [ |
| 116 '-lX11', | 116 '-lX11', |
| 117 '-lXi', | 117 '-lXi', |
| 118 '-lXfixes', | 118 '-lXfixes', |
| 119 '-lXrandr', | 119 '-lXrandr', |
| 120 ], | 120 ], |
| 121 }, | 121 }, |
| 122 }], | 122 }], |
| 123 ['OS=="win"', { | 123 ['OS=="win"', { |
| 124 'dependencies': [ | 124 'dependencies': [ |
| 125 '../metro_viewer/metro_viewer.gyp:metro_viewer', | 125 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 126 '../../ipc/ipc.gyp:ipc', | 126 '../../ipc/ipc.gyp:ipc', |
| 127 ], | 127 ], |
| 128 }], | 128 }], |
| 129 ], | 129 ], |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 'target_name': 'aura_test_support', | 132 'target_name': 'aura_test_support', |
| 133 'type': 'static_library', | 133 'type': 'static_library', |
| 134 'dependencies': [ | 134 'dependencies': [ |
| 135 '../../skia/skia.gyp:skia', | 135 '../../skia/skia.gyp:skia', |
| 136 '../../testing/gtest.gyp:gtest', | 136 '../../testing/gtest.gyp:gtest', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 # osmesa GL implementation is used on linux. | 278 # osmesa GL implementation is used on linux. |
| 279 ['OS=="linux"', { | 279 ['OS=="linux"', { |
| 280 'dependencies': [ | 280 'dependencies': [ |
| 281 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 281 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 282 ], | 282 ], |
| 283 }], | 283 }], |
| 284 ], | 284 ], |
| 285 }, | 285 }, |
| 286 ], | 286 ], |
| 287 } | 287 } |
| OLD | NEW |