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