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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 8564034: Pepper: Add a test for PPB_TCPSocket_Private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unnecessary includes Created 9 years, 1 month 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_cpp.gypi ('k') | ppapi/tests/test_tcp_socket_private.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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'tests/test_memory.h', 114 'tests/test_memory.h',
115 'tests/test_net_address_private.cc', 115 'tests/test_net_address_private.cc',
116 'tests/test_net_address_private.h', 116 'tests/test_net_address_private.h',
117 'tests/test_paint_aggregator.cc', 117 'tests/test_paint_aggregator.cc',
118 'tests/test_paint_aggregator.h', 118 'tests/test_paint_aggregator.h',
119 'tests/test_post_message.cc', 119 'tests/test_post_message.cc',
120 'tests/test_post_message.h', 120 'tests/test_post_message.h',
121 'tests/test_scrollbar.cc', 121 'tests/test_scrollbar.cc',
122 'tests/test_scrollbar.h', 122 'tests/test_scrollbar.h',
123 'tests/test_struct_sizes.c', 123 'tests/test_struct_sizes.c',
124 'tests/test_tcp_socket_private.cc',
125 'tests/test_tcp_socket_private.h',
124 'tests/test_uma.cc', 126 'tests/test_uma.cc',
125 'tests/test_uma.h', 127 'tests/test_uma.h',
126 'tests/test_url_loader.cc', 128 'tests/test_url_loader.cc',
127 'tests/test_url_loader.h', 129 'tests/test_url_loader.h',
128 'tests/test_url_util.cc', 130 'tests/test_url_util.cc',
129 'tests/test_url_util.h', 131 'tests/test_url_util.h',
130 'tests/test_utils.cc', 132 'tests/test_utils.cc',
131 'tests/test_utils.h', 133 'tests/test_utils.h',
132 'tests/test_var.cc', 134 'tests/test_var.cc',
133 'tests/test_var.h', 135 'tests/test_var.h',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 ], 408 ],
407 'include_dirs': [ 409 'include_dirs': [
408 'lib/gl/include', 410 'lib/gl/include',
409 ], 411 ],
410 'sources': [ 412 'sources': [
411 'examples/video_capture/video_capture.cc', 413 'examples/video_capture/video_capture.cc',
412 ], 414 ],
413 }, 415 },
414 ], 416 ],
415 } 417 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | ppapi/tests/test_tcp_socket_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698