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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 4820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4831 'app/nibs/ContentBlockedImages.xib', | 4831 'app/nibs/ContentBlockedImages.xib', |
4832 'app/nibs/ContentBlockedJavaScript.xib', | 4832 'app/nibs/ContentBlockedJavaScript.xib', |
4833 'app/nibs/ContentBlockedPlugins.xib', | 4833 'app/nibs/ContentBlockedPlugins.xib', |
4834 'app/nibs/ContentBlockedPopups.xib', | 4834 'app/nibs/ContentBlockedPopups.xib', |
4835 'app/nibs/ContentBlockedGeolocation.xib', | 4835 'app/nibs/ContentBlockedGeolocation.xib', |
4836 'app/nibs/CookieDetailsView.xib', | 4836 'app/nibs/CookieDetailsView.xib', |
4837 'app/nibs/DownloadItem.xib', | 4837 'app/nibs/DownloadItem.xib', |
4838 'app/nibs/DownloadShelf.xib', | 4838 'app/nibs/DownloadShelf.xib', |
4839 'app/nibs/EditSearchEngine.xib', | 4839 'app/nibs/EditSearchEngine.xib', |
4840 'app/nibs/ExtensionInstallPrompt.xib', | 4840 'app/nibs/ExtensionInstallPrompt.xib', |
| 4841 'app/nibs/ExtensionInstallPromptBundle.xib', |
4841 'app/nibs/ExtensionInstallPromptInline.xib', | 4842 'app/nibs/ExtensionInstallPromptInline.xib', |
4842 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 4843 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
4843 'app/nibs/ExtensionInstalledBubble.xib', | 4844 'app/nibs/ExtensionInstalledBubble.xib', |
| 4845 'app/nibs/ExtensionInstalledBubbleBundle.xib', |
4844 'app/nibs/FirstRunBubble.xib', | 4846 'app/nibs/FirstRunBubble.xib', |
4845 'app/nibs/FirstRunDialog.xib', | 4847 'app/nibs/FirstRunDialog.xib', |
4846 'app/nibs/FullscreenExitBubble.xib', | 4848 'app/nibs/FullscreenExitBubble.xib', |
4847 'app/nibs/HttpAuthLoginSheet.xib', | 4849 'app/nibs/HttpAuthLoginSheet.xib', |
4848 'app/nibs/HungRendererDialog.xib', | 4850 'app/nibs/HungRendererDialog.xib', |
4849 'app/nibs/ImportProgressDialog.xib', | 4851 'app/nibs/ImportProgressDialog.xib', |
4850 'app/nibs/InstantOptIn.xib', | 4852 'app/nibs/InstantOptIn.xib', |
4851 'app/nibs/MainMenu.xib', | 4853 'app/nibs/MainMenu.xib', |
4852 'app/nibs/SadTab.xib', | 4854 'app/nibs/SadTab.xib', |
4853 'app/nibs/SaveAccessoryView.xib', | 4855 'app/nibs/SaveAccessoryView.xib', |
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5620 'type': 'static_library', | 5622 'type': 'static_library', |
5621 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5623 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5622 'variables': { | 5624 'variables': { |
5623 'proto_in_dir': 'browser/history', | 5625 'proto_in_dir': 'browser/history', |
5624 'proto_out_dir': 'chrome/browser/history', | 5626 'proto_out_dir': 'chrome/browser/history', |
5625 }, | 5627 }, |
5626 'includes': [ '../build/protoc.gypi' ] | 5628 'includes': [ '../build/protoc.gypi' ] |
5627 }, | 5629 }, |
5628 ], | 5630 ], |
5629 } | 5631 } |
OLD | NEW |