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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 1140953003: PPAPI Testing: Clean up location of ppapi::StripTestPrefixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to shared_impl Created 5 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
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 # GN version: //ppapi:ppapi_tests 8 # GN version: //ppapi:ppapi_tests
9 'target_name': 'ppapi_tests', 9 'target_name': 'ppapi_tests',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 '../testing/gtest.gyp:gtest', 114 '../testing/gtest.gyp:gtest',
115 ], 115 ],
116 'sources': [ 116 'sources': [
117 # Note: sources list duplicated in GN build. 117 # Note: sources list duplicated in GN build.
118 'proxy/ppapi_proxy_test.cc', 118 'proxy/ppapi_proxy_test.cc',
119 'proxy/ppapi_proxy_test.h', 119 'proxy/ppapi_proxy_test.h',
120 'proxy/resource_message_test_sink.cc', 120 'proxy/resource_message_test_sink.cc',
121 'proxy/resource_message_test_sink.h', 121 'proxy/resource_message_test_sink.h',
122 'shared_impl/test_globals.cc', 122 'shared_impl/test_globals.cc',
123 'shared_impl/test_globals.h', 123 'shared_impl/test_globals.h',
124 'shared_impl/unittest_utils.cc', 124 'shared_impl/test_utils.cc',
125 'shared_impl/unittest_utils.h', 125 'shared_impl/test_utils.h',
126 ], 126 ],
127 }, 127 },
128 128
129 { 129 {
130 # GN version: //ppapi:ppapi_perftests 130 # GN version: //ppapi:ppapi_perftests
131 'target_name': 'ppapi_perftests', 131 'target_name': 'ppapi_perftests',
132 'type': 'executable', 132 'type': 'executable',
133 'variables': { 133 'variables': {
134 'chromium_code': 1, 134 'chromium_code': 1,
135 }, 135 },
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'sources': [ 646 'sources': [
647 'examples/compositor/compositor.cc', 647 'examples/compositor/compositor.cc',
648 'examples/compositor/spinning_cube.cc', 648 'examples/compositor/spinning_cube.cc',
649 'examples/compositor/spinning_cube.h', 649 'examples/compositor/spinning_cube.h',
650 ], 650 ],
651 }, 651 },
652 # Adding a new PPAPI example? Don't forget to update the GN build. 652 # Adding a new PPAPI example? Don't forget to update the GN build.
653 # See //ppapi/examples/BUILD.gn 653 # See //ppapi/examples/BUILD.gn
654 ], 654 ],
655 } 655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698