| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'launcher.h', | 54 'launcher.h', |
| 55 'metrics_names.h', | 55 'metrics_names.h', |
| 56 'pref_names.cc', | 56 'pref_names.cc', |
| 57 'pref_names.h', | 57 'pref_names.h', |
| 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 'size_constraints.cc', | |
| 65 'size_constraints.h', | |
| 66 'switches.cc', | 64 'switches.cc', |
| 67 'switches.h', | 65 'switches.h', |
| 68 'ui/apps_client.cc', | 66 'ui/apps_client.cc', |
| 69 'ui/apps_client.h', | 67 'ui/apps_client.h', |
| 70 'ui/native_app_window.h', | 68 'ui/native_app_window.h', |
| 71 'ui/views/app_window_frame_view.cc', | 69 'ui/views/app_window_frame_view.cc', |
| 72 'ui/views/app_window_frame_view.h', | 70 'ui/views/app_window_frame_view.h', |
| 73 'ui/views/native_app_window_views.cc', | 71 'ui/views/native_app_window_views.cc', |
| 74 'ui/views/native_app_window_views.h', | 72 'ui/views/native_app_window_views.h', |
| 75 'ui/web_contents_sizer.h', | 73 'ui/web_contents_sizer.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'sources/': [ | 110 'sources/': [ |
| 113 ['exclude', 'ui/views/'], | 111 ['exclude', 'ui/views/'], |
| 114 ], | 112 ], |
| 115 }], | 113 }], |
| 116 ], | 114 ], |
| 117 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 115 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 118 'msvs_disabled_warnings': [ 4267, ], | 116 'msvs_disabled_warnings': [ 4267, ], |
| 119 }, | 117 }, |
| 120 ], # targets | 118 ], # targets |
| 121 } | 119 } |
| OLD | NEW |