| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'common/gpu_feature_flags.cc', | 76 'common/gpu_feature_flags.cc', |
| 77 'common/gpu_feature_flags.h', | 77 'common/gpu_feature_flags.h', |
| 78 'common/gpu_info.h', | 78 'common/gpu_info.h', |
| 79 'common/gpu_info.cc', | 79 'common/gpu_info.cc', |
| 80 'common/gpu_messages.cc', | 80 'common/gpu_messages.cc', |
| 81 'common/gpu_messages.h', | 81 'common/gpu_messages.h', |
| 82 'common/gpu_messages_internal.h', | 82 'common/gpu_messages_internal.h', |
| 83 'common/gpu_param_traits.h', | 83 'common/gpu_param_traits.h', |
| 84 'common/gpu_video_common.cc', | 84 'common/gpu_video_common.cc', |
| 85 'common/gpu_video_common.h', | 85 'common/gpu_video_common.h', |
| 86 'common/guid.h', |
| 87 'common/guid.cc', |
| 88 'common/guid_posix.cc', |
| 89 'common/guid_win.cc', |
| 86 'common/indexed_db_key.cc', | 90 'common/indexed_db_key.cc', |
| 87 'common/indexed_db_key.h', | 91 'common/indexed_db_key.h', |
| 88 'common/indexed_db_messages.cc', | 92 'common/indexed_db_messages.cc', |
| 89 'common/indexed_db_messages.h', | 93 'common/indexed_db_messages.h', |
| 90 'common/indexed_db_param_traits.cc', | 94 'common/indexed_db_param_traits.cc', |
| 91 'common/indexed_db_param_traits.h', | 95 'common/indexed_db_param_traits.h', |
| 92 'common/logging_chrome.cc', | 96 'common/logging_chrome.cc', |
| 93 'common/logging_chrome.h', | 97 'common/logging_chrome.h', |
| 94 'common/main_function_params.h', | 98 'common/main_function_params.h', |
| 95 'common/message_router.cc', | 99 'common/message_router.cc', |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 'configurations': { | 596 'configurations': { |
| 593 'Common_Base': { | 597 'Common_Base': { |
| 594 'msvs_target_platform': 'x64', | 598 'msvs_target_platform': 'x64', |
| 595 }, | 599 }, |
| 596 }, | 600 }, |
| 597 }, | 601 }, |
| 598 ], | 602 ], |
| 599 }], | 603 }], |
| 600 ], | 604 ], |
| 601 } | 605 } |
| OLD | NEW |