OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 'common/chrome_plugin_lib.cc', | 193 'common/chrome_plugin_lib.cc', |
194 'common/chrome_plugin_lib.h', | 194 'common/chrome_plugin_lib.h', |
195 'common/chrome_plugin_util.cc', | 195 'common/chrome_plugin_util.cc', |
196 'common/chrome_plugin_util.h', | 196 'common/chrome_plugin_util.h', |
197 'common/command_buffer_messages.h', | 197 'common/command_buffer_messages.h', |
198 'common/command_buffer_messages_internal.h', | 198 'common/command_buffer_messages_internal.h', |
199 'common/common_glue.cc', | 199 'common/common_glue.cc', |
200 'common/css_colors.h', | 200 'common/css_colors.h', |
201 'common/db_message_filter.cc', | 201 'common/db_message_filter.cc', |
202 'common/db_message_filter.h', | 202 'common/db_message_filter.h', |
203 'common/dom_storage_type.h', | 203 'common/dom_storage_common.h', |
204 'common/filter_policy.h', | 204 'common/filter_policy.h', |
205 'common/gears_api.h', | 205 'common/gears_api.h', |
206 'common/gpu_plugin.cc', | 206 'common/gpu_plugin.cc', |
207 'common/gpu_plugin.h', | 207 'common/gpu_plugin.h', |
208 'common/gtk_tree.cc', | 208 'common/gtk_tree.cc', |
209 'common/gtk_tree.h', | 209 'common/gtk_tree.h', |
210 'common/gtk_util.cc', | 210 'common/gtk_util.cc', |
211 'common/gtk_util.h', | 211 'common/gtk_util.h', |
212 'common/histogram_synchronizer.cc', | 212 'common/histogram_synchronizer.cc', |
213 'common/histogram_synchronizer.h', | 213 'common/histogram_synchronizer.h', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 'configurations': { | 370 'configurations': { |
371 'Common_Base': { | 371 'Common_Base': { |
372 'msvs_target_platform': 'x64', | 372 'msvs_target_platform': 'x64', |
373 }, | 373 }, |
374 }, | 374 }, |
375 }, | 375 }, |
376 ], | 376 ], |
377 }], | 377 }], |
378 ], | 378 ], |
379 } | 379 } |
OLD | NEW |