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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10584042: Bring up a content settings icon for ungestured registerProtocolHandler call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge 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
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 5035 matching lines...) Expand 10 before | Expand all | Expand 10 after
5046 'app/nibs/BookmarkNameFolder.xib', 5046 'app/nibs/BookmarkNameFolder.xib',
5047 'app/nibs/ChromeToMobileBubble.xib', 5047 'app/nibs/ChromeToMobileBubble.xib',
5048 'app/nibs/CollectedCookies.xib', 5048 'app/nibs/CollectedCookies.xib',
5049 'app/nibs/ContentBlockedCookies.xib', 5049 'app/nibs/ContentBlockedCookies.xib',
5050 'app/nibs/ContentBlockedImages.xib', 5050 'app/nibs/ContentBlockedImages.xib',
5051 'app/nibs/ContentBlockedJavaScript.xib', 5051 'app/nibs/ContentBlockedJavaScript.xib',
5052 'app/nibs/ContentBlockedMixedScript.xib', 5052 'app/nibs/ContentBlockedMixedScript.xib',
5053 'app/nibs/ContentBlockedPlugins.xib', 5053 'app/nibs/ContentBlockedPlugins.xib',
5054 'app/nibs/ContentBlockedPopups.xib', 5054 'app/nibs/ContentBlockedPopups.xib',
5055 'app/nibs/ContentBlockedGeolocation.xib', 5055 'app/nibs/ContentBlockedGeolocation.xib',
5056 'app/nibs/ContentProtocolHandlers.xib',
5056 'app/nibs/CookieDetailsView.xib', 5057 'app/nibs/CookieDetailsView.xib',
5057 'app/nibs/DownloadItem.xib', 5058 'app/nibs/DownloadItem.xib',
5058 'app/nibs/DownloadShelf.xib', 5059 'app/nibs/DownloadShelf.xib',
5059 'app/nibs/EditSearchEngine.xib', 5060 'app/nibs/EditSearchEngine.xib',
5060 'app/nibs/ExtensionInstallPrompt.xib', 5061 'app/nibs/ExtensionInstallPrompt.xib',
5061 'app/nibs/ExtensionInstallPromptBundle.xib', 5062 'app/nibs/ExtensionInstallPromptBundle.xib',
5062 'app/nibs/ExtensionInstallPromptInline.xib', 5063 'app/nibs/ExtensionInstallPromptInline.xib',
5063 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 5064 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
5064 'app/nibs/ExtensionInstalledBubble.xib', 5065 'app/nibs/ExtensionInstalledBubble.xib',
5065 'app/nibs/FirstRunBubble.xib', 5066 'app/nibs/FirstRunBubble.xib',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
5416 'browser/metrics/proto/study.proto', 5417 'browser/metrics/proto/study.proto',
5417 ], 5418 ],
5418 'variables': { 5419 'variables': {
5419 'proto_in_dir': 'browser/metrics/proto', 5420 'proto_in_dir': 'browser/metrics/proto',
5420 'proto_out_dir': 'chrome/browser/metrics/proto', 5421 'proto_out_dir': 'chrome/browser/metrics/proto',
5421 }, 5422 },
5422 'includes': [ '../build/protoc.gypi' ] 5423 'includes': [ '../build/protoc.gypi' ]
5423 }, 5424 },
5424 ], 5425 ],
5425 } 5426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698