| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'common/chrome_plugin_util.h', | 188 'common/chrome_plugin_util.h', |
| 189 'common/common_glue.cc', | 189 'common/common_glue.cc', |
| 190 'common/css_colors.h', | 190 'common/css_colors.h', |
| 191 'common/database_util.cc', | 191 'common/database_util.cc', |
| 192 'common/database_util.h', | 192 'common/database_util.h', |
| 193 'common/db_message_filter.cc', | 193 'common/db_message_filter.cc', |
| 194 'common/db_message_filter.h', | 194 'common/db_message_filter.h', |
| 195 'common/dom_storage_common.h', | 195 'common/dom_storage_common.h', |
| 196 'common/deprecated/event_sys-inl.h', | 196 'common/deprecated/event_sys-inl.h', |
| 197 'common/deprecated/event_sys.h', | 197 'common/deprecated/event_sys.h', |
| 198 'common/font_loader_mac.h', |
| 199 'common/font_loader_mac.mm', |
| 198 'common/gears_api.h', | 200 'common/gears_api.h', |
| 199 'common/gpu_plugin.cc', | 201 'common/gpu_plugin.cc', |
| 200 'common/gpu_plugin.h', | 202 'common/gpu_plugin.h', |
| 201 'common/important_file_writer.cc', | 203 'common/important_file_writer.cc', |
| 202 'common/important_file_writer.h', | 204 'common/important_file_writer.h', |
| 203 'common/json_pref_store.cc', | 205 'common/json_pref_store.cc', |
| 204 'common/json_pref_store.h', | 206 'common/json_pref_store.h', |
| 205 'common/jstemplate_builder.cc', | 207 'common/jstemplate_builder.cc', |
| 206 'common/jstemplate_builder.h', | 208 'common/jstemplate_builder.h', |
| 207 'common/libxml_utils.cc', | 209 'common/libxml_utils.cc', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 'configurations': { | 397 'configurations': { |
| 396 'Common_Base': { | 398 'Common_Base': { |
| 397 'msvs_target_platform': 'x64', | 399 'msvs_target_platform': 'x64', |
| 398 }, | 400 }, |
| 399 }, | 401 }, |
| 400 }, | 402 }, |
| 401 ], | 403 ], |
| 402 }], | 404 }], |
| 403 ], | 405 ], |
| 404 } | 406 } |
| OLD | NEW |