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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 8275012: Remove RemoteAccessClientFirewallTraversal policy and code paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-rebase Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/ppb_instance_proxy.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'tests/test_graphics_3d.cc', 107 'tests/test_graphics_3d.cc',
108 'tests/test_graphics_3d.h', 108 'tests/test_graphics_3d.h',
109 'tests/test_image_data.cc', 109 'tests/test_image_data.cc',
110 'tests/test_image_data.h', 110 'tests/test_image_data.h',
111 'tests/test_memory.cc', 111 'tests/test_memory.cc',
112 'tests/test_memory.h', 112 'tests/test_memory.h',
113 'tests/test_paint_aggregator.cc', 113 'tests/test_paint_aggregator.cc',
114 'tests/test_paint_aggregator.h', 114 'tests/test_paint_aggregator.h',
115 'tests/test_post_message.cc', 115 'tests/test_post_message.cc',
116 'tests/test_post_message.h', 116 'tests/test_post_message.h',
117 'tests/test_query_policy.cc',
118 'tests/test_query_policy.h',
119 'tests/test_scrollbar.cc', 117 'tests/test_scrollbar.cc',
120 'tests/test_scrollbar.h', 118 'tests/test_scrollbar.h',
121 'tests/test_struct_sizes.c', 119 'tests/test_struct_sizes.c',
122 'tests/test_uma.cc', 120 'tests/test_uma.cc',
123 'tests/test_uma.h', 121 'tests/test_uma.h',
124 'tests/test_url_loader.cc', 122 'tests/test_url_loader.cc',
125 'tests/test_url_loader.h', 123 'tests/test_url_loader.h',
126 'tests/test_url_util.cc', 124 'tests/test_url_util.cc',
127 'tests/test_url_util.h', 125 'tests/test_url_util.h',
128 'tests/test_utils.cc', 126 'tests/test_utils.cc',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'lib/gl/include', 398 'lib/gl/include',
401 ], 399 ],
402 'sources': [ 400 'sources': [
403 'examples/video_capture/video_capture.cc', 401 'examples/video_capture/video_capture.cc',
404 ], 402 ],
405 }, 403 },
406 ], 404 ],
407 }] 405 }]
408 ] 406 ]
409 } 407 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/ppb_instance_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698