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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'field_trial_names.h', | 50 'field_trial_names.h', |
51 'metrics_names.h', | 51 'metrics_names.h', |
52 'pref_names.cc', | 52 'pref_names.cc', |
53 'pref_names.h', | 53 'pref_names.h', |
54 'prefs.cc', | 54 'prefs.cc', |
55 'prefs.h', | 55 'prefs.h', |
56 'saved_files_service.cc', | 56 'saved_files_service.cc', |
57 'saved_files_service.h', | 57 'saved_files_service.h', |
58 'saved_files_service_factory.cc', | 58 'saved_files_service_factory.cc', |
59 'saved_files_service_factory.h', | 59 'saved_files_service_factory.h', |
| 60 'shell_window.cc', |
| 61 'shell_window.h', |
60 'shell_window_geometry_cache.cc', | 62 'shell_window_geometry_cache.cc', |
61 'shell_window_geometry_cache.h', | 63 'shell_window_geometry_cache.h', |
62 'shortcut_manager.cc', | 64 'shortcut_manager.cc', |
63 'shortcut_manager.h', | 65 'shortcut_manager.h', |
64 'shortcut_manager_factory.cc', | 66 'shortcut_manager_factory.cc', |
65 'shortcut_manager_factory.h', | 67 'shortcut_manager_factory.h', |
66 'switches.cc', | 68 'switches.cc', |
67 'switches.h', | 69 'switches.h', |
68 ], | 70 ], |
69 'conditions': [ | 71 'conditions': [ |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'VCLinkerTool': { | 116 'VCLinkerTool': { |
115 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 117 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
116 }, | 118 }, |
117 }, | 119 }, |
118 }, | 120 }, |
119 ], | 121 ], |
120 }, | 122 }, |
121 ], # 'OS=="win"' | 123 ], # 'OS=="win"' |
122 ], # 'conditions' | 124 ], # 'conditions' |
123 } | 125 } |
OLD | NEW |