| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/database_messages.h', | 53 'common/database_messages.h', |
| 54 'common/devtools_messages.cc', | 54 'common/devtools_messages.cc', |
| 55 'common/devtools_messages.h', | 55 'common/devtools_messages.h', |
| 56 'common/devtools_messages_internal.h', | 56 'common/devtools_messages_internal.h', |
| 57 'common/dom_storage_messages.cc', | 57 'common/dom_storage_messages.cc', |
| 58 'common/dom_storage_messages.h', | 58 'common/dom_storage_messages.h', |
| 59 'common/file_utilities_messages.h', | |
| 60 'common/font_config_ipc_linux.cc', | 59 'common/font_config_ipc_linux.cc', |
| 61 'common/font_config_ipc_linux.h', | 60 'common/font_config_ipc_linux.h', |
| 62 'common/geoposition.cc', | 61 'common/geoposition.cc', |
| 63 'common/geoposition.h', | 62 'common/geoposition.h', |
| 64 'common/gfx_resource_provider.cc', | 63 'common/gfx_resource_provider.cc', |
| 65 'common/gfx_resource_provider.h', | 64 'common/gfx_resource_provider.h', |
| 66 'common/gpu_feature_flags.cc', | 65 'common/gpu_feature_flags.cc', |
| 67 'common/gpu_feature_flags.h', | 66 'common/gpu_feature_flags.h', |
| 68 'common/guid.cc', | 67 'common/guid.cc', |
| 69 'common/guid.h', | 68 'common/guid.h', |
| 70 'common/guid_posix.cc', | 69 'common/guid_posix.cc', |
| 71 'common/guid_win.cc', | 70 'common/guid_win.cc', |
| 72 'common/hi_res_timer_manager_posix.cc', | |
| 73 'common/hi_res_timer_manager_win.cc', | |
| 74 'common/hi_res_timer_manager.h', | |
| 75 'common/indexed_db_key.cc', | 71 'common/indexed_db_key.cc', |
| 76 'common/indexed_db_key.h', | 72 'common/indexed_db_key.h', |
| 77 'common/indexed_db_messages.h', | 73 'common/indexed_db_messages.h', |
| 78 'common/indexed_db_param_traits.cc', | 74 'common/indexed_db_param_traits.cc', |
| 79 'common/indexed_db_param_traits.h', | 75 'common/indexed_db_param_traits.h', |
| 80 'common/instant_types.h', | 76 'common/instant_types.h', |
| 81 'common/logging_chrome.cc', | 77 'common/logging_chrome.cc', |
| 82 'common/logging_chrome.h', | 78 'common/logging_chrome.h', |
| 83 'common/metrics_helpers.cc', | 79 'common/metrics_helpers.cc', |
| 84 'common/metrics_helpers.h', | 80 'common/metrics_helpers.h', |
| 85 'common/mime_registry_messages.h', | |
| 86 'common/multi_process_lock.h', | 81 'common/multi_process_lock.h', |
| 87 'common/multi_process_lock_linux.cc', | 82 'common/multi_process_lock_linux.cc', |
| 88 'common/multi_process_lock_mac.cc', | 83 'common/multi_process_lock_mac.cc', |
| 89 'common/multi_process_lock_win.cc', | 84 'common/multi_process_lock_win.cc', |
| 90 'common/nacl_cmd_line.cc', | 85 'common/nacl_cmd_line.cc', |
| 91 'common/nacl_cmd_line.h', | 86 'common/nacl_cmd_line.h', |
| 92 'common/nacl_messages.cc', | 87 'common/nacl_messages.cc', |
| 93 'common/nacl_messages.h', | 88 'common/nacl_messages.h', |
| 94 'common/nacl_messages_internal.h', | 89 'common/nacl_messages_internal.h', |
| 95 'common/nacl_types.h', | 90 'common/nacl_types.h', |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'configurations': { | 565 'configurations': { |
| 571 'Common_Base': { | 566 'Common_Base': { |
| 572 'msvs_target_platform': 'x64', | 567 'msvs_target_platform': 'x64', |
| 573 }, | 568 }, |
| 574 }, | 569 }, |
| 575 }, | 570 }, |
| 576 ], | 571 ], |
| 577 }], | 572 }], |
| 578 ], | 573 ], |
| 579 } | 574 } |
| OLD | NEW |