Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Side by Side Diff: gpu/khronos_glcts_support/khronos_glcts_framework.gyp

Issue 1405133010: gpu/khronos_glcts_support: add support for GN builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 'khronos_glcts.gypi', 7 'khronos_glcts.gypi',
8 'khronos_glcts_defaults.gypi',
8 ], 9 ],
9 'targets': [ 10 'targets': [
10 { 11 {
11 'target_name': 'khronos_glcts_framework', 12 'target_name': 'khronos_glcts_framework',
12 'type': 'static_library', 13 'type': 'static_library',
13 'dependencies': [ 14 'dependencies': [
14 'delibs', 'qphelper', 'tcutil', 'glutil', 'tcutil_egl', 15 'delibs', 'qphelper', 'tcutil', 'glutil', 'tcutil_egl',
15 ], 16 ],
16 'export_dependent_settings': [ 17 'export_dependent_settings': [
17 'delibs', 'qphelper', 'tcutil', 'glutil', 'tcutil_egl', 18 'delibs', 'qphelper', 'tcutil', 'glutil', 'tcutil_egl',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 }, 239 },
239 'export_dependent_settings': [ 240 'export_dependent_settings': [
240 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers', 241 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
241 ], 242 ],
242 'sources': [ 243 'sources': [
243 '<@(tcutil_egl_srcs)', 244 '<@(tcutil_egl_srcs)',
244 ], 245 ],
245 }, 246 },
246 ], 247 ],
247 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698