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

Side by Side Diff: gpu/gpu_common.gypi

Issue 295933013: Some build changes for nacl on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 # These are defined here because we need to build this library twice. Once 8 # These are defined here because we need to build this library twice. Once
9 # with extra parameter checking. Once with no parameter checking to be 100% 9 # with extra parameter checking. Once with no parameter checking to be 100%
10 # OpenGL ES 2.0 compliant for the conformance tests. 10 # OpenGL ES 2.0 compliant for the conformance tests.
(...skipping 30 matching lines...) Expand all
41 'command_buffer/client/program_info_manager.cc', 41 'command_buffer/client/program_info_manager.cc',
42 'command_buffer/client/program_info_manager.h', 42 'command_buffer/client/program_info_manager.h',
43 'command_buffer/client/query_tracker.cc', 43 'command_buffer/client/query_tracker.cc',
44 'command_buffer/client/query_tracker.h', 44 'command_buffer/client/query_tracker.h',
45 'command_buffer/client/share_group.cc', 45 'command_buffer/client/share_group.cc',
46 'command_buffer/client/share_group.h', 46 'command_buffer/client/share_group.h',
47 'command_buffer/client/vertex_array_object_manager.cc', 47 'command_buffer/client/vertex_array_object_manager.cc',
48 'command_buffer/client/vertex_array_object_manager.h', 48 'command_buffer/client/vertex_array_object_manager.h',
49 ] 49 ]
50 }, 50 },
51 'conditions': [
52 ['OS == "android"', {
53 'targets': [
54 {
55 'target_name': 'gpu_unittests_apk',
56 'type': 'none',
57 'dependencies': [
58 'gpu_unittests',
59 ],
60 'variables': {
61 'test_suite_name': 'gpu_unittests',
62 },
63 'includes': [ '../build/apk_test.gypi' ],
64 },
65 ],
66 }],
67 ],
68 } 51 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698