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

Side by Side Diff: apps/apps.gypi

Issue 16702003: Move ShellWindow into apps component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yar Created 7 years, 5 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
« no previous file with comments | « apps/app_shim/extension_app_shim_handler_mac.cc ('k') | apps/shell_window.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « apps/app_shim/extension_app_shim_handler_mac.cc ('k') | apps/shell_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698