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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 years, 7 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/DEPS » ('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_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'dependencies': [ 164 'dependencies': [
165 'ppapi_proxy', 165 'ppapi_proxy',
166 'ppapi_shared', 166 'ppapi_shared',
167 'ppapi_unittest_shared', 167 'ppapi_unittest_shared',
168 '../base/base.gyp:test_support_base', 168 '../base/base.gyp:test_support_base',
169 '../gpu/gpu.gyp:gpu_ipc', 169 '../gpu/gpu.gyp:gpu_ipc',
170 '../ipc/ipc.gyp:ipc', 170 '../ipc/ipc.gyp:ipc',
171 '../ipc/ipc.gyp:test_support_ipc', 171 '../ipc/ipc.gyp:test_support_ipc',
172 '../testing/gmock.gyp:gmock', 172 '../testing/gmock.gyp:gmock',
173 '../testing/gtest.gyp:gtest', 173 '../testing/gtest.gyp:gtest',
174 '../ui/gfx/surface/surface.gyp:surface', 174 '../ui/surface/surface.gyp:surface',
175 ], 175 ],
176 'sources': [ 176 'sources': [
177 'proxy/run_all_unittests.cc', 177 'proxy/run_all_unittests.cc',
178 178
179 'proxy/mock_resource.cc', 179 'proxy/mock_resource.cc',
180 'proxy/mock_resource.h', 180 'proxy/mock_resource.h',
181 'proxy/plugin_dispatcher_unittest.cc', 181 'proxy/plugin_dispatcher_unittest.cc',
182 'proxy/plugin_resource_tracker_unittest.cc', 182 'proxy/plugin_resource_tracker_unittest.cc',
183 'proxy/plugin_var_tracker_unittest.cc', 183 'proxy/plugin_var_tracker_unittest.cc',
184 'proxy/ppb_var_unittest.cc', 184 'proxy/ppb_var_unittest.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'dependencies': [ 436 'dependencies': [
437 'ppapi_example_skeleton', 437 'ppapi_example_skeleton',
438 'ppapi.gyp:ppapi_cpp', 438 'ppapi.gyp:ppapi_cpp',
439 ], 439 ],
440 'sources': [ 440 'sources': [
441 'examples/printing/printing.cc', 441 'examples/printing/printing.cc',
442 ], 442 ],
443 }, 443 },
444 ], 444 ],
445 } 445 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698