Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1024)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9460045: Add Mac interface for installing bundles of extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 4872 matching lines...) Expand 10 before | Expand all | Expand 10 after
4883 'app/nibs/ContentBlockedImages.xib', 4883 'app/nibs/ContentBlockedImages.xib',
4884 'app/nibs/ContentBlockedJavaScript.xib', 4884 'app/nibs/ContentBlockedJavaScript.xib',
4885 'app/nibs/ContentBlockedPlugins.xib', 4885 'app/nibs/ContentBlockedPlugins.xib',
4886 'app/nibs/ContentBlockedPopups.xib', 4886 'app/nibs/ContentBlockedPopups.xib',
4887 'app/nibs/ContentBlockedGeolocation.xib', 4887 'app/nibs/ContentBlockedGeolocation.xib',
4888 'app/nibs/CookieDetailsView.xib', 4888 'app/nibs/CookieDetailsView.xib',
4889 'app/nibs/DownloadItem.xib', 4889 'app/nibs/DownloadItem.xib',
4890 'app/nibs/DownloadShelf.xib', 4890 'app/nibs/DownloadShelf.xib',
4891 'app/nibs/EditSearchEngine.xib', 4891 'app/nibs/EditSearchEngine.xib',
4892 'app/nibs/ExtensionInstallPrompt.xib', 4892 'app/nibs/ExtensionInstallPrompt.xib',
4893 'app/nibs/ExtensionInstallPromptBundle.xib',
4893 'app/nibs/ExtensionInstallPromptInline.xib', 4894 'app/nibs/ExtensionInstallPromptInline.xib',
4894 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 4895 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
4895 'app/nibs/ExtensionInstalledBubble.xib', 4896 'app/nibs/ExtensionInstalledBubble.xib',
4897 'app/nibs/ExtensionInstalledBubbleBundle.xib',
4896 'app/nibs/FirstRunBubble.xib', 4898 'app/nibs/FirstRunBubble.xib',
4897 'app/nibs/FirstRunDialog.xib', 4899 'app/nibs/FirstRunDialog.xib',
4898 'app/nibs/FullscreenExitBubble.xib', 4900 'app/nibs/FullscreenExitBubble.xib',
4899 'app/nibs/HttpAuthLoginSheet.xib', 4901 'app/nibs/HttpAuthLoginSheet.xib',
4900 'app/nibs/HungRendererDialog.xib', 4902 'app/nibs/HungRendererDialog.xib',
4901 'app/nibs/ImportProgressDialog.xib', 4903 'app/nibs/ImportProgressDialog.xib',
4902 'app/nibs/InstantOptIn.xib', 4904 'app/nibs/InstantOptIn.xib',
4903 'app/nibs/MainMenu.xib', 4905 'app/nibs/MainMenu.xib',
4904 'app/nibs/SadTab.xib', 4906 'app/nibs/SadTab.xib',
4905 'app/nibs/SaveAccessoryView.xib', 4907 'app/nibs/SaveAccessoryView.xib',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
5655 'type': 'static_library', 5657 'type': 'static_library',
5656 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5658 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5657 'variables': { 5659 'variables': {
5658 'proto_in_dir': 'browser/history', 5660 'proto_in_dir': 'browser/history',
5659 'proto_out_dir': 'chrome/browser/history', 5661 'proto_out_dir': 'chrome/browser/history',
5660 }, 5662 },
5661 'includes': [ '../build/protoc.gypi' ] 5663 'includes': [ '../build/protoc.gypi' ]
5662 }, 5664 },
5663 ], 5665 ],
5664 } 5666 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698