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

Side by Side Diff: gpu/gpu.gyp

Issue 15942017: [Android] Fix component build again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + memorypressurelistener Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/public/browser/android/synchronous_compositor.h ('k') | no next file » | 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 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'msvs_disabled_warnings': [ 4267, ], 305 'msvs_disabled_warnings': [ 4267, ],
306 }, 306 },
307 { 307 {
308 'target_name': 'gpu_unittest_utils', 308 'target_name': 'gpu_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 '../testing/gtest.gyp:gtest', 312 '../testing/gtest.gyp:gtest',
313 '../third_party/khronos/khronos.gyp:khronos_headers', 313 '../third_party/khronos/khronos.gyp:khronos_headers',
314 '../ui/gl/gl.gyp:gl_unittest_utils', 314 '../ui/gl/gl.gyp:gl_unittest_utils',
315 'gpu',
315 ], 316 ],
316 'include_dirs': [ 317 'include_dirs': [
317 '..', 318 '..',
318 ], 319 ],
319 'sources': [ 320 'sources': [
320 'command_buffer/service/gles2_cmd_decoder_mock.cc', 321 'command_buffer/service/gles2_cmd_decoder_mock.cc',
321 'command_buffer/service/error_state_mock.cc', 322 'command_buffer/service/error_state_mock.cc',
322 ], 323 ],
323 }, 324 },
324 ], 325 ],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)', 541 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
541 }, 542 },
542 'includes': [ 543 'includes': [
543 '../build/apk_test.gypi', 544 '../build/apk_test.gypi',
544 ], 545 ],
545 }, 546 },
546 ], 547 ],
547 }], 548 }],
548 ], 549 ],
549 } 550 }
OLDNEW
« no previous file with comments | « content/public/browser/android/synchronous_compositor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698