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

Side by Side Diff: apps/apps.gypi

Issue 171003004: Extract Chrome-specific code from NativeAppWindowViews (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (split_native_app_window) Created 6 years, 10 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 | « no previous file | apps/ui/views/base_native_app_window_views.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'prefs.h', 58 'prefs.h',
59 'saved_files_service.cc', 59 'saved_files_service.cc',
60 'saved_files_service.h', 60 'saved_files_service.h',
61 'saved_files_service_factory.cc', 61 'saved_files_service_factory.cc',
62 'saved_files_service_factory.h', 62 'saved_files_service_factory.h',
63 'switches.cc', 63 'switches.cc',
64 'switches.h', 64 'switches.h',
65 'ui/native_app_window.h', 65 'ui/native_app_window.h',
66 'ui/views/app_window_frame_view.cc', 66 'ui/views/app_window_frame_view.cc',
67 'ui/views/app_window_frame_view.h', 67 'ui/views/app_window_frame_view.h',
68 'ui/views/base_native_app_window_views.cc',
69 'ui/views/base_native_app_window_views.h',
68 ], 70 ],
69 'conditions': [ 71 'conditions': [
70 ['chromeos==1', 72 ['chromeos==1',
71 { 73 {
72 'dependencies': [ 74 'dependencies': [
73 'browser_chromeos', 75 'browser_chromeos',
74 ] 76 ]
75 } 77 }
76 ], 78 ],
77 ['enable_extensions==0', 79 ['enable_extensions==0',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'dependencies': [ 192 'dependencies': [
191 '../sandbox/sandbox.gyp:sandbox', 193 '../sandbox/sandbox.gyp:sandbox',
192 ], 194 ],
193 }], 195 }],
194 ], 196 ],
195 }, 197 },
196 ], # targets 198 ], # targets
197 }], # chromeos==1 199 }], # chromeos==1
198 ], # conditions 200 ], # conditions
199 } 201 }
OLDNEW
« no previous file with comments | « no previous file | apps/ui/views/base_native_app_window_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698