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

Side by Side Diff: ppapi/ppapi_host.gypi

Issue 961323004: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync tests Created 5 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/BUILD.gn ('k') | ppapi/ppapi_tests.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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //ppapi:ppapi_host 8 # GN version: //ppapi/host
9 'target_name': 'ppapi_host', 9 'target_name': 'ppapi_host',
10 'type': '<(component)', 10 'type': '<(component)',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../ipc/ipc.gyp:ipc', 13 '../ipc/ipc.gyp:ipc',
14 '../media/media.gyp:shared_memory_support', 14 '../media/media.gyp:shared_memory_support',
15 '../ui/surface/surface.gyp:surface', 15 '../ui/surface/surface.gyp:surface',
16 '../url/url.gyp:url_lib', 16 '../url/url.gyp:url_lib',
17 'ppapi.gyp:ppapi_c', 17 'ppapi.gyp:ppapi_c',
18 'ppapi_internal.gyp:ppapi_ipc', 18 'ppapi_internal.gyp:ppapi_ipc',
(...skipping 21 matching lines...) Expand all
40 'host/resource_host.cc', 40 'host/resource_host.cc',
41 'host/resource_host.h', 41 'host/resource_host.h',
42 'host/resource_message_filter.cc', 42 'host/resource_message_filter.cc',
43 'host/resource_message_filter.h', 43 'host/resource_message_filter.h',
44 'host/resource_message_handler.cc', 44 'host/resource_message_handler.cc',
45 'host/resource_message_handler.h', 45 'host/resource_message_handler.h',
46 ], 46 ],
47 }, 47 },
48 ], 48 ],
49 } 49 }
OLDNEW
« no previous file with comments | « ppapi/BUILD.gn ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698