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 29 matching lines...) Expand all Loading... |
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', | 48 'browser_context_keyed_service_factories.cc', |
49 'browser_context_keyed_service_factories.h', | 49 'browser_context_keyed_service_factories.h', |
| 50 'custom_launcher_page_contents.cc', |
| 51 'custom_launcher_page_contents.h', |
50 'launcher.cc', | 52 'launcher.cc', |
51 'launcher.h', | 53 'launcher.h', |
52 'metrics_names.h', | 54 'metrics_names.h', |
53 'pref_names.cc', | 55 'pref_names.cc', |
54 'pref_names.h', | 56 'pref_names.h', |
55 'prefs.cc', | 57 'prefs.cc', |
56 'prefs.h', | 58 'prefs.h', |
57 'saved_files_service.cc', | 59 'saved_files_service.cc', |
58 'saved_files_service.h', | 60 'saved_files_service.h', |
59 'saved_files_service_factory.cc', | 61 'saved_files_service_factory.cc', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'sources/': [ | 106 'sources/': [ |
105 ['exclude', 'ui/views/'], | 107 ['exclude', 'ui/views/'], |
106 ], | 108 ], |
107 }], | 109 }], |
108 ], | 110 ], |
109 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 111 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
110 'msvs_disabled_warnings': [ 4267, ], | 112 'msvs_disabled_warnings': [ 4267, ], |
111 }, | 113 }, |
112 ], # targets | 114 ], # targets |
113 } | 115 } |
OLD | NEW |