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

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 4820 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698