| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'field_trial_names.cc', | 45 'field_trial_names.cc', |
| 46 'field_trial_names.h', | 46 'field_trial_names.h', |
| 47 'pref_names.cc', | 47 'pref_names.cc', |
| 48 'pref_names.h', | 48 'pref_names.h', |
| 49 'prefs.cc', | 49 'prefs.cc', |
| 50 'prefs.h', | 50 'prefs.h', |
| 51 'saved_files_service.cc', | 51 'saved_files_service.cc', |
| 52 'saved_files_service.h', | 52 'saved_files_service.h', |
| 53 'saved_files_service_factory.cc', | 53 'saved_files_service_factory.cc', |
| 54 'saved_files_service_factory.h', | 54 'saved_files_service_factory.h', |
| 55 'shell_window.cc', |
| 56 'shell_window.h', |
| 55 'shell_window_geometry_cache.cc', | 57 'shell_window_geometry_cache.cc', |
| 56 'shell_window_geometry_cache.h', | 58 'shell_window_geometry_cache.h', |
| 57 'shortcut_manager.cc', | 59 'shortcut_manager.cc', |
| 58 'shortcut_manager.h', | 60 'shortcut_manager.h', |
| 59 'shortcut_manager_factory.cc', | 61 'shortcut_manager_factory.cc', |
| 60 'shortcut_manager_factory.h', | 62 'shortcut_manager_factory.h', |
| 61 'switches.cc', | 63 'switches.cc', |
| 62 'switches.h', | 64 'switches.h', |
| 63 ], | 65 ], |
| 64 'conditions': [ | 66 'conditions': [ |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'VCLinkerTool': { | 111 'VCLinkerTool': { |
| 110 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 112 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 111 }, | 113 }, |
| 112 }, | 114 }, |
| 113 }, | 115 }, |
| 114 ], | 116 ], |
| 115 }, | 117 }, |
| 116 ], # 'OS=="win"' | 118 ], # 'OS=="win"' |
| 117 ], # 'conditions' | 119 ], # 'conditions' |
| 118 } | 120 } |
| OLD | NEW |