| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'input_ime.json', | 83 'input_ime.json', |
| 84 'location.idl', | 84 'location.idl', |
| 85 'management.json', | 85 'management.json', |
| 86 'manifest_types.json', | 86 'manifest_types.json', |
| 87 'mdns.idl', | 87 'mdns.idl', |
| 88 'media_galleries.idl', | 88 'media_galleries.idl', |
| 89 'media_galleries_private.idl', | 89 'media_galleries_private.idl', |
| 90 'metrics_private.json', | 90 'metrics_private.json', |
| 91 'networking_private.json', | 91 'networking_private.json', |
| 92 'notifications.idl', | 92 'notifications.idl', |
| 93 'notification_getter.idl', |
| 93 'omnibox.json', | 94 'omnibox.json', |
| 94 'page_capture.json', | 95 'page_capture.json', |
| 95 'permissions.json', | 96 'permissions.json', |
| 96 'power.idl', | 97 'power.idl', |
| 97 'preferences_private.json', | 98 'preferences_private.json', |
| 98 'push_messaging.idl', | 99 'push_messaging.idl', |
| 99 'reading_list_private.json', | 100 'reading_list_private.json', |
| 100 'screenlock_private.idl', | 101 'screenlock_private.idl', |
| 101 'serial.idl', | 102 'serial.idl', |
| 102 'sessions.json', | 103 'sessions.json', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'conditions': [ | 231 'conditions': [ |
| 231 ['chromeos==1', { | 232 ['chromeos==1', { |
| 232 'dependencies': [ | 233 'dependencies': [ |
| 233 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 234 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 234 ], | 235 ], |
| 235 }], | 236 }], |
| 236 ], | 237 ], |
| 237 }, | 238 }, |
| 238 ], | 239 ], |
| 239 } | 240 } |
| OLD | NEW |