Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: apps/apps.gypi

Issue 14579005: Close all windows when app shim quits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 19 matching lines...) Expand all
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', 39 'app_shim/extension_app_shim_handler_mac.h',
40 'app_shim/extension_app_shim_handler_mac.cc', 40 'app_shim/extension_app_shim_handler_mac.mm',
41 'field_trial_names.cc', 41 'field_trial_names.cc',
42 'field_trial_names.h', 42 'field_trial_names.h',
43 'pref_names.cc', 43 'pref_names.cc',
44 'pref_names.h', 44 'pref_names.h',
45 'prefs.cc', 45 'prefs.cc',
46 'prefs.h', 46 'prefs.h',
47 'shell_window_geometry_cache.cc', 47 'shell_window_geometry_cache.cc',
48 'shell_window_geometry_cache.h', 48 'shell_window_geometry_cache.h',
49 'shortcut_manager.cc', 49 'shortcut_manager.cc',
50 'shortcut_manager.h', 50 'shortcut_manager.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'VCLinkerTool': { 99 'VCLinkerTool': {
100 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 100 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
101 }, 101 },
102 }, 102 },
103 }, 103 },
104 ], 104 ],
105 }, 105 },
106 ], # 'OS=="win"' 106 ], # 'OS=="win"'
107 ], # 'conditions' 107 ], # 'conditions'
108 } 108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698