| 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 26 matching lines...) Expand all Loading... |
| 37 'app_restore_service.cc', | 37 'app_restore_service.cc', |
| 38 'app_restore_service.h', | 38 'app_restore_service.h', |
| 39 'app_restore_service_factory.cc', | 39 'app_restore_service_factory.cc', |
| 40 'app_restore_service_factory.h', | 40 'app_restore_service_factory.h', |
| 41 'browser_context_keyed_service_factories.cc', | 41 'browser_context_keyed_service_factories.cc', |
| 42 'browser_context_keyed_service_factories.h', | 42 'browser_context_keyed_service_factories.h', |
| 43 'custom_launcher_page_contents.cc', | 43 'custom_launcher_page_contents.cc', |
| 44 'custom_launcher_page_contents.h', | 44 'custom_launcher_page_contents.h', |
| 45 'launcher.cc', | 45 'launcher.cc', |
| 46 'launcher.h', | 46 'launcher.h', |
| 47 'metrics_names.h', | |
| 48 'saved_files_service.cc', | 47 'saved_files_service.cc', |
| 49 'saved_files_service.h', | 48 'saved_files_service.h', |
| 50 'saved_files_service_factory.cc', | 49 'saved_files_service_factory.cc', |
| 51 'saved_files_service_factory.h', | 50 'saved_files_service_factory.h', |
| 52 'switches.cc', | 51 'switches.cc', |
| 53 'switches.h', | 52 'switches.h', |
| 54 'ui/views/app_window_frame_view.cc', | 53 'ui/views/app_window_frame_view.cc', |
| 55 'ui/views/app_window_frame_view.h', | 54 'ui/views/app_window_frame_view.h', |
| 56 ], | 55 ], |
| 57 'conditions': [ | 56 'conditions': [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 87 'dependencies': [ | 86 'dependencies': [ |
| 88 '../extensions/extensions.gyp:extensions_browser', | 87 '../extensions/extensions.gyp:extensions_browser', |
| 89 ], | 88 ], |
| 90 }], | 89 }], |
| 91 ], | 90 ], |
| 92 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 91 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 93 'msvs_disabled_warnings': [ 4267, ], | 92 'msvs_disabled_warnings': [ 4267, ], |
| 94 }, | 93 }, |
| 95 ], # targets | 94 ], # targets |
| 96 } | 95 } |
| OLD | NEW |