| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'common/gpu_info.h', | 74 'common/gpu_info.h', |
| 75 'common/gpu_info.cc', | 75 'common/gpu_info.cc', |
| 76 'common/gpu_messages.cc', | 76 'common/gpu_messages.cc', |
| 77 'common/gpu_messages.h', | 77 'common/gpu_messages.h', |
| 78 'common/gpu_messages_internal.h', | 78 'common/gpu_messages_internal.h', |
| 79 'common/gpu_param_traits.h', | 79 'common/gpu_param_traits.h', |
| 80 'common/gpu_video_common.cc', | 80 'common/gpu_video_common.cc', |
| 81 'common/gpu_video_common.h', | 81 'common/gpu_video_common.h', |
| 82 'common/indexed_db_key.cc', | 82 'common/indexed_db_key.cc', |
| 83 'common/indexed_db_key.h', | 83 'common/indexed_db_key.h', |
| 84 'common/indexed_db_messages.cc', |
| 85 'common/indexed_db_messages.h', |
| 84 'common/indexed_db_param_traits.cc', | 86 'common/indexed_db_param_traits.cc', |
| 85 'common/indexed_db_param_traits.h', | 87 'common/indexed_db_param_traits.h', |
| 86 'common/logging_chrome.cc', | 88 'common/logging_chrome.cc', |
| 87 'common/logging_chrome.h', | 89 'common/logging_chrome.h', |
| 88 'common/main_function_params.h', | 90 'common/main_function_params.h', |
| 89 'common/message_router.cc', | 91 'common/message_router.cc', |
| 90 'common/message_router.h', | 92 'common/message_router.h', |
| 91 'common/metrics_helpers.cc', | 93 'common/metrics_helpers.cc', |
| 92 'common/metrics_helpers.h', | 94 'common/metrics_helpers.h', |
| 93 'common/mime_registry_messages.cc', | 95 'common/mime_registry_messages.cc', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 'configurations': { | 588 'configurations': { |
| 587 'Common_Base': { | 589 'Common_Base': { |
| 588 'msvs_target_platform': 'x64', | 590 'msvs_target_platform': 'x64', |
| 589 }, | 591 }, |
| 590 }, | 592 }, |
| 591 }, | 593 }, |
| 592 ], | 594 ], |
| 593 }], | 595 }], |
| 594 ], | 596 ], |
| 595 } | 597 } |
| OLD | NEW |