| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'common/gpu_video_common.h', | 95 'common/gpu_video_common.h', |
| 96 'common/guid.cc', | 96 'common/guid.cc', |
| 97 'common/guid.h', | 97 'common/guid.h', |
| 98 'common/guid_posix.cc', | 98 'common/guid_posix.cc', |
| 99 'common/guid_win.cc', | 99 'common/guid_win.cc', |
| 100 'common/hi_res_timer_manager_posix.cc', | 100 'common/hi_res_timer_manager_posix.cc', |
| 101 'common/hi_res_timer_manager_win.cc', | 101 'common/hi_res_timer_manager_win.cc', |
| 102 'common/hi_res_timer_manager.h', | 102 'common/hi_res_timer_manager.h', |
| 103 'common/indexed_db_key.cc', | 103 'common/indexed_db_key.cc', |
| 104 'common/indexed_db_key.h', | 104 'common/indexed_db_key.h', |
| 105 'common/indexed_db_messages.cc', | |
| 106 'common/indexed_db_messages.h', | 105 'common/indexed_db_messages.h', |
| 107 'common/indexed_db_param_traits.cc', | 106 'common/indexed_db_param_traits.cc', |
| 108 'common/indexed_db_param_traits.h', | 107 'common/indexed_db_param_traits.h', |
| 109 'common/logging_chrome.cc', | 108 'common/logging_chrome.cc', |
| 110 'common/logging_chrome.h', | 109 'common/logging_chrome.h', |
| 111 'common/main_function_params.h', | 110 'common/main_function_params.h', |
| 112 'common/message_router.cc', | 111 'common/message_router.cc', |
| 113 'common/message_router.h', | 112 'common/message_router.h', |
| 114 'common/metrics_helpers.cc', | 113 'common/metrics_helpers.cc', |
| 115 'common/metrics_helpers.h', | 114 'common/metrics_helpers.h', |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 'configurations': { | 629 'configurations': { |
| 631 'Common_Base': { | 630 'Common_Base': { |
| 632 'msvs_target_platform': 'x64', | 631 'msvs_target_platform': 'x64', |
| 633 }, | 632 }, |
| 634 }, | 633 }, |
| 635 }, | 634 }, |
| 636 ], | 635 ], |
| 637 }], | 636 }], |
| 638 ], | 637 ], |
| 639 } | 638 } |
| OLD | NEW |