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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10782038: Revert 147045 - Bring up a content settings icon for ungestured registerProtocolHandler call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 5032 matching lines...) Expand 10 before | Expand all | Expand 10 after
5043 'app/nibs/BookmarkNameFolder.xib', 5043 'app/nibs/BookmarkNameFolder.xib',
5044 'app/nibs/ChromeToMobileBubble.xib', 5044 'app/nibs/ChromeToMobileBubble.xib',
5045 'app/nibs/CollectedCookies.xib', 5045 'app/nibs/CollectedCookies.xib',
5046 'app/nibs/ContentBlockedCookies.xib', 5046 'app/nibs/ContentBlockedCookies.xib',
5047 'app/nibs/ContentBlockedImages.xib', 5047 'app/nibs/ContentBlockedImages.xib',
5048 'app/nibs/ContentBlockedJavaScript.xib', 5048 'app/nibs/ContentBlockedJavaScript.xib',
5049 'app/nibs/ContentBlockedMixedScript.xib', 5049 'app/nibs/ContentBlockedMixedScript.xib',
5050 'app/nibs/ContentBlockedPlugins.xib', 5050 'app/nibs/ContentBlockedPlugins.xib',
5051 'app/nibs/ContentBlockedPopups.xib', 5051 'app/nibs/ContentBlockedPopups.xib',
5052 'app/nibs/ContentBlockedGeolocation.xib', 5052 'app/nibs/ContentBlockedGeolocation.xib',
5053 'app/nibs/ContentProtocolHandlers.xib',
5054 'app/nibs/CookieDetailsView.xib', 5053 'app/nibs/CookieDetailsView.xib',
5055 'app/nibs/DownloadItem.xib', 5054 'app/nibs/DownloadItem.xib',
5056 'app/nibs/DownloadShelf.xib', 5055 'app/nibs/DownloadShelf.xib',
5057 'app/nibs/EditSearchEngine.xib', 5056 'app/nibs/EditSearchEngine.xib',
5058 'app/nibs/ExtensionInstallPrompt.xib', 5057 'app/nibs/ExtensionInstallPrompt.xib',
5059 'app/nibs/ExtensionInstallPromptBundle.xib', 5058 'app/nibs/ExtensionInstallPromptBundle.xib',
5060 'app/nibs/ExtensionInstallPromptInline.xib', 5059 'app/nibs/ExtensionInstallPromptInline.xib',
5061 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 5060 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
5062 'app/nibs/ExtensionInstalledBubble.xib', 5061 'app/nibs/ExtensionInstalledBubble.xib',
5063 'app/nibs/FirstRunBubble.xib', 5062 'app/nibs/FirstRunBubble.xib',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
5414 'browser/metrics/proto/study.proto', 5413 'browser/metrics/proto/study.proto',
5415 ], 5414 ],
5416 'variables': { 5415 'variables': {
5417 'proto_in_dir': 'browser/metrics/proto', 5416 'proto_in_dir': 'browser/metrics/proto',
5418 'proto_out_dir': 'chrome/browser/metrics/proto', 5417 'proto_out_dir': 'chrome/browser/metrics/proto',
5419 }, 5418 },
5420 'includes': [ '../build/protoc.gypi' ] 5419 'includes': [ '../build/protoc.gypi' ]
5421 }, 5420 },
5422 ], 5421 ],
5423 } 5422 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698