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 28 matching lines...) Expand all Loading... |
39 'common/child_process_logging_mac.mm', | 39 'common/child_process_logging_mac.mm', |
40 'common/child_process_logging_win.cc', | 40 'common/child_process_logging_win.cc', |
41 'common/child_thread.cc', | 41 'common/child_thread.cc', |
42 'common/child_thread.h', | 42 'common/child_thread.h', |
43 'common/chrome_application_mac.h', | 43 'common/chrome_application_mac.h', |
44 'common/chrome_application_mac.mm', | 44 'common/chrome_application_mac.mm', |
45 'common/chrome_counters.cc', | 45 'common/chrome_counters.cc', |
46 'common/chrome_counters.h', | 46 'common/chrome_counters.h', |
47 'common/chrome_version_info.cc', | 47 'common/chrome_version_info.cc', |
48 'common/chrome_version_info.h', | 48 'common/chrome_version_info.h', |
| 49 'common/common_message_generator.cc', |
49 'common/common_param_traits.cc', | 50 'common/common_param_traits.cc', |
50 'common/common_param_traits.h', | 51 'common/common_param_traits.h', |
51 'common/content_restriction.h', | 52 'common/content_restriction.h', |
52 'common/content_settings.cc', | 53 'common/content_settings.cc', |
53 'common/content_settings.h', | 54 'common/content_settings.h', |
54 'common/content_settings_helper.cc', | 55 'common/content_settings_helper.cc', |
55 'common/content_settings_helper.h', | 56 'common/content_settings_helper.h', |
56 'common/content_settings_types.h', | 57 'common/content_settings_types.h', |
57 'common/database_messages.cc', | 58 'common/database_messages.cc', |
58 'common/database_messages.h', | 59 'common/database_messages.h', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'common/gpu_video_common.h', | 96 'common/gpu_video_common.h', |
96 'common/guid.cc', | 97 'common/guid.cc', |
97 'common/guid.h', | 98 'common/guid.h', |
98 'common/guid_posix.cc', | 99 'common/guid_posix.cc', |
99 'common/guid_win.cc', | 100 'common/guid_win.cc', |
100 'common/hi_res_timer_manager_posix.cc', | 101 'common/hi_res_timer_manager_posix.cc', |
101 'common/hi_res_timer_manager_win.cc', | 102 'common/hi_res_timer_manager_win.cc', |
102 'common/hi_res_timer_manager.h', | 103 'common/hi_res_timer_manager.h', |
103 'common/indexed_db_key.cc', | 104 'common/indexed_db_key.cc', |
104 'common/indexed_db_key.h', | 105 'common/indexed_db_key.h', |
105 'common/indexed_db_messages.cc', | 106 # 'common/indexed_db_messages.cc', |
106 'common/indexed_db_messages.h', | 107 'common/indexed_db_messages.h', |
107 'common/indexed_db_param_traits.cc', | 108 'common/indexed_db_param_traits.cc', |
108 'common/indexed_db_param_traits.h', | 109 'common/indexed_db_param_traits.h', |
109 'common/logging_chrome.cc', | 110 'common/logging_chrome.cc', |
110 'common/logging_chrome.h', | 111 'common/logging_chrome.h', |
111 'common/main_function_params.h', | 112 'common/main_function_params.h', |
112 'common/message_router.cc', | 113 'common/message_router.cc', |
113 'common/message_router.h', | 114 'common/message_router.h', |
114 'common/metrics_helpers.cc', | 115 'common/metrics_helpers.cc', |
115 'common/metrics_helpers.h', | 116 'common/metrics_helpers.h', |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 'configurations': { | 636 'configurations': { |
636 'Common_Base': { | 637 'Common_Base': { |
637 'msvs_target_platform': 'x64', | 638 'msvs_target_platform': 'x64', |
638 }, | 639 }, |
639 }, | 640 }, |
640 }, | 641 }, |
641 ], | 642 ], |
642 }], | 643 }], |
643 ], | 644 ], |
644 } | 645 } |
OLD | NEW |