| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # All files are stored in these lists which are referenced in the target | 6 # All files are stored in these lists which are referenced in the target |
| 7 # below so that the GN build of this target can read in this dictionary and | 7 # below so that the GN build of this target can read in this dictionary and |
| 8 # duplicate the same logic without the lists getting out-of-sync. The GN | 8 # duplicate the same logic without the lists getting out-of-sync. The GN |
| 9 # .gypi reader can not process conditions and does not know about targets, | 9 # .gypi reader can not process conditions and does not know about targets, |
| 10 # etc., it just reads Python dictionaries. | 10 # etc., it just reads Python dictionaries. |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'content_settings.json', | 43 'content_settings.json', |
| 44 'context_menus_internal.json', | 44 'context_menus_internal.json', |
| 45 'context_menus.json', | 45 'context_menus.json', |
| 46 'cookies.json', | 46 'cookies.json', |
| 47 'debugger.json', | 47 'debugger.json', |
| 48 'desktop_capture.json', | 48 'desktop_capture.json', |
| 49 'developer_private.idl', | 49 'developer_private.idl', |
| 50 'dial.idl', | 50 'dial.idl', |
| 51 'downloads.idl', | 51 'downloads.idl', |
| 52 'downloads_internal.idl', | 52 'downloads_internal.idl', |
| 53 'easy_unlock_private.idl', |
| 53 'echo_private.json', | 54 'echo_private.json', |
| 54 'enterprise_platform_keys_private.json', | 55 'enterprise_platform_keys_private.json', |
| 55 'events.json', | 56 'events.json', |
| 56 'feedback_private.idl', | 57 'feedback_private.idl', |
| 57 'file_browser_private.idl', | 58 'file_browser_private.idl', |
| 58 'file_browser_private_internal.idl', | 59 'file_browser_private_internal.idl', |
| 59 'file_system.idl', | 60 'file_system.idl', |
| 60 'file_system_provider.idl', | 61 'file_system_provider.idl', |
| 61 'file_system_provider_internal.idl', | 62 'file_system_provider_internal.idl', |
| 62 'font_settings.json', | 63 'font_settings.json', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'conditions': [ | 220 'conditions': [ |
| 220 ['chromeos==1', { | 221 ['chromeos==1', { |
| 221 'dependencies': [ | 222 'dependencies': [ |
| 222 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 223 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 223 ], | 224 ], |
| 224 }], | 225 }], |
| 225 ], | 226 ], |
| 226 }, | 227 }, |
| 227 ], | 228 ], |
| 228 } | 229 } |
| OLD | NEW |