| 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 16 matching lines...) Expand all Loading... |
| 27 'app_launcher.cc', | 27 'app_launcher.cc', |
| 28 'app_launcher.h', | 28 'app_launcher.h', |
| 29 'app_restore_service.cc', | 29 'app_restore_service.cc', |
| 30 'app_restore_service.h', | 30 'app_restore_service.h', |
| 31 'app_restore_service_factory.cc', | 31 'app_restore_service_factory.cc', |
| 32 'app_restore_service_factory.h', | 32 'app_restore_service_factory.h', |
| 33 'app_shim/app_shim_host_mac.cc', | 33 'app_shim/app_shim_host_mac.cc', |
| 34 'app_shim/app_shim_host_mac.h', | 34 'app_shim/app_shim_host_mac.h', |
| 35 'app_shim/app_shim_host_manager_mac.h', | 35 'app_shim/app_shim_host_manager_mac.h', |
| 36 'app_shim/app_shim_host_manager_mac.mm', | 36 'app_shim/app_shim_host_manager_mac.mm', |
| 37 'field_trial_names.cc', |
| 38 'field_trial_names.h', |
| 37 'pref_names.cc', | 39 'pref_names.cc', |
| 38 'pref_names.h', | 40 'pref_names.h', |
| 39 'prefs.cc', | 41 'prefs.cc', |
| 40 'prefs.h', | 42 'prefs.h', |
| 41 'shortcut_manager.cc', | 43 'shortcut_manager.cc', |
| 42 'shortcut_manager.h', | 44 'shortcut_manager.h', |
| 43 'shortcut_manager_factory.cc', | 45 'shortcut_manager_factory.cc', |
| 44 'shortcut_manager_factory.h', | 46 'shortcut_manager_factory.h', |
| 45 'switches.cc', | 47 'switches.cc', |
| 46 'switches.h', | 48 'switches.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'VCLinkerTool': { | 95 'VCLinkerTool': { |
| 94 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 96 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 95 }, | 97 }, |
| 96 }, | 98 }, |
| 97 }, | 99 }, |
| 98 ], | 100 ], |
| 99 }, | 101 }, |
| 100 ], # 'OS=="win"' | 102 ], # 'OS=="win"' |
| 101 ], # 'conditions' | 103 ], # 'conditions' |
| 102 } | 104 } |
| OLD | NEW |