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

Side by Side Diff: gpu/demos/demos.gyp

Issue 525083: Added an application framework for demos. This framework currently only suppo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | « gpu/demos/app_framework/platform.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'includes': [
10 '../../build/common.gypi',
11 ],
12 'targets': [
13 {
14 'target_name': 'app_framework',
15 'type': 'static_library',
16 'dependencies': [
17 '../gpu.gyp:command_buffer_client',
18 '../gpu.gyp:command_buffer_service',
19 ],
20 'sources': [
21 'app_framework/application.cc',
22 'app_framework/application.h',
23 'app_framework/platform.h',
24 ],
25 },
26 ]
27 }
28
29 # Local Variables:
30 # tab-width:2
31 # indent-tabs-mode:nil
32 # End:
33 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gpu/demos/app_framework/platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698