| 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 30 matching lines...) Expand all Loading... |
| 41 'common/chrome_counters.cc', | 41 'common/chrome_counters.cc', |
| 42 'common/chrome_counters.h', | 42 'common/chrome_counters.h', |
| 43 'common/common_param_traits.cc', | 43 'common/common_param_traits.cc', |
| 44 'common/common_param_traits.h', | 44 'common/common_param_traits.h', |
| 45 'common/content_restriction.h', | 45 'common/content_restriction.h', |
| 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/database_messages.cc', |
| 52 'common/database_messages.h', |
| 51 'common/debug_flags.cc', | 53 'common/debug_flags.cc', |
| 52 'common/debug_flags.h', | 54 'common/debug_flags.h', |
| 53 'common/devtools_messages.cc', | 55 'common/devtools_messages.cc', |
| 54 'common/devtools_messages.h', | 56 'common/devtools_messages.h', |
| 55 'common/devtools_messages_internal.h', | 57 'common/devtools_messages_internal.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', |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 'configurations': { | 582 'configurations': { |
| 581 'Common_Base': { | 583 'Common_Base': { |
| 582 'msvs_target_platform': 'x64', | 584 'msvs_target_platform': 'x64', |
| 583 }, | 585 }, |
| 584 }, | 586 }, |
| 585 }, | 587 }, |
| 586 ], | 588 ], |
| 587 }], | 589 }], |
| 588 ], | 590 ], |
| 589 } | 591 } |
| OLD | NEW |