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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 10826026: Add a printing resource (as a new style resource) to fetch the default print settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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/ppapi_messages.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) 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 'target_name': 'ppapi_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'proxy/file_chooser_resource_unittest.cc', 144 'proxy/file_chooser_resource_unittest.cc',
145 'proxy/mock_resource.cc', 145 'proxy/mock_resource.cc',
146 'proxy/mock_resource.h', 146 'proxy/mock_resource.h',
147 'proxy/plugin_dispatcher_unittest.cc', 147 'proxy/plugin_dispatcher_unittest.cc',
148 'proxy/plugin_resource_tracker_unittest.cc', 148 'proxy/plugin_resource_tracker_unittest.cc',
149 'proxy/plugin_var_tracker_unittest.cc', 149 'proxy/plugin_var_tracker_unittest.cc',
150 'proxy/ppb_var_unittest.cc', 150 'proxy/ppb_var_unittest.cc',
151 'proxy/ppp_instance_private_proxy_unittest.cc', 151 'proxy/ppp_instance_private_proxy_unittest.cc',
152 'proxy/ppp_instance_proxy_unittest.cc', 152 'proxy/ppp_instance_proxy_unittest.cc',
153 'proxy/ppp_messaging_proxy_unittest.cc', 153 'proxy/ppp_messaging_proxy_unittest.cc',
154 'proxy/printing_resource_unittest.cc',
154 'proxy/serialized_var_unittest.cc', 155 'proxy/serialized_var_unittest.cc',
155 'shared_impl/resource_tracker_unittest.cc', 156 'shared_impl/resource_tracker_unittest.cc',
156 'shared_impl/tracked_callback_unittest.cc', 157 'shared_impl/tracked_callback_unittest.cc',
157 'shared_impl/var_tracker_unittest.cc', 158 'shared_impl/var_tracker_unittest.cc',
158 ], 159 ],
159 }, 160 },
160 { 161 {
161 'target_name': 'ppapi_example_skeleton', 162 'target_name': 'ppapi_example_skeleton',
162 'suppress_wildcard': 1, 163 'suppress_wildcard': 1,
163 'type': 'none', 164 'type': 'none',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'dependencies': [ 413 'dependencies': [
413 'ppapi_example_skeleton', 414 'ppapi_example_skeleton',
414 'ppapi.gyp:ppapi_cpp', 415 'ppapi.gyp:ppapi_cpp',
415 ], 416 ],
416 'sources': [ 417 'sources': [
417 'examples/printing/printing.cc', 418 'examples/printing/printing.cc',
418 ], 419 ],
419 }, 420 },
420 ], 421 ],
421 } 422 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698