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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 10544089: Implement the file chooser as a new resource "host" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 '../gpu/gpu.gyp:gpu_ipc', 115 '../gpu/gpu.gyp:gpu_ipc',
116 '../ipc/ipc.gyp:ipc', 116 '../ipc/ipc.gyp:ipc',
117 '../ipc/ipc.gyp:test_support_ipc', 117 '../ipc/ipc.gyp:test_support_ipc',
118 '../testing/gmock.gyp:gmock', 118 '../testing/gmock.gyp:gmock',
119 '../testing/gtest.gyp:gtest', 119 '../testing/gtest.gyp:gtest',
120 '../ui/surface/surface.gyp:surface', 120 '../ui/surface/surface.gyp:surface',
121 ], 121 ],
122 'sources': [ 122 'sources': [
123 'proxy/run_all_unittests.cc', 123 'proxy/run_all_unittests.cc',
124 124
125 'proxy/file_chooser_resource_unittest.cc',
125 'proxy/mock_resource.cc', 126 'proxy/mock_resource.cc',
126 'proxy/mock_resource.h', 127 'proxy/mock_resource.h',
127 'proxy/plugin_dispatcher_unittest.cc', 128 'proxy/plugin_dispatcher_unittest.cc',
128 'proxy/plugin_resource_tracker_unittest.cc', 129 'proxy/plugin_resource_tracker_unittest.cc',
129 'proxy/plugin_var_tracker_unittest.cc', 130 'proxy/plugin_var_tracker_unittest.cc',
130 'proxy/ppb_var_unittest.cc', 131 'proxy/ppb_var_unittest.cc',
131 'proxy/ppp_instance_private_proxy_unittest.cc', 132 'proxy/ppp_instance_private_proxy_unittest.cc',
132 'proxy/ppp_instance_proxy_unittest.cc', 133 'proxy/ppp_instance_proxy_unittest.cc',
133 'proxy/ppp_messaging_proxy_unittest.cc', 134 'proxy/ppp_messaging_proxy_unittest.cc',
134 'proxy/serialized_var_unittest.cc', 135 'proxy/serialized_var_unittest.cc',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'dependencies': [ 383 'dependencies': [
383 'ppapi_example_skeleton', 384 'ppapi_example_skeleton',
384 'ppapi.gyp:ppapi_cpp', 385 'ppapi.gyp:ppapi_cpp',
385 ], 386 ],
386 'sources': [ 387 'sources': [
387 'examples/printing/printing.cc', 388 'examples/printing/printing.cc',
388 ], 389 ],
389 }, 390 },
390 ], 391 ],
391 } 392 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698