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

Side by Side Diff: ui/gl/gl_tests.gyp

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 months 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
« no previous file with comments | « ui/gl/gl_surface_wgl.h ('k') | ui/gl/init/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 11 matching lines...) Expand all
22 ], 22 ],
23 'dependencies': [ 23 'dependencies': [
24 '<(DEPTH)/base/base.gyp:base', 24 '<(DEPTH)/base/base.gyp:base',
25 '<(DEPTH)/base/base.gyp:test_support_base', 25 '<(DEPTH)/base/base.gyp:test_support_base',
26 '<(DEPTH)/testing/gmock.gyp:gmock', 26 '<(DEPTH)/testing/gmock.gyp:gmock',
27 '<(DEPTH)/testing/gtest.gyp:gtest', 27 '<(DEPTH)/testing/gtest.gyp:gtest',
28 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 28 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
29 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 29 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
30 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 30 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
31 '<(DEPTH)/ui/gl/gl.gyp:gl', 31 '<(DEPTH)/ui/gl/gl.gyp:gl',
32 '<(DEPTH)/ui/gl/init/gl_init.gyp:gl_init',
32 '<(DEPTH)/ui/gl/gl.gyp:gl_test_support', 33 '<(DEPTH)/ui/gl/gl.gyp:gl_test_support',
33 '<(DEPTH)/ui/gl/gl.gyp:gl_unittest_utils', 34 '<(DEPTH)/ui/gl/gl.gyp:gl_unittest_utils',
34 ], 35 ],
35 'conditions': [ 36 'conditions': [
36 ['OS == "android"', { 37 ['OS == "android"', {
37 'dependencies': [ 38 'dependencies': [
38 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 39 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
39 ], 40 ],
40 }], 41 }],
41 ['OS in ("win", "android", "linux")', { 42 ['OS in ("win", "android", "linux")', {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'dependencies': [ 127 'dependencies': [
127 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 128 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
128 ], 129 ],
129 }], 130 }],
130 ], 131 ],
131 }, 132 },
132 ], 133 ],
133 }], 134 }],
134 ], 135 ],
135 } 136 }
OLDNEW
« no previous file with comments | « ui/gl/gl_surface_wgl.h ('k') | ui/gl/init/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698