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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 'common/gpu_messages.cc', | 86 'common/gpu_messages.cc', |
87 'common/gpu_messages.h', | 87 'common/gpu_messages.h', |
88 'common/gpu_messages_internal.h', | 88 'common/gpu_messages_internal.h', |
89 'common/gpu_param_traits.h', | 89 'common/gpu_param_traits.h', |
90 'common/gpu_video_common.cc', | 90 'common/gpu_video_common.cc', |
91 'common/gpu_video_common.h', | 91 'common/gpu_video_common.h', |
92 'common/guid.cc', | 92 'common/guid.cc', |
93 'common/guid.h', | 93 'common/guid.h', |
94 'common/guid_posix.cc', | 94 'common/guid_posix.cc', |
95 'common/guid_win.cc', | 95 'common/guid_win.cc', |
| 96 'common/hi_res_timer_manager_posix.cc', |
| 97 'common/hi_res_timer_manager_win.cc', |
| 98 'common/hi_res_timer_manager.h', |
96 'common/indexed_db_key.cc', | 99 'common/indexed_db_key.cc', |
97 'common/indexed_db_key.h', | 100 'common/indexed_db_key.h', |
98 'common/indexed_db_messages.cc', | 101 'common/indexed_db_messages.cc', |
99 'common/indexed_db_messages.h', | 102 'common/indexed_db_messages.h', |
100 'common/indexed_db_param_traits.cc', | 103 'common/indexed_db_param_traits.cc', |
101 'common/indexed_db_param_traits.h', | 104 'common/indexed_db_param_traits.h', |
102 'common/logging_chrome.cc', | 105 'common/logging_chrome.cc', |
103 'common/logging_chrome.h', | 106 'common/logging_chrome.h', |
104 'common/main_function_params.h', | 107 'common/main_function_params.h', |
105 'common/message_router.cc', | 108 'common/message_router.cc', |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 'configurations': { | 612 'configurations': { |
610 'Common_Base': { | 613 'Common_Base': { |
611 'msvs_target_platform': 'x64', | 614 'msvs_target_platform': 'x64', |
612 }, | 615 }, |
613 }, | 616 }, |
614 }, | 617 }, |
615 ], | 618 ], |
616 }], | 619 }], |
617 ], | 620 ], |
618 } | 621 } |
OLD | NEW |