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

Side by Side Diff: gpu/gpu.gyp

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 '../third_party/angle/build/common_defines.gypi', 666 '../third_party/angle/build/common_defines.gypi',
667 '../third_party/angle/tests/angle_end2end_tests.gypi', 667 '../third_party/angle/tests/angle_end2end_tests.gypi',
668 ], 668 ],
669 'sources': 669 'sources':
670 [ 670 [
671 'angle_end2end_tests_main.cc', 671 'angle_end2end_tests_main.cc',
672 ], 672 ],
673 }, 673 },
674 ], 674 ],
675 }], 675 }],
676 ['test_isolation_mode != "noop"', {
677 'targets': [
678 {
679 'target_name': 'gpu_unittests_run',
680 'type': 'none',
681 'dependencies': [
682 'gpu_unittests',
683 ],
684 'includes': [
685 '../build/isolate.gypi',
686 ],
687 'sources': [
688 'gpu_unittests.isolate',
689 ],
690 },
691 ],
692 }],
676 ], 693 ],
677 } 694 }
OLDNEW
« no previous file with comments | « gpu/config/software_rendering_list_json.cc ('k') | gpu/gpu_config.gypi » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698