| 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/gpu_info.h', | 70 'common/gpu_info.h', |
| 71 'common/gpu_info.cc', | 71 'common/gpu_info.cc', |
| 72 'common/gpu_messages.cc', | 72 'common/gpu_messages.cc', |
| 73 'common/gpu_messages.h', | 73 'common/gpu_messages.h', |
| 74 'common/gpu_messages_internal.h', | 74 'common/gpu_messages_internal.h', |
| 75 'common/gpu_param_traits.h', | 75 'common/gpu_param_traits.h', |
| 76 'common/gpu_video_common.cc', | 76 'common/gpu_video_common.cc', |
| 77 'common/gpu_video_common.h', | 77 'common/gpu_video_common.h', |
| 78 'common/indexed_db_key.cc', | 78 'common/indexed_db_key.cc', |
| 79 'common/indexed_db_key.h', | 79 'common/indexed_db_key.h', |
| 80 'common/indexed_db_messages.cc', |
| 81 'common/indexed_db_messages.h', |
| 80 'common/indexed_db_param_traits.cc', | 82 'common/indexed_db_param_traits.cc', |
| 81 'common/indexed_db_param_traits.h', | 83 'common/indexed_db_param_traits.h', |
| 82 'common/logging_chrome.cc', | 84 'common/logging_chrome.cc', |
| 83 'common/logging_chrome.h', | 85 'common/logging_chrome.h', |
| 84 'common/main_function_params.h', | 86 'common/main_function_params.h', |
| 85 'common/message_router.cc', | 87 'common/message_router.cc', |
| 86 'common/message_router.h', | 88 'common/message_router.h', |
| 87 'common/metrics_helpers.cc', | 89 'common/metrics_helpers.cc', |
| 88 'common/metrics_helpers.h', | 90 'common/metrics_helpers.h', |
| 89 'common/multi_process_lock.h', | 91 'common/multi_process_lock.h', |
| (...skipping 490 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 |