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

Side by Side Diff: gpu/gpu.gyp

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
« no previous file with comments | « no previous file | gpu/gpu_common.gypi » ('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 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'dependencies': [ 599 'dependencies': [
600 'gl_tests', 600 'gl_tests',
601 ], 601 ],
602 'variables': { 602 'variables': {
603 'test_suite_name': 'gl_tests', 603 'test_suite_name': 'gl_tests',
604 }, 604 },
605 'includes': [ 605 'includes': [
606 '../build/apk_test.gypi', 606 '../build/apk_test.gypi',
607 ], 607 ],
608 }, 608 },
609 {
610 'target_name': 'gpu_unittests_apk',
611 'type': 'none',
612 'dependencies': [
613 'gpu_unittests',
614 ],
615 'variables': {
616 'test_suite_name': 'gpu_unittests',
617 },
618 'includes': [ '../build/apk_test.gypi' ],
619 },
609 ], 620 ],
610 }], 621 }],
611 ], 622 ],
612 } 623 }
OLDNEW
« no previous file with comments | « no previous file | gpu/gpu_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698