| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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/quirks | 8 # GN version: //components/quirks |
| 9 'target_name': 'quirks', | 9 'target_name': 'quirks', |
| 10 'type': '<(component)', | 10 'type': '<(component)', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 ], | 23 ], |
| 24 'sources': [ | 24 'sources': [ |
| 25 # Note: sources list duplicated in GN build. | 25 # Note: sources list duplicated in GN build. |
| 26 'quirks/pref_names.cc', | 26 'quirks/pref_names.cc', |
| 27 'quirks/pref_names.h', | 27 'quirks/pref_names.h', |
| 28 'quirks/quirks_client.cc', | 28 'quirks/quirks_client.cc', |
| 29 'quirks/quirks_client.h', | 29 'quirks/quirks_client.h', |
| 30 'quirks/quirks_export.h', | 30 'quirks/quirks_export.h', |
| 31 'quirks/quirks_manager.cc', | 31 'quirks/quirks_manager.cc', |
| 32 'quirks/quirks_manager.h', | 32 'quirks/quirks_manager.h', |
| 33 'quirks/switches.cc', | |
| 34 'quirks/switches.h', | |
| 35 ], | 33 ], |
| 36 }, | 34 }, |
| 37 ], | 35 ], |
| 38 } | 36 } |
| OLD | NEW |