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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 1714903003: mustash: Move gpu/ipc to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 build Created 4 years, 9 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_internal.gyp ('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 # 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'variables': { 193 'variables': {
194 'chromium_code': 1, 194 'chromium_code': 1,
195 }, 195 },
196 'dependencies': [ 196 'dependencies': [
197 'ppapi_host', 197 'ppapi_host',
198 'ppapi_proxy', 198 'ppapi_proxy',
199 'ppapi_shared', 199 'ppapi_shared',
200 'ppapi_unittest_shared', 200 'ppapi_unittest_shared',
201 '../base/base.gyp:run_all_unittests', 201 '../base/base.gyp:run_all_unittests',
202 '../base/base.gyp:test_support_base', 202 '../base/base.gyp:test_support_base',
203 '../gpu/gpu.gyp:gpu_ipc', 203 '../gpu/gpu.gyp:gpu_ipc_common',
204 '../ipc/ipc.gyp:ipc', 204 '../ipc/ipc.gyp:ipc',
205 '../ipc/ipc.gyp:test_support_ipc', 205 '../ipc/ipc.gyp:test_support_ipc',
206 '../media/media.gyp:shared_memory_support', 206 '../media/media.gyp:shared_memory_support',
207 '../skia/skia.gyp:skia', 207 '../skia/skia.gyp:skia',
208 '../testing/gmock.gyp:gmock', 208 '../testing/gmock.gyp:gmock',
209 '../testing/gtest.gyp:gtest', 209 '../testing/gtest.gyp:gtest',
210 '../ui/surface/surface.gyp:surface', 210 '../ui/surface/surface.gyp:surface',
211 ], 211 ],
212 'sources': [ 212 'sources': [
213 # Note: sources list duplicated in GN build. 213 # Note: sources list duplicated in GN build.
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'dependencies': [ 694 'dependencies': [
695 'ppapi_unittests', 695 'ppapi_unittests',
696 ], 696 ],
697 'includes': [ '../build/isolate.gypi' ], 697 'includes': [ '../build/isolate.gypi' ],
698 'sources': [ 'ppapi_unittests.isolate' ], 698 'sources': [ 'ppapi_unittests.isolate' ],
699 }, 699 },
700 ], 700 ],
701 }], 701 }],
702 ], 702 ],
703 } 703 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_internal.gyp ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698