| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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: //components/error_page/common | 8 # GN version: //components/error_page/common |
| 9 'target_name': 'error_page_common', | 9 'target_name': 'error_page_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 ], | 23 ], |
| 24 'sources': [ | 24 'sources': [ |
| 25 'error_page/common/error_page_params.cc', | 25 'error_page/common/error_page_params.cc', |
| 26 'error_page/common/error_page_params.h', | 26 'error_page/common/error_page_params.h', |
| 27 'error_page/common/error_page_switches.cc', | 27 'error_page/common/error_page_switches.cc', |
| 28 'error_page/common/error_page_switches.h', | 28 'error_page/common/error_page_switches.h', |
| 29 'error_page/common/localized_error.cc', | 29 'error_page/common/localized_error.cc', |
| 30 'error_page/common/localized_error.h', | 30 'error_page/common/localized_error.h', |
| 31 'error_page/common/net_error_info.cc', | 31 'error_page/common/net_error_info.cc', |
| 32 'error_page/common/net_error_info.h', | 32 'error_page/common/net_error_info.h', |
| 33 'error_page/common/offline_page_types.h', | |
| 34 ], | 33 ], |
| 35 }, | 34 }, |
| 36 ], | 35 ], |
| 37 'conditions': [ | 36 'conditions': [ |
| 38 ['OS != "ios"', { | 37 ['OS != "ios"', { |
| 39 'targets': [ | 38 'targets': [ |
| 40 { | 39 { |
| 41 # GN version: //components/error_page/renderer | 40 # GN version: //components/error_page/renderer |
| 42 'target_name': 'error_page_renderer', | 41 'target_name': 'error_page_renderer', |
| 43 'type': 'static_library', | 42 'type': 'static_library', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 56 ], | 55 ], |
| 57 'sources': [ | 56 'sources': [ |
| 58 'error_page/renderer/net_error_helper_core.cc', | 57 'error_page/renderer/net_error_helper_core.cc', |
| 59 'error_page/renderer/net_error_helper_core.h', | 58 'error_page/renderer/net_error_helper_core.h', |
| 60 ], | 59 ], |
| 61 } | 60 } |
| 62 ], | 61 ], |
| 63 }], | 62 }], |
| 64 ], | 63 ], |
| 65 } | 64 } |
| OLD | NEW |