| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'common/extensions/update_manifest.h', | 296 'common/extensions/update_manifest.h', |
| 297 'common/extensions/url_pattern.cc', | 297 'common/extensions/url_pattern.cc', |
| 298 'common/extensions/url_pattern.h', | 298 'common/extensions/url_pattern.h', |
| 299 'common/extensions/user_script.cc', | 299 'common/extensions/user_script.cc', |
| 300 'common/extensions/user_script.h', | 300 'common/extensions/user_script.h', |
| 301 'common/file_system/file_system_dispatcher.cc', | 301 'common/file_system/file_system_dispatcher.cc', |
| 302 'common/file_system/file_system_dispatcher.h', | 302 'common/file_system/file_system_dispatcher.h', |
| 303 'common/font_loader_mac.h', | 303 'common/font_loader_mac.h', |
| 304 'common/font_loader_mac.mm', | 304 'common/font_loader_mac.mm', |
| 305 'common/gears_api.h', | 305 'common/gears_api.h', |
| 306 'common/gpu_plugin.cc', |
| 307 'common/gpu_plugin.h', |
| 306 'common/important_file_writer.cc', | 308 'common/important_file_writer.cc', |
| 307 'common/important_file_writer.h', | 309 'common/important_file_writer.h', |
| 308 'common/json_pref_store.cc', | 310 'common/json_pref_store.cc', |
| 309 'common/json_pref_store.h', | 311 'common/json_pref_store.h', |
| 310 'common/json_schema_validator.cc', | 312 'common/json_schema_validator.cc', |
| 311 'common/json_schema_validator.h', | 313 'common/json_schema_validator.h', |
| 312 'common/jstemplate_builder.cc', | 314 'common/jstemplate_builder.cc', |
| 313 'common/jstemplate_builder.h', | 315 'common/jstemplate_builder.h', |
| 314 'common/libxml_utils.cc', | 316 'common/libxml_utils.cc', |
| 315 'common/libxml_utils.h', | 317 'common/libxml_utils.h', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 'configurations': { | 645 'configurations': { |
| 644 'Common_Base': { | 646 'Common_Base': { |
| 645 'msvs_target_platform': 'x64', | 647 'msvs_target_platform': 'x64', |
| 646 }, | 648 }, |
| 647 }, | 649 }, |
| 648 }, | 650 }, |
| 649 ], | 651 ], |
| 650 }], | 652 }], |
| 651 ], | 653 ], |
| 652 } | 654 } |
| OLD | NEW |