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

Side by Side Diff: core/core.gyp

Issue 2825074: Initial version rendering 2D path for O3D. This will eventually allow O3D app... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/o3d/
Patch Set: '' Created 10 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 | « converter/cross/renderer_stub.cc ('k') | core/cross/cairo/image_2d.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) 2009 The Chromium Authors. All rights reserved. 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 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/branding.gypi', 10 '../build/branding.gypi',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 }, 471 },
472 ], 472 ],
473 ['renderer == "cairo"', 473 ['renderer == "cairo"',
474 { 474 {
475 'sources': [ 475 'sources': [
476 'cross/cairo/install_check.cc', 476 'cross/cairo/install_check.cc',
477 'cross/cairo/renderer_cairo.cc', 477 'cross/cairo/renderer_cairo.cc',
478 'cross/cairo/renderer_cairo.h', 478 'cross/cairo/renderer_cairo.h',
479 'cross/cairo/texture_cairo.cc', 479 'cross/cairo/texture_cairo.cc',
480 'cross/cairo/texture_cairo.h', 480 'cross/cairo/texture_cairo.h',
481 'cross/cairo/image_2d.h',
482 'cross/cairo/image_2d.cc',
481 ], 483 ],
482 'dependencies': [ 484 'dependencies': [
483 '../build/libs.gyp:cairo_libs', 485 '../build/libs.gyp:cairo_libs',
484 ], 486 ],
485 }, 487 },
486 ], 488 ],
487 ], 489 ],
488 }, 490 },
489 { 491 {
490 'target_name': 'o3dCoreTest', 492 'target_name': 'o3dCoreTest',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 }, 557 },
556 }, 558 },
557 ], 559 ],
558 } 560 }
559 561
560 # Local Variables: 562 # Local Variables:
561 # tab-width:2 563 # tab-width:2
562 # indent-tabs-mode:nil 564 # indent-tabs-mode:nil
563 # End: 565 # End:
564 # vim: set expandtab tabstop=2 shiftwidth=2: 566 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « converter/cross/renderer_stub.cc ('k') | core/cross/cairo/image_2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698