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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'app_shim/app_shim_host_manager_mac.h', | 46 'app_shim/app_shim_host_manager_mac.h', |
47 'app_shim/app_shim_host_manager_mac.mm', | 47 'app_shim/app_shim_host_manager_mac.mm', |
48 'app_shim/chrome_main_app_mode_mac.mm', | 48 'app_shim/chrome_main_app_mode_mac.mm', |
49 'app_shim/extension_app_shim_handler_mac.cc', | 49 'app_shim/extension_app_shim_handler_mac.cc', |
50 'app_shim/extension_app_shim_handler_mac.h', | 50 'app_shim/extension_app_shim_handler_mac.h', |
51 'app_window_contents.cc', | 51 'app_window_contents.cc', |
52 'app_window_contents.h', | 52 'app_window_contents.h', |
53 'field_trial_names.cc', | 53 'field_trial_names.cc', |
54 'field_trial_names.h', | 54 'field_trial_names.h', |
55 'metrics_names.h', | 55 'metrics_names.h', |
| 56 'native_app_window.h', |
56 'pref_names.cc', | 57 'pref_names.cc', |
57 'pref_names.h', | 58 'pref_names.h', |
58 'prefs.cc', | 59 'prefs.cc', |
59 'prefs.h', | 60 'prefs.h', |
60 'saved_files_service.cc', | 61 'saved_files_service.cc', |
61 'saved_files_service.h', | 62 'saved_files_service.h', |
62 'saved_files_service_factory.cc', | 63 'saved_files_service_factory.cc', |
63 'saved_files_service_factory.h', | 64 'saved_files_service_factory.h', |
64 'shell_window.cc', | 65 'shell_window.cc', |
65 'shell_window.h', | 66 'shell_window.h', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'VCLinkerTool': { | 117 'VCLinkerTool': { |
117 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 118 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
118 }, | 119 }, |
119 }, | 120 }, |
120 }, | 121 }, |
121 ], | 122 ], |
122 }, | 123 }, |
123 ], # 'OS=="win"' | 124 ], # 'OS=="win"' |
124 ], # 'conditions' | 125 ], # 'conditions' |
125 } | 126 } |
OLD | NEW |