| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 | 6 |
| 7 'includes': [ | 7 'includes': [ |
| 8 'gles2_conform.gypi', | 8 'gles2_conform.gypi', |
| 9 ], | 9 ], |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data', | 103 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data', |
| 104 ], | 104 ], |
| 105 }, | 105 }, |
| 106 ], | 106 ], |
| 107 }, | 107 }, |
| 108 { | 108 { |
| 109 'target_name': 'gles2_conform_test_windowless', | 109 'target_name': 'gles2_conform_test_windowless', |
| 110 'type': 'executable', | 110 'type': 'executable', |
| 111 'dependencies': [ | 111 'dependencies': [ |
| 112 'gles2_conform_test_embedded_data', | 112 'gles2_conform_test_embedded_data', |
| 113 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_na
tive', | |
| 114 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_ma
in_windowless', | 113 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_ma
in_windowless', |
| 115 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib_nocheck', | 114 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib_nocheck', |
| 116 '<(DEPTH)/third_party/expat/expat.gyp:expat', | 115 '<(DEPTH)/third_party/expat/expat.gyp:expat', |
| 117 ], | 116 ], |
| 118 'conditions': [ | 117 'conditions': [ |
| 119 ['OS=="linux"', { | 118 ['OS=="linux"', { |
| 120 'conditions': [ | 119 'conditions': [ |
| 121 [ 'chromeos==0', { | 120 [ 'chromeos==0', { |
| 122 'dependencies': ['../../build/linux/system.gyp:gtk2'] | 121 'dependencies': ['../../build/linux/system.gyp:gtk2'] |
| 123 }], | 122 }], |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 }], | 261 }], |
| 263 ], | 262 ], |
| 264 } | 263 } |
| 265 | 264 |
| 266 | 265 |
| 267 # Local Variables: | 266 # Local Variables: |
| 268 # tab-width:2 | 267 # tab-width:2 |
| 269 # indent-tabs-mode:nil | 268 # indent-tabs-mode:nil |
| 270 # End: | 269 # End: |
| 271 # vim: set expandtab tabstop=2 shiftwidth=2: | 270 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |