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 576 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 |