OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'common/automation_messages.h', | 141 'common/automation_messages.h', |
142 'common/automation_messages_internal.h', | 142 'common/automation_messages_internal.h', |
143 'common/badge_util.cc', | 143 'common/badge_util.cc', |
144 'common/badge_util.h', | 144 'common/badge_util.h', |
145 'common/chrome_content_client.cc', | 145 'common/chrome_content_client.cc', |
146 'common/chrome_content_client.h', | 146 'common/chrome_content_client.h', |
147 'common/chrome_content_gpu_client.cc', | 147 'common/chrome_content_gpu_client.cc', |
148 'common/chrome_content_gpu_client.h', | 148 'common/chrome_content_gpu_client.h', |
149 'common/chrome_content_plugin_client.cc', | 149 'common/chrome_content_plugin_client.cc', |
150 'common/chrome_content_plugin_client.h', | 150 'common/chrome_content_plugin_client.h', |
151 'common/chrome_descriptors.h', | |
152 'common/common_glue.cc', | 151 'common/common_glue.cc', |
153 'common/css_colors.h', | 152 'common/css_colors.h', |
154 'common/default_plugin.cc', | 153 'common/default_plugin.cc', |
155 'common/default_plugin.h', | 154 'common/default_plugin.h', |
156 'common/deprecated/event_sys-inl.h', | 155 'common/deprecated/event_sys-inl.h', |
157 'common/deprecated/event_sys.h', | 156 'common/deprecated/event_sys.h', |
158 'common/extensions/extension.cc', | 157 'common/extensions/extension.cc', |
159 'common/extensions/extension.h', | 158 'common/extensions/extension.h', |
160 'common/extensions/extension_action.cc', | 159 'common/extensions/extension_action.cc', |
161 'common/extensions/extension_action.h', | 160 'common/extensions/extension_action.h', |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 'configurations': { | 483 'configurations': { |
485 'Common_Base': { | 484 'Common_Base': { |
486 'msvs_target_platform': 'x64', | 485 'msvs_target_platform': 'x64', |
487 }, | 486 }, |
488 }, | 487 }, |
489 }, | 488 }, |
490 ], | 489 ], |
491 }], | 490 }], |
492 ], | 491 ], |
493 } | 492 } |
OLD | NEW |