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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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: |
OLD | NEW |