OLD | NEW |
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 27 matching lines...) Expand all Loading... |
38 'app_window.cc', | 38 'app_window.cc', |
39 'app_window.h', | 39 'app_window.h', |
40 'app_window_contents.cc', | 40 'app_window_contents.cc', |
41 'app_window_contents.h', | 41 'app_window_contents.h', |
42 'app_window_geometry_cache.cc', | 42 'app_window_geometry_cache.cc', |
43 'app_window_geometry_cache.h', | 43 'app_window_geometry_cache.h', |
44 'app_window_registry.cc', | 44 'app_window_registry.cc', |
45 'app_window_registry.h', | 45 'app_window_registry.h', |
46 'apps_client.cc', | 46 'apps_client.cc', |
47 'apps_client.h', | 47 'apps_client.h', |
| 48 'browser_context_keyed_service_factories.cc', |
| 49 'browser_context_keyed_service_factories.h', |
48 'launcher.cc', | 50 'launcher.cc', |
49 'launcher.h', | 51 'launcher.h', |
50 'metrics_names.h', | 52 'metrics_names.h', |
51 'pref_names.cc', | 53 'pref_names.cc', |
52 'pref_names.h', | 54 'pref_names.h', |
53 'prefs.cc', | 55 'prefs.cc', |
54 'prefs.h', | 56 'prefs.h', |
55 'saved_files_service.cc', | 57 'saved_files_service.cc', |
56 'saved_files_service.h', | 58 'saved_files_service.h', |
57 'saved_files_service_factory.cc', | 59 'saved_files_service_factory.cc', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'dependencies': [ | 216 'dependencies': [ |
215 '../sandbox/sandbox.gyp:sandbox', | 217 '../sandbox/sandbox.gyp:sandbox', |
216 ], | 218 ], |
217 }], | 219 }], |
218 ], | 220 ], |
219 }, | 221 }, |
220 ], # targets | 222 ], # targets |
221 }], # chromeos==1 | 223 }], # chromeos==1 |
222 ], # conditions | 224 ], # conditions |
223 } | 225 } |
OLD | NEW |