| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'common/file_system/webfilesystem_impl.cc', | 60 'common/file_system/webfilesystem_impl.cc', |
| 61 'common/file_system/webfilesystem_impl.h', | 61 'common/file_system/webfilesystem_impl.h', |
| 62 'common/file_system/webfilewriter_impl.cc', | 62 'common/file_system/webfilewriter_impl.cc', |
| 63 'common/file_system/webfilewriter_impl.h', | 63 'common/file_system/webfilewriter_impl.h', |
| 64 'common/font_descriptor_mac.h', | 64 'common/font_descriptor_mac.h', |
| 65 'common/font_descriptor_mac.mm', | 65 'common/font_descriptor_mac.mm', |
| 66 'common/geoposition.cc', | 66 'common/geoposition.cc', |
| 67 'common/geoposition.h', | 67 'common/geoposition.h', |
| 68 'common/gpu_create_command_buffer_config.cc', | 68 'common/gpu_create_command_buffer_config.cc', |
| 69 'common/gpu_create_command_buffer_config.h', | 69 'common/gpu_create_command_buffer_config.h', |
| 70 'common/gpu_feature_flags.cc', |
| 71 'common/gpu_feature_flags.h', |
| 70 'common/gpu_info.h', | 72 'common/gpu_info.h', |
| 71 'common/gpu_info.cc', | 73 'common/gpu_info.cc', |
| 72 'common/gpu_messages.cc', | 74 'common/gpu_messages.cc', |
| 73 'common/gpu_messages.h', | 75 'common/gpu_messages.h', |
| 74 'common/gpu_messages_internal.h', | 76 'common/gpu_messages_internal.h', |
| 75 'common/gpu_param_traits.h', | 77 'common/gpu_param_traits.h', |
| 76 'common/gpu_video_common.cc', | 78 'common/gpu_video_common.cc', |
| 77 'common/gpu_video_common.h', | 79 'common/gpu_video_common.h', |
| 78 'common/indexed_db_key.cc', | 80 'common/indexed_db_key.cc', |
| 79 'common/indexed_db_key.h', | 81 'common/indexed_db_key.h', |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 'configurations': { | 582 'configurations': { |
| 581 'Common_Base': { | 583 'Common_Base': { |
| 582 'msvs_target_platform': 'x64', | 584 'msvs_target_platform': 'x64', |
| 583 }, | 585 }, |
| 584 }, | 586 }, |
| 585 }, | 587 }, |
| 586 ], | 588 ], |
| 587 }], | 589 }], |
| 588 ], | 590 ], |
| 589 } | 591 } |
| OLD | NEW |