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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2835031: Rename GeolocationExceptionsView, make it more reusable. (Closed)
Patch Set: comments Created 10 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'app/nibs/DownloadItem.xib', 218 'app/nibs/DownloadItem.xib',
219 'app/nibs/DownloadShelf.xib', 219 'app/nibs/DownloadShelf.xib',
220 'app/nibs/EditSearchEngine.xib', 220 'app/nibs/EditSearchEngine.xib',
221 'app/nibs/ExtensionInstalledBubble.xib', 221 'app/nibs/ExtensionInstalledBubble.xib',
222 'app/nibs/ExtensionInstallPrompt.xib', 222 'app/nibs/ExtensionInstallPrompt.xib',
223 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 223 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
224 'app/nibs/FindBar.xib', 224 'app/nibs/FindBar.xib',
225 'app/nibs/FirstRunBubble.xib', 225 'app/nibs/FirstRunBubble.xib',
226 'app/nibs/FirstRunDialog.xib', 226 'app/nibs/FirstRunDialog.xib',
227 'app/nibs/FontLanguageSettings.xib', 227 'app/nibs/FontLanguageSettings.xib',
228 'app/nibs/GeolocationExceptionsWindow.xib',
229 'app/nibs/HungRendererDialog.xib', 228 'app/nibs/HungRendererDialog.xib',
230 'app/nibs/HttpAuthLoginSheet.xib', 229 'app/nibs/HttpAuthLoginSheet.xib',
231 'app/nibs/ImportSettingsDialog.xib', 230 'app/nibs/ImportSettingsDialog.xib',
232 'app/nibs/InfoBar.xib', 231 'app/nibs/InfoBar.xib',
233 'app/nibs/InfoBarContainer.xib', 232 'app/nibs/InfoBarContainer.xib',
234 'app/nibs/ImportProgressDialog.xib', 233 'app/nibs/ImportProgressDialog.xib',
235 'app/nibs/KeywordEditor.xib', 234 'app/nibs/KeywordEditor.xib',
236 'app/nibs/MainMenu.xib', 235 'app/nibs/MainMenu.xib',
237 'app/nibs/Notification.xib', 236 'app/nibs/Notification.xib',
238 'app/nibs/Preferences.xib', 237 'app/nibs/Preferences.xib',
239 'app/nibs/ReportBug.xib', 238 'app/nibs/ReportBug.xib',
240 'app/nibs/SaveAccessoryView.xib', 239 'app/nibs/SaveAccessoryView.xib',
241 'app/nibs/SadTab.xib', 240 'app/nibs/SadTab.xib',
241 'app/nibs/SimpleContentExceptionsWindow.xib',
242 'app/nibs/SyncCustomize.xib', 242 'app/nibs/SyncCustomize.xib',
243 'app/nibs/TabContents.xib', 243 'app/nibs/TabContents.xib',
244 'app/nibs/TabView.xib', 244 'app/nibs/TabView.xib',
245 'app/nibs/TaskManager.xib', 245 'app/nibs/TaskManager.xib',
246 'app/nibs/Toolbar.xib', 246 'app/nibs/Toolbar.xib',
247 'app/theme/back_Template.pdf', 247 'app/theme/back_Template.pdf',
248 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version 248 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version
249 'app/theme/find_next_Template.pdf', 249 'app/theme/find_next_Template.pdf',
250 'app/theme/find_prev_Template.pdf', 250 'app/theme/find_prev_Template.pdf',
251 'app/theme/forward_Template.pdf', 251 'app/theme/forward_Template.pdf',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'configurations': { 596 'configurations': {
597 'Common_Base': { 597 'Common_Base': {
598 'msvs_target_platform': 'x64', 598 'msvs_target_platform': 'x64',
599 }, 599 },
600 }, 600 },
601 }, # target chrome_dll 601 }, # target chrome_dll
602 ], 602 ],
603 }], 603 }],
604 ], 604 ],
605 } 605 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698