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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'common/content_settings.cc', | 46 'common/content_settings.cc', |
47 'common/content_settings.h', | 47 'common/content_settings.h', |
48 'common/content_settings_helper.cc', | 48 'common/content_settings_helper.cc', |
49 'common/content_settings_helper.h', | 49 'common/content_settings_helper.h', |
50 'common/content_settings_types.h', | 50 'common/content_settings_types.h', |
51 'common/debug_flags.cc', | 51 'common/debug_flags.cc', |
52 'common/debug_flags.h', | 52 'common/debug_flags.h', |
53 'common/devtools_messages.cc', | 53 'common/devtools_messages.cc', |
54 'common/devtools_messages.h', | 54 'common/devtools_messages.h', |
55 'common/devtools_messages_internal.h', | 55 'common/devtools_messages_internal.h', |
| 56 'common/dom_storage_messages.cc', |
| 57 'common/dom_storage_messages.h', |
56 'common/dx_diag_node.cc', | 58 'common/dx_diag_node.cc', |
57 'common/dx_diag_node.h', | 59 'common/dx_diag_node.h', |
58 'common/file_system/webfilesystem_callback_dispatcher.cc', | 60 'common/file_system/webfilesystem_callback_dispatcher.cc', |
59 'common/file_system/webfilesystem_callback_dispatcher.h', | 61 'common/file_system/webfilesystem_callback_dispatcher.h', |
60 'common/file_system/webfilesystem_impl.cc', | 62 'common/file_system/webfilesystem_impl.cc', |
61 'common/file_system/webfilesystem_impl.h', | 63 'common/file_system/webfilesystem_impl.h', |
62 'common/file_system/webfilewriter_impl.cc', | 64 'common/file_system/webfilewriter_impl.cc', |
63 'common/file_system/webfilewriter_impl.h', | 65 'common/file_system/webfilewriter_impl.h', |
64 'common/file_utilities_messages.cc', | 66 'common/file_utilities_messages.cc', |
65 'common/file_utilities_messages.h', | 67 'common/file_utilities_messages.h', |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'configurations': { | 588 'configurations': { |
587 'Common_Base': { | 589 'Common_Base': { |
588 'msvs_target_platform': 'x64', | 590 'msvs_target_platform': 'x64', |
589 }, | 591 }, |
590 }, | 592 }, |
591 }, | 593 }, |
592 ], | 594 ], |
593 }], | 595 }], |
594 ], | 596 ], |
595 } | 597 } |
OLD | NEW |