OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |