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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1345005: Mac: Initial Geolocation UI. (Closed)
Patch Set: rebase Created 10 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
« no previous file with comments | « chrome/browser/cocoa/content_blocked_bubble_controller.mm ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2583 'app/nibs/BookmarkNameFolder.xib', 2583 'app/nibs/BookmarkNameFolder.xib',
2584 'app/nibs/ClearBrowsingData.xib', 2584 'app/nibs/ClearBrowsingData.xib',
2585 'app/nibs/Cookies.xib', 2585 'app/nibs/Cookies.xib',
2586 'app/nibs/CookieDetailsView.xib', 2586 'app/nibs/CookieDetailsView.xib',
2587 'app/nibs/CookiePrompt.xib', 2587 'app/nibs/CookiePrompt.xib',
2588 'app/nibs/ContentBlockedCookies.xib', 2588 'app/nibs/ContentBlockedCookies.xib',
2589 'app/nibs/ContentBlockedImages.xib', 2589 'app/nibs/ContentBlockedImages.xib',
2590 'app/nibs/ContentBlockedJavaScript.xib', 2590 'app/nibs/ContentBlockedJavaScript.xib',
2591 'app/nibs/ContentBlockedPlugins.xib', 2591 'app/nibs/ContentBlockedPlugins.xib',
2592 'app/nibs/ContentBlockedPopups.xib', 2592 'app/nibs/ContentBlockedPopups.xib',
2593 'app/nibs/ContentBubbleGeolocation.xib',
2593 'app/nibs/ContentExceptionsWindow.xib', 2594 'app/nibs/ContentExceptionsWindow.xib',
2594 'app/nibs/ContentSettings.xib', 2595 'app/nibs/ContentSettings.xib',
2595 'app/nibs/DownloadItem.xib', 2596 'app/nibs/DownloadItem.xib',
2596 'app/nibs/DownloadShelf.xib', 2597 'app/nibs/DownloadShelf.xib',
2597 'app/nibs/EditSearchEngine.xib', 2598 'app/nibs/EditSearchEngine.xib',
2598 'app/nibs/ExtensionInstalledBubble.xib', 2599 'app/nibs/ExtensionInstalledBubble.xib',
2599 'app/nibs/FirstRunDialog.xib', 2600 'app/nibs/FirstRunDialog.xib',
2600 'app/nibs/FontLanguageSettings.xib', 2601 'app/nibs/FontLanguageSettings.xib',
2601 'app/nibs/HttpAuthLoginSheet.xib', 2602 'app/nibs/HttpAuthLoginSheet.xib',
2602 'app/nibs/HungRendererDialog.xib', 2603 'app/nibs/HungRendererDialog.xib',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
3162 ] 3163 ]
3163 }, 3164 },
3164 ], 3165 ],
3165 } 3166 }
3166 3167
3167 # Local Variables: 3168 # Local Variables:
3168 # tab-width:2 3169 # tab-width:2
3169 # indent-tabs-mode:nil 3170 # indent-tabs-mode:nil
3170 # End: 3171 # End:
3171 # vim: set expandtab tabstop=2 shiftwidth=2: 3172 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/content_blocked_bubble_controller.mm ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698