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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6254004: Move more web widgets painting from webkit to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and fix width100percent-checkbox Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/gfx_resource_provider.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'common/file_system/webfilewriter_impl.cc', 70 'common/file_system/webfilewriter_impl.cc',
71 'common/file_system/webfilewriter_impl.h', 71 'common/file_system/webfilewriter_impl.h',
72 'common/file_utilities_messages.cc', 72 'common/file_utilities_messages.cc',
73 'common/file_utilities_messages.h', 73 'common/file_utilities_messages.h',
74 'common/font_descriptor_mac.h', 74 'common/font_descriptor_mac.h',
75 'common/font_descriptor_mac.mm', 75 'common/font_descriptor_mac.mm',
76 'common/font_config_ipc_linux.cc', 76 'common/font_config_ipc_linux.cc',
77 'common/font_config_ipc_linux.h', 77 'common/font_config_ipc_linux.h',
78 'common/geoposition.cc', 78 'common/geoposition.cc',
79 'common/geoposition.h', 79 'common/geoposition.h',
80 'common/gfx_resource_provider.cc',
81 'common/gfx_resource_provider.h',
80 'common/gpu_create_command_buffer_config.cc', 82 'common/gpu_create_command_buffer_config.cc',
81 'common/gpu_create_command_buffer_config.h', 83 'common/gpu_create_command_buffer_config.h',
82 'common/gpu_feature_flags.cc', 84 'common/gpu_feature_flags.cc',
83 'common/gpu_feature_flags.h', 85 'common/gpu_feature_flags.h',
84 'common/gpu_info.cc', 86 'common/gpu_info.cc',
85 'common/gpu_info.h', 87 'common/gpu_info.h',
86 'common/gpu_messages.cc', 88 'common/gpu_messages.cc',
87 'common/gpu_messages.h', 89 'common/gpu_messages.h',
88 'common/gpu_messages_internal.h', 90 'common/gpu_messages_internal.h',
89 'common/gpu_param_traits.h', 91 'common/gpu_param_traits.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'configurations': { 614 'configurations': {
613 'Common_Base': { 615 'Common_Base': {
614 'msvs_target_platform': 'x64', 616 'msvs_target_platform': 'x64',
615 }, 617 },
616 }, 618 },
617 }, 619 },
618 ], 620 ],
619 }], 621 }],
620 ], 622 ],
621 } 623 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/gfx_resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698