| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'apps', | 8 'target_name': 'apps', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 'app_shim/app_shim_handler_mac.cc', | 41 'app_shim/app_shim_handler_mac.cc', |
| 42 'app_shim/app_shim_handler_mac.h', | 42 'app_shim/app_shim_handler_mac.h', |
| 43 'app_shim/app_shim_host_mac.cc', | 43 'app_shim/app_shim_host_mac.cc', |
| 44 'app_shim/app_shim_host_mac.h', | 44 'app_shim/app_shim_host_mac.h', |
| 45 'app_shim/app_shim_host_manager_mac.h', | 45 'app_shim/app_shim_host_manager_mac.h', |
| 46 'app_shim/app_shim_host_manager_mac.mm', | 46 'app_shim/app_shim_host_manager_mac.mm', |
| 47 'app_shim/extension_app_shim_handler_mac.cc', | 47 'app_shim/extension_app_shim_handler_mac.cc', |
| 48 'app_shim/extension_app_shim_handler_mac.h', | 48 'app_shim/extension_app_shim_handler_mac.h', |
| 49 'field_trial_names.cc', | 49 'field_trial_names.cc', |
| 50 'field_trial_names.h', | 50 'field_trial_names.h', |
| 51 'metrics_names.cc', |
| 52 'metrics_names.h', |
| 51 'pref_names.cc', | 53 'pref_names.cc', |
| 52 'pref_names.h', | 54 'pref_names.h', |
| 53 'prefs.cc', | 55 'prefs.cc', |
| 54 'prefs.h', | 56 'prefs.h', |
| 55 'saved_files_service.cc', | 57 'saved_files_service.cc', |
| 56 'saved_files_service.h', | 58 'saved_files_service.h', |
| 57 'saved_files_service_factory.cc', | 59 'saved_files_service_factory.cc', |
| 58 'saved_files_service_factory.h', | 60 'saved_files_service_factory.h', |
| 59 'shell_window_geometry_cache.cc', | 61 'shell_window_geometry_cache.cc', |
| 60 'shell_window_geometry_cache.h', | 62 'shell_window_geometry_cache.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'VCLinkerTool': { | 115 'VCLinkerTool': { |
| 114 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 116 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 115 }, | 117 }, |
| 116 }, | 118 }, |
| 117 }, | 119 }, |
| 118 ], | 120 ], |
| 119 }, | 121 }, |
| 120 ], # 'OS=="win"' | 122 ], # 'OS=="win"' |
| 121 ], # 'conditions' | 123 ], # 'conditions' |
| 122 } | 124 } |
| OLD | NEW |