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

Side by Side Diff: skia/skia.gyp

Issue 125109: Refactor the PlatformContext layer to have only one class. (Closed)
Patch Set: Created 11 years, 6 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
« no previous file with comments | « skia/ext/vector_platform_device_win.cc ('k') | views/controls/tree/tree_view.cc » ('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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'ext/bitmap_platform_device_mac.cc', 504 'ext/bitmap_platform_device_mac.cc',
505 'ext/bitmap_platform_device_mac.h', 505 'ext/bitmap_platform_device_mac.h',
506 'ext/bitmap_platform_device_win.cc', 506 'ext/bitmap_platform_device_win.cc',
507 'ext/bitmap_platform_device_win.h', 507 'ext/bitmap_platform_device_win.h',
508 'ext/convolver.cc', 508 'ext/convolver.cc',
509 'ext/convolver.h', 509 'ext/convolver.h',
510 'ext/google_logging.cc', 510 'ext/google_logging.cc',
511 'ext/image_operations.cc', 511 'ext/image_operations.cc',
512 'ext/image_operations.h', 512 'ext/image_operations.h',
513 'ext/platform_canvas.h', 513 'ext/platform_canvas.h',
514 'ext/platform_canvas.cc',
514 'ext/platform_canvas_linux.cc', 515 'ext/platform_canvas_linux.cc',
515 'ext/platform_canvas_linux.h',
516 'ext/platform_canvas_mac.cc', 516 'ext/platform_canvas_mac.cc',
517 'ext/platform_canvas_mac.h',
518 'ext/platform_canvas_win.cc', 517 'ext/platform_canvas_win.cc',
519 'ext/platform_canvas_win.h',
520 'ext/platform_device.h', 518 'ext/platform_device.h',
521 'ext/platform_device_linux.cc', 519 'ext/platform_device_linux.cc',
522 'ext/platform_device_linux.h', 520 'ext/platform_device_linux.h',
523 'ext/platform_device_mac.cc', 521 'ext/platform_device_mac.cc',
524 'ext/platform_device_mac.h', 522 'ext/platform_device_mac.h',
525 'ext/platform_device_win.cc', 523 'ext/platform_device_win.cc',
526 'ext/platform_device_win.h', 524 'ext/platform_device_win.h',
527 'ext/SkMemory_new_handler.cpp', 525 'ext/SkMemory_new_handler.cpp',
528 'ext/SkTypeface_fake.cpp', 526 'ext/SkTypeface_fake.cpp',
529 'ext/skia_utils.cc', 527 'ext/skia_utils.cc',
530 'ext/skia_utils.h', 528 'ext/skia_utils.h',
531 'ext/skia_utils_mac.cc', 529 'ext/skia_utils_mac.cc',
532 'ext/skia_utils_mac.h', 530 'ext/skia_utils_mac.h',
533 'ext/skia_utils_win.cc', 531 'ext/skia_utils_win.cc',
534 'ext/skia_utils_win.h', 532 'ext/skia_utils_win.h',
535 'ext/vector_canvas.cc', 533 'ext/vector_canvas.cc',
536 'ext/vector_canvas.h', 534 'ext/vector_canvas.h',
537 'ext/vector_device.cc', 535 'ext/vector_platform_device_win.cc',
538 'ext/vector_device.h', 536 'ext/vector_platform_device_win.h',
539 ], 537 ],
540 'include_dirs': [ 538 'include_dirs': [
541 '..', 539 '..',
542 'config', 540 'config',
543 '../third_party/skia/include/core', 541 '../third_party/skia/include/core',
544 '../third_party/skia/include/effects', 542 '../third_party/skia/include/effects',
545 '../third_party/skia/include/images', 543 '../third_party/skia/include/images',
546 '../third_party/skia/include/utils', 544 '../third_party/skia/include/utils',
547 ], 545 ],
548 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], 546 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'include_dirs': [ 629 'include_dirs': [
632 'config', 630 'config',
633 '../third_party/skia/include/core', 631 '../third_party/skia/include/core',
634 '../third_party/skia/include/effects', 632 '../third_party/skia/include/effects',
635 'ext', 633 'ext',
636 ], 634 ],
637 }, 635 },
638 }, 636 },
639 ], 637 ],
640 } 638 }
OLDNEW
« no previous file with comments | « skia/ext/vector_platform_device_win.cc ('k') | views/controls/tree/tree_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698