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

Side by Side Diff: apps/apps.gypi

Issue 423453002: Refactor AppWindow to enable code re-use with launcher pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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.cc ('k') | no next file » | 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 26 matching lines...) Expand all
37 'app_restore_service_factory.cc', 37 'app_restore_service_factory.cc',
38 'app_restore_service_factory.h', 38 'app_restore_service_factory.h',
39 'app_window.cc', 39 'app_window.cc',
40 'app_window.h', 40 'app_window.h',
41 'app_window_contents.cc', 41 'app_window_contents.cc',
42 'app_window_contents.h', 42 'app_window_contents.h',
43 'app_window_geometry_cache.cc', 43 'app_window_geometry_cache.cc',
44 'app_window_geometry_cache.h', 44 'app_window_geometry_cache.h',
45 'app_window_registry.cc', 45 'app_window_registry.cc',
46 'app_window_registry.h', 46 'app_window_registry.h',
47 'app_web_contents_helper.cc',
48 'app_web_contents_helper.h',
47 'apps_client.cc', 49 'apps_client.cc',
48 'apps_client.h', 50 'apps_client.h',
49 'browser_context_keyed_service_factories.cc', 51 'browser_context_keyed_service_factories.cc',
50 'browser_context_keyed_service_factories.h', 52 'browser_context_keyed_service_factories.h',
51 'custom_launcher_page_contents.cc', 53 'custom_launcher_page_contents.cc',
52 'custom_launcher_page_contents.h', 54 'custom_launcher_page_contents.h',
53 'launcher.cc', 55 'launcher.cc',
54 'launcher.h', 56 'launcher.h',
55 'metrics_names.h', 57 'metrics_names.h',
56 'pref_names.cc', 58 'pref_names.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'sources/': [ 109 'sources/': [
108 ['exclude', 'ui/views/'], 110 ['exclude', 'ui/views/'],
109 ], 111 ],
110 }], 112 }],
111 ], 113 ],
112 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 114 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
113 'msvs_disabled_warnings': [ 4267, ], 115 'msvs_disabled_warnings': [ 4267, ],
114 }, 116 },
115 ], # targets 117 ], # targets
116 } 118 }
OLDNEW
« no previous file with comments | « apps/app_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698