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

Side by Side Diff: core/core.gyp

Issue 5276006: O2D:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years 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 | « no previous file | core/cross/cairo/layer.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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'win/d3d9/utils_d3d9.h', 469 'win/d3d9/utils_d3d9.h',
470 ], 470 ],
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/layer.cc', 477 'cross/cairo/layer.cc',
478 'cross/cairo/layer.h', 478 'cross/cairo/layer.h',
479 'cross/cairo/pattern.cc',
480 'cross/cairo/pattern.h',
479 'cross/cairo/renderer_cairo.cc', 481 'cross/cairo/renderer_cairo.cc',
480 'cross/cairo/renderer_cairo.h', 482 'cross/cairo/renderer_cairo.h',
481 'cross/cairo/texture_cairo.cc', 483 'cross/cairo/texture_cairo.cc',
482 'cross/cairo/texture_cairo.h', 484 'cross/cairo/texture_cairo.h',
483 ], 485 ],
484 'dependencies': [ 486 'dependencies': [
485 '../build/libs.gyp:cairo_libs', 487 '../build/libs.gyp:cairo_libs',
486 ], 488 ],
487 }, 489 },
488 ], 490 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 }, 559 },
558 }, 560 },
559 ], 561 ],
560 } 562 }
561 563
562 # Local Variables: 564 # Local Variables:
563 # tab-width:2 565 # tab-width:2
564 # indent-tabs-mode:nil 566 # indent-tabs-mode:nil
565 # End: 567 # End:
566 # vim: set expandtab tabstop=2 shiftwidth=2: 568 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | core/cross/cairo/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698