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 # GN version: //apps | 8 # GN version: //apps |
9 'target_name': 'apps', | 9 'target_name': 'apps', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'app_window_contents.h', | 44 'app_window_contents.h', |
45 'app_window_registry.cc', | 45 'app_window_registry.cc', |
46 'app_window_registry.h', | 46 'app_window_registry.h', |
47 'browser_context_keyed_service_factories.cc', | 47 'browser_context_keyed_service_factories.cc', |
48 'browser_context_keyed_service_factories.h', | 48 'browser_context_keyed_service_factories.h', |
49 'custom_launcher_page_contents.cc', | 49 'custom_launcher_page_contents.cc', |
50 'custom_launcher_page_contents.h', | 50 'custom_launcher_page_contents.h', |
51 'launcher.cc', | 51 'launcher.cc', |
52 'launcher.h', | 52 'launcher.h', |
53 'metrics_names.h', | 53 'metrics_names.h', |
54 'pref_names.cc', | |
55 'pref_names.h', | |
56 'prefs.cc', | |
57 'prefs.h', | |
58 'saved_files_service.cc', | 54 'saved_files_service.cc', |
59 'saved_files_service.h', | 55 'saved_files_service.h', |
60 'saved_files_service_factory.cc', | 56 'saved_files_service_factory.cc', |
61 'saved_files_service_factory.h', | 57 'saved_files_service_factory.h', |
62 'switches.cc', | 58 'switches.cc', |
63 'switches.h', | 59 'switches.h', |
64 'ui/apps_client.cc', | 60 'ui/apps_client.cc', |
65 'ui/apps_client.h', | 61 'ui/apps_client.h', |
66 'ui/views/app_window_frame_view.cc', | 62 'ui/views/app_window_frame_view.cc', |
67 'ui/views/app_window_frame_view.h', | 63 'ui/views/app_window_frame_view.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'sources/': [ | 103 'sources/': [ |
108 ['exclude', 'ui/views/'], | 104 ['exclude', 'ui/views/'], |
109 ], | 105 ], |
110 }], | 106 }], |
111 ], | 107 ], |
112 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 108 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
113 'msvs_disabled_warnings': [ 4267, ], | 109 'msvs_disabled_warnings': [ 4267, ], |
114 }, | 110 }, |
115 ], # targets | 111 ], # targets |
116 } | 112 } |
OLD | NEW |