| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'common/common_param_traits.cc', | 45 'common/common_param_traits.cc', |
| 46 'common/common_param_traits.h', | 46 'common/common_param_traits.h', |
| 47 'common/content_restriction.h', | 47 'common/content_restriction.h', |
| 48 'common/content_settings.cc', | 48 'common/content_settings.cc', |
| 49 'common/content_settings.h', | 49 'common/content_settings.h', |
| 50 'common/content_settings_helper.cc', | 50 'common/content_settings_helper.cc', |
| 51 'common/content_settings_helper.h', | 51 'common/content_settings_helper.h', |
| 52 'common/content_settings_types.h', | 52 'common/content_settings_types.h', |
| 53 'common/devtools_messages.cc', | 53 'common/devtools_messages.cc', |
| 54 'common/devtools_messages.h', | 54 'common/devtools_messages.h', |
| 55 'common/dom_storage_messages.cc', | |
| 56 'common/dom_storage_messages.h', | 55 'common/dom_storage_messages.h', |
| 57 'common/font_config_ipc_linux.cc', | 56 'common/font_config_ipc_linux.cc', |
| 58 'common/font_config_ipc_linux.h', | 57 'common/font_config_ipc_linux.h', |
| 59 'common/geoposition.cc', | 58 'common/geoposition.cc', |
| 60 'common/geoposition.h', | 59 'common/geoposition.h', |
| 61 'common/gfx_resource_provider.cc', | 60 'common/gfx_resource_provider.cc', |
| 62 'common/gfx_resource_provider.h', | 61 'common/gfx_resource_provider.h', |
| 63 'common/gpu_feature_flags.cc', | 62 'common/gpu_feature_flags.cc', |
| 64 'common/gpu_feature_flags.h', | 63 'common/gpu_feature_flags.h', |
| 65 'common/guid.cc', | 64 'common/guid.cc', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 'configurations': { | 537 'configurations': { |
| 539 'Common_Base': { | 538 'Common_Base': { |
| 540 'msvs_target_platform': 'x64', | 539 'msvs_target_platform': 'x64', |
| 541 }, | 540 }, |
| 542 }, | 541 }, |
| 543 }, | 542 }, |
| 544 ], | 543 ], |
| 545 }], | 544 }], |
| 546 ], | 545 ], |
| 547 } | 546 } |
| OLD | NEW |