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 18 matching lines...) Expand all Loading... |
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_handler_mac.cc', | 33 'app_shim/app_shim_handler_mac.cc', |
34 'app_shim/app_shim_handler_mac.h', | 34 'app_shim/app_shim_handler_mac.h', |
35 'app_shim/app_shim_host_mac.cc', | 35 'app_shim/app_shim_host_mac.cc', |
36 'app_shim/app_shim_host_mac.h', | 36 'app_shim/app_shim_host_mac.h', |
37 'app_shim/app_shim_host_manager_mac.h', | 37 'app_shim/app_shim_host_manager_mac.h', |
38 'app_shim/app_shim_host_manager_mac.mm', | 38 'app_shim/app_shim_host_manager_mac.mm', |
| 39 'app_shim/extension_app_shim_handler_mac.h', |
| 40 'app_shim/extension_app_shim_handler_mac.cc', |
39 'field_trial_names.cc', | 41 'field_trial_names.cc', |
40 'field_trial_names.h', | 42 'field_trial_names.h', |
41 'pref_names.cc', | 43 'pref_names.cc', |
42 'pref_names.h', | 44 'pref_names.h', |
43 'prefs.cc', | 45 'prefs.cc', |
44 'prefs.h', | 46 'prefs.h', |
45 'saved_files_service.cc', | 47 'saved_files_service.cc', |
46 'saved_files_service.h', | 48 'saved_files_service.h', |
47 'saved_files_service_factory.cc', | 49 'saved_files_service_factory.cc', |
48 'saved_files_service_factory.h', | 50 'saved_files_service_factory.h', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'VCLinkerTool': { | 103 'VCLinkerTool': { |
102 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 104 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
103 }, | 105 }, |
104 }, | 106 }, |
105 }, | 107 }, |
106 ], | 108 ], |
107 }, | 109 }, |
108 ], # 'OS=="win"' | 110 ], # 'OS=="win"' |
109 ], # 'conditions' | 111 ], # 'conditions' |
110 } | 112 } |
OLD | NEW |