Chromium Code Reviews

Side by Side Diff: base/base.gyp

Issue 159190: Refactor blits (Closed)
Patch Set: remove ScopedNativeDrawingContext Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | base/gfx/blit.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/common.gypi', 10 '../build/common.gypi',
(...skipping 520 matching lines...)
531 ], 531 ],
532 }, 532 },
533 ], 533 ],
534 ], 534 ],
535 }, 535 },
536 { 536 {
537 'target_name': 'base_gfx', 537 'target_name': 'base_gfx',
538 'type': '<(library)', 538 'type': '<(library)',
539 'msvs_guid': 'A508ADD3-CECE-4E0F-8448-2F5E454DF551', 539 'msvs_guid': 'A508ADD3-CECE-4E0F-8448-2F5E454DF551',
540 'sources': [ 540 'sources': [
541 'gfx/blit.cc',
542 'gfx/blit.h',
541 'gfx/gdi_util.cc', 543 'gfx/gdi_util.cc',
542 'gfx/gdi_util.h', 544 'gfx/gdi_util.h',
543 'gfx/gtk_native_view_id_manager.cc', 545 'gfx/gtk_native_view_id_manager.cc',
544 'gfx/gtk_native_view_id_manager.h', 546 'gfx/gtk_native_view_id_manager.h',
545 'gfx/gtk_util.cc', 547 'gfx/gtk_util.cc',
546 'gfx/gtk_util.h', 548 'gfx/gtk_util.h',
547 'gfx/jpeg_codec.cc', 549 'gfx/jpeg_codec.cc',
548 'gfx/jpeg_codec.h', 550 'gfx/jpeg_codec.h',
549 'gfx/native_theme.cc', 551 'gfx/native_theme.cc',
550 'gfx/native_theme.h', 552 'gfx/native_theme.h',
(...skipping 230 matching lines...)
781 'msvs_settings': { 783 'msvs_settings': {
782 'VCLinkerTool': { 784 'VCLinkerTool': {
783 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 785 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
784 }, 786 },
785 }, 787 },
786 }, 788 },
787 ], 789 ],
788 }], 790 }],
789 ], 791 ],
790 } 792 }
OLDNEW
« no previous file with comments | « no previous file | base/gfx/blit.h » ('j') | no next file with comments »

Powered by Google App Engine