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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 'common/extensions/update_manifest.h', | 303 'common/extensions/update_manifest.h', |
304 'common/extensions/url_pattern.cc', | 304 'common/extensions/url_pattern.cc', |
305 'common/extensions/url_pattern.h', | 305 'common/extensions/url_pattern.h', |
306 'common/extensions/user_script.cc', | 306 'common/extensions/user_script.cc', |
307 'common/extensions/user_script.h', | 307 'common/extensions/user_script.h', |
308 'common/file_system/file_system_dispatcher.cc', | 308 'common/file_system/file_system_dispatcher.cc', |
309 'common/file_system/file_system_dispatcher.h', | 309 'common/file_system/file_system_dispatcher.h', |
310 'common/font_loader_mac.h', | 310 'common/font_loader_mac.h', |
311 'common/font_loader_mac.mm', | 311 'common/font_loader_mac.mm', |
312 'common/gears_api.h', | 312 'common/gears_api.h', |
313 'common/gpu_plugin.cc', | |
314 'common/gpu_plugin.h', | |
315 'common/important_file_writer.cc', | 313 'common/important_file_writer.cc', |
316 'common/important_file_writer.h', | 314 'common/important_file_writer.h', |
317 'common/json_pref_store.cc', | 315 'common/json_pref_store.cc', |
318 'common/json_pref_store.h', | 316 'common/json_pref_store.h', |
319 'common/json_schema_validator.cc', | 317 'common/json_schema_validator.cc', |
320 'common/json_schema_validator.h', | 318 'common/json_schema_validator.h', |
321 'common/jstemplate_builder.cc', | 319 'common/jstemplate_builder.cc', |
322 'common/jstemplate_builder.h', | 320 'common/jstemplate_builder.h', |
323 'common/libxml_utils.cc', | 321 'common/libxml_utils.cc', |
324 'common/libxml_utils.h', | 322 'common/libxml_utils.h', |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 'configurations': { | 647 'configurations': { |
650 'Common_Base': { | 648 'Common_Base': { |
651 'msvs_target_platform': 'x64', | 649 'msvs_target_platform': 'x64', |
652 }, | 650 }, |
653 }, | 651 }, |
654 }, | 652 }, |
655 ], | 653 ], |
656 }], | 654 }], |
657 ], | 655 ], |
658 } | 656 } |
OLD | NEW |