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

Side by Side Diff: ui/gl/gl.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/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_egl.h » ('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 (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 9
10 'targets': [ 10 'targets': [
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 }], 304 }],
305 ], 305 ],
306 }, 306 },
307 { 307 {
308 'target_name': 'gl_unittest_utils', 308 'target_name': 'gl_unittest_utils',
309 'type': 'static_library', 309 'type': 'static_library',
310 'dependencies': [ 310 'dependencies': [
311 '../../testing/gmock.gyp:gmock', 311 '../../testing/gmock.gyp:gmock',
312 '../../third_party/khronos/khronos.gyp:khronos_headers', 312 '../../third_party/khronos/khronos.gyp:khronos_headers',
313 'gl', 313 'gl',
314 'init/gl_init.gyp:gl_init',
314 ], 315 ],
315 'include_dirs': [ 316 'include_dirs': [
316 '../..', 317 '../..',
317 ], 318 ],
318 'sources': [ 319 'sources': [
319 'gl_bindings_autogen_mock.cc', 320 'gl_bindings_autogen_mock.cc',
320 'gl_bindings_autogen_mock.h', 321 'gl_bindings_autogen_mock.h',
321 'gl_mock.cc', 322 'gl_mock.cc',
322 'gl_mock.h', 323 'gl_mock.h',
323 'gl_mock_autogen_gl.h', 324 'gl_mock_autogen_gl.h',
324 'gpu_timing_fake.cc', 325 'gpu_timing_fake.cc',
325 'gpu_timing_fake.h', 326 'gpu_timing_fake.h',
326 ], 327 ],
327 }, 328 },
328 { 329 {
329 'target_name': 'gl_test_support', 330 'target_name': 'gl_test_support',
330 'type': 'static_library', 331 'type': 'static_library',
331 'dependencies': [ 332 'dependencies': [
332 '<(DEPTH)/testing/gtest.gyp:gtest', 333 '<(DEPTH)/testing/gtest.gyp:gtest',
333 '../../third_party/khronos/khronos.gyp:khronos_headers', 334 '../../third_party/khronos/khronos.gyp:khronos_headers',
334 'gl', 335 'gl',
336 'init/gl_init.gyp:gl_init',
335 ], 337 ],
336 'include_dirs': [ 338 'include_dirs': [
337 '../..', 339 '../..',
338 ], 340 ],
339 'sources': [ 341 'sources': [
340 'test/gl_image_test_support.cc', 342 'test/gl_image_test_support.cc',
341 'test/gl_image_test_support.h', 343 'test/gl_image_test_support.h',
342 'test/gl_image_test_template.h', 344 'test/gl_image_test_template.h',
343 'test/gl_surface_test_support.cc', 345 'test/gl_surface_test_support.cc',
344 'test/gl_surface_test_support.h', 346 'test/gl_surface_test_support.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 ], 382 ],
381 'variables': { 383 'variables': {
382 'jni_gen_package': 'ui/gl', 384 'jni_gen_package': 'ui/gl',
383 }, 385 },
384 'includes': [ '../../build/jni_generator.gypi' ], 386 'includes': [ '../../build/jni_generator.gypi' ],
385 }, 387 },
386 ], 388 ],
387 }], 389 }],
388 ], 390 ],
389 } 391 }
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698