| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2583 'app/nibs/BookmarkNameFolder.xib', | 2583 'app/nibs/BookmarkNameFolder.xib', |
| 2584 'app/nibs/ClearBrowsingData.xib', | 2584 'app/nibs/ClearBrowsingData.xib', |
| 2585 'app/nibs/Cookies.xib', | 2585 'app/nibs/Cookies.xib', |
| 2586 'app/nibs/CookieDetailsView.xib', | 2586 'app/nibs/CookieDetailsView.xib', |
| 2587 'app/nibs/CookiePrompt.xib', | 2587 'app/nibs/CookiePrompt.xib', |
| 2588 'app/nibs/ContentBlockedCookies.xib', | 2588 'app/nibs/ContentBlockedCookies.xib', |
| 2589 'app/nibs/ContentBlockedImages.xib', | 2589 'app/nibs/ContentBlockedImages.xib', |
| 2590 'app/nibs/ContentBlockedJavaScript.xib', | 2590 'app/nibs/ContentBlockedJavaScript.xib', |
| 2591 'app/nibs/ContentBlockedPlugins.xib', | 2591 'app/nibs/ContentBlockedPlugins.xib', |
| 2592 'app/nibs/ContentBlockedPopups.xib', | 2592 'app/nibs/ContentBlockedPopups.xib', |
| 2593 'app/nibs/ContentBubbleGeolocation.xib', |
| 2593 'app/nibs/ContentExceptionsWindow.xib', | 2594 'app/nibs/ContentExceptionsWindow.xib', |
| 2594 'app/nibs/ContentSettings.xib', | 2595 'app/nibs/ContentSettings.xib', |
| 2595 'app/nibs/DownloadItem.xib', | 2596 'app/nibs/DownloadItem.xib', |
| 2596 'app/nibs/DownloadShelf.xib', | 2597 'app/nibs/DownloadShelf.xib', |
| 2597 'app/nibs/EditSearchEngine.xib', | 2598 'app/nibs/EditSearchEngine.xib', |
| 2598 'app/nibs/ExtensionInstalledBubble.xib', | 2599 'app/nibs/ExtensionInstalledBubble.xib', |
| 2599 'app/nibs/FirstRunDialog.xib', | 2600 'app/nibs/FirstRunDialog.xib', |
| 2600 'app/nibs/FontLanguageSettings.xib', | 2601 'app/nibs/FontLanguageSettings.xib', |
| 2601 'app/nibs/HttpAuthLoginSheet.xib', | 2602 'app/nibs/HttpAuthLoginSheet.xib', |
| 2602 'app/nibs/HungRendererDialog.xib', | 2603 'app/nibs/HungRendererDialog.xib', |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3162 ] | 3163 ] |
| 3163 }, | 3164 }, |
| 3164 ], | 3165 ], |
| 3165 } | 3166 } |
| 3166 | 3167 |
| 3167 # Local Variables: | 3168 # Local Variables: |
| 3168 # tab-width:2 | 3169 # tab-width:2 |
| 3169 # indent-tabs-mode:nil | 3170 # indent-tabs-mode:nil |
| 3170 # End: | 3171 # End: |
| 3171 # vim: set expandtab tabstop=2 shiftwidth=2: | 3172 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |