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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 4220005: [Mac] Add a confirm to quit experiment to about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 10 years, 1 month 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) 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 '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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'app/nibs/BookmarkBar.xib', 200 'app/nibs/BookmarkBar.xib',
201 'app/nibs/BookmarkBarFolderWindow.xib', 201 'app/nibs/BookmarkBarFolderWindow.xib',
202 'app/nibs/BookmarkBubble.xib', 202 'app/nibs/BookmarkBubble.xib',
203 'app/nibs/BookmarkEditor.xib', 203 'app/nibs/BookmarkEditor.xib',
204 'app/nibs/BookmarkNameFolder.xib', 204 'app/nibs/BookmarkNameFolder.xib',
205 'app/nibs/BrowserWindow.xib', 205 'app/nibs/BrowserWindow.xib',
206 'app/nibs/ClearBrowsingData.xib', 206 'app/nibs/ClearBrowsingData.xib',
207 'app/nibs/CollectedCookies.xib', 207 'app/nibs/CollectedCookies.xib',
208 'app/nibs/Cookies.xib', 208 'app/nibs/Cookies.xib',
209 'app/nibs/CookieDetailsView.xib', 209 'app/nibs/CookieDetailsView.xib',
210 'app/nibs/ConfirmQuitPanel.xib',
210 'app/nibs/ContentBlockedCookies.xib', 211 'app/nibs/ContentBlockedCookies.xib',
211 'app/nibs/ContentBlockedImages.xib', 212 'app/nibs/ContentBlockedImages.xib',
212 'app/nibs/ContentBlockedJavaScript.xib', 213 'app/nibs/ContentBlockedJavaScript.xib',
213 'app/nibs/ContentBlockedPlugins.xib', 214 'app/nibs/ContentBlockedPlugins.xib',
214 'app/nibs/ContentBlockedPopups.xib', 215 'app/nibs/ContentBlockedPopups.xib',
215 'app/nibs/ContentBubbleGeolocation.xib', 216 'app/nibs/ContentBubbleGeolocation.xib',
216 'app/nibs/ContentExceptionsWindow.xib', 217 'app/nibs/ContentExceptionsWindow.xib',
217 'app/nibs/ContentSettings.xib', 218 'app/nibs/ContentSettings.xib',
218 'app/nibs/DownloadItem.xib', 219 'app/nibs/DownloadItem.xib',
219 'app/nibs/DownloadShelf.xib', 220 'app/nibs/DownloadShelf.xib',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'configurations': { 599 'configurations': {
599 'Common_Base': { 600 'Common_Base': {
600 'msvs_target_platform': 'x64', 601 'msvs_target_platform': 'x64',
601 }, 602 },
602 }, 603 },
603 }, # target chrome_dll 604 }, # target chrome_dll
604 ], 605 ],
605 }], 606 }],
606 ], 607 ],
607 } 608 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698