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

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

Powered by Google App Engine
This is Rietveld 408576698