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

Side by Side Diff: apps/apps.gypi

Issue 479933003: Move NativeAppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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_window_registry.cc ('k') | apps/ui/apps_client.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.cc', 58 'prefs.cc',
59 'prefs.h', 59 'prefs.h',
60 'saved_files_service.cc', 60 'saved_files_service.cc',
61 'saved_files_service.h', 61 'saved_files_service.h',
62 'saved_files_service_factory.cc', 62 'saved_files_service_factory.cc',
63 'saved_files_service_factory.h', 63 'saved_files_service_factory.h',
64 'switches.cc', 64 'switches.cc',
65 'switches.h', 65 'switches.h',
66 'ui/apps_client.cc', 66 'ui/apps_client.cc',
67 'ui/apps_client.h', 67 'ui/apps_client.h',
68 'ui/native_app_window.h',
69 'ui/views/app_window_frame_view.cc', 68 'ui/views/app_window_frame_view.cc',
70 'ui/views/app_window_frame_view.h', 69 'ui/views/app_window_frame_view.h',
71 'ui/views/native_app_window_views.cc', 70 'ui/views/native_app_window_views.cc',
72 'ui/views/native_app_window_views.h', 71 'ui/views/native_app_window_views.h',
73 'ui/web_contents_sizer.h', 72 'ui/web_contents_sizer.h',
74 ], 73 ],
75 'conditions': [ 74 'conditions': [
76 ['OS=="mac"', { 75 ['OS=="mac"', {
77 'sources': [ 76 'sources': [
78 'ui/web_contents_sizer.mm', 77 'ui/web_contents_sizer.mm',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'sources/': [ 109 'sources/': [
111 ['exclude', 'ui/views/'], 110 ['exclude', 'ui/views/'],
112 ], 111 ],
113 }], 112 }],
114 ], 113 ],
115 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 114 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
116 'msvs_disabled_warnings': [ 4267, ], 115 'msvs_disabled_warnings': [ 4267, ],
117 }, 116 },
118 ], # targets 117 ], # targets
119 } 118 }
OLDNEW
« no previous file with comments | « apps/app_window_registry.cc ('k') | apps/ui/apps_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698