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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component Created 5 years, 10 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 | « ppapi/ppapi_sources.gni ('k') | ppapi/proxy/BUILD.gn » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 # 'tests/test_c_includes.c', 72 # 'tests/test_c_includes.c',
73 # 'tests/test_cc_includes.cc', 73 # 'tests/test_cc_includes.cc',
74 # ], 74 # ],
75 # 'action': [ 75 # 'action': [
76 # '<!@(python generate_ppapi_include_tests.py)', 76 # '<!@(python generate_ppapi_include_tests.py)',
77 # ], 77 # ],
78 # }, 78 # },
79 # ], 79 # ],
80 }, 80 },
81 { 81 {
82 # GN version: //ppapi:ppapi_unittest_shared 82 # GN version: //ppapi/proxy:test_support
83 # //ppapi/shared_impl:test_support
83 'target_name': 'ppapi_unittest_shared', 84 'target_name': 'ppapi_unittest_shared',
84 'type': 'static_library', 85 'type': 'static_library',
85 'dependencies': [ 86 'dependencies': [
86 'ppapi_proxy', 87 'ppapi_proxy',
87 'ppapi_shared', 88 'ppapi_shared',
88 '../base/base.gyp:test_support_base', 89 '../base/base.gyp:test_support_base',
89 '../ipc/ipc.gyp:ipc', 90 '../ipc/ipc.gyp:ipc',
90 '../ipc/ipc.gyp:test_support_ipc', 91 '../ipc/ipc.gyp:test_support_ipc',
91 '../testing/gmock.gyp:gmock', 92 '../testing/gmock.gyp:gmock',
92 '../testing/gtest.gyp:gtest', 93 '../testing/gtest.gyp:gtest',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'lib/gl/include', 568 'lib/gl/include',
568 ], 569 ],
569 'sources': [ 570 'sources': [
570 'examples/compositor/compositor.cc', 571 'examples/compositor/compositor.cc',
571 'examples/compositor/spinning_cube.cc', 572 'examples/compositor/spinning_cube.cc',
572 'examples/compositor/spinning_cube.h', 573 'examples/compositor/spinning_cube.h',
573 ], 574 ],
574 }, 575 },
575 ], 576 ],
576 } 577 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_sources.gni ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698