OLD | NEW |
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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'app/nibs/BrowserWindow.xib', | 196 'app/nibs/BrowserWindow.xib', |
197 'app/nibs/ClearBrowsingData.xib', | 197 'app/nibs/ClearBrowsingData.xib', |
198 'app/nibs/Cookies.xib', | 198 'app/nibs/Cookies.xib', |
199 'app/nibs/CookieDetailsView.xib', | 199 'app/nibs/CookieDetailsView.xib', |
200 'app/nibs/CookiePrompt.xib', | 200 'app/nibs/CookiePrompt.xib', |
201 'app/nibs/ContentBlockedCookies.xib', | 201 'app/nibs/ContentBlockedCookies.xib', |
202 'app/nibs/ContentBlockedImages.xib', | 202 'app/nibs/ContentBlockedImages.xib', |
203 'app/nibs/ContentBlockedJavaScript.xib', | 203 'app/nibs/ContentBlockedJavaScript.xib', |
204 'app/nibs/ContentBlockedPlugins.xib', | 204 'app/nibs/ContentBlockedPlugins.xib', |
205 'app/nibs/ContentBlockedPopups.xib', | 205 'app/nibs/ContentBlockedPopups.xib', |
| 206 'app/nibs/ContentBubbleGeolocation.xib', |
206 'app/nibs/ContentExceptionsWindow.xib', | 207 'app/nibs/ContentExceptionsWindow.xib', |
207 'app/nibs/ContentSettings.xib', | 208 'app/nibs/ContentSettings.xib', |
208 'app/nibs/DownloadItem.xib', | 209 'app/nibs/DownloadItem.xib', |
209 'app/nibs/DownloadShelf.xib', | 210 'app/nibs/DownloadShelf.xib', |
210 'app/nibs/EditSearchEngine.xib', | 211 'app/nibs/EditSearchEngine.xib', |
211 'app/nibs/ExtensionInstalledBubble.xib', | 212 'app/nibs/ExtensionInstalledBubble.xib', |
212 'app/nibs/FindBar.xib', | 213 'app/nibs/FindBar.xib', |
213 'app/nibs/FirstRunDialog.xib', | 214 'app/nibs/FirstRunDialog.xib', |
214 'app/nibs/FontLanguageSettings.xib', | 215 'app/nibs/FontLanguageSettings.xib', |
215 'app/nibs/HungRendererDialog.xib', | 216 'app/nibs/HungRendererDialog.xib', |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 'configurations': { | 531 'configurations': { |
531 'Common_Base': { | 532 'Common_Base': { |
532 'msvs_target_platform': 'x64', | 533 'msvs_target_platform': 'x64', |
533 }, | 534 }, |
534 }, | 535 }, |
535 }, # target chrome_dll | 536 }, # target chrome_dll |
536 ], | 537 ], |
537 }], | 538 }], |
538 ], | 539 ], |
539 } | 540 } |
OLD | NEW |