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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'common/content_settings.cc', | 45 'common/content_settings.cc', |
46 'common/content_settings.h', | 46 'common/content_settings.h', |
47 'common/content_settings_helper.cc', | 47 'common/content_settings_helper.cc', |
48 'common/content_settings_helper.h', | 48 'common/content_settings_helper.h', |
49 'common/content_settings_types.h', | 49 'common/content_settings_types.h', |
50 'common/debug_flags.cc', | 50 'common/debug_flags.cc', |
51 'common/debug_flags.h', | 51 'common/debug_flags.h', |
52 'common/devtools_messages.cc', | 52 'common/devtools_messages.cc', |
53 'common/devtools_messages.h', | 53 'common/devtools_messages.h', |
54 'common/devtools_messages_internal.h', | 54 'common/devtools_messages_internal.h', |
| 55 'common/file_system/webfilesystem_callback_dispatcher.cc', |
| 56 'common/file_system/webfilesystem_callback_dispatcher.h', |
55 'common/file_system/webfilesystem_impl.cc', | 57 'common/file_system/webfilesystem_impl.cc', |
56 'common/file_system/webfilesystem_impl.h', | 58 'common/file_system/webfilesystem_impl.h', |
57 'common/font_descriptor_mac.h', | 59 'common/font_descriptor_mac.h', |
58 'common/font_descriptor_mac.mm', | 60 'common/font_descriptor_mac.mm', |
59 'common/geoposition.cc', | 61 'common/geoposition.cc', |
60 'common/geoposition.h', | 62 'common/geoposition.h', |
61 'common/gpu_info.h', | 63 'common/gpu_info.h', |
62 'common/gpu_info.cc', | 64 'common/gpu_info.cc', |
63 'common/gpu_messages.cc', | 65 'common/gpu_messages.cc', |
64 'common/gpu_messages.h', | 66 'common/gpu_messages.h', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 'configurations': { | 511 'configurations': { |
510 'Common_Base': { | 512 'Common_Base': { |
511 'msvs_target_platform': 'x64', | 513 'msvs_target_platform': 'x64', |
512 }, | 514 }, |
513 }, | 515 }, |
514 }, | 516 }, |
515 ], | 517 ], |
516 }], | 518 }], |
517 ], | 519 ], |
518 } | 520 } |
OLD | NEW |