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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2673006: AutoFill Profiles dialog implemented according to new mocks on Mac (Closed)
Patch Set: Revisions based on review comments. Created 10 years, 6 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 # from disk image and Keystone promotion (if so enabled). It 186 # from disk image and Keystone promotion (if so enabled). It
187 # needs to exist as a file on disk and not just something in a 187 # needs to exist as a file on disk and not just something in a
188 # resource bundle because that's the interface that 188 # resource bundle because that's the interface that
189 # Authorization Services uses. Also, Authorization Services 189 # Authorization Services uses. Also, Authorization Services
190 # can't deal with .icns files. 190 # can't deal with .icns files.
191 'app/theme/<(theme_dir_name)/product_logo_32.png', 191 'app/theme/<(theme_dir_name)/product_logo_32.png',
192 192
193 'app/framework-Info.plist', 193 'app/framework-Info.plist',
194 'app/nibs/About.xib', 194 'app/nibs/About.xib',
195 'app/nibs/AboutIPC.xib', 195 'app/nibs/AboutIPC.xib',
196 'app/nibs/AutoFillAddressFormView.xib', 196 'app/nibs/AutoFillAddressSheet.xib',
197 'app/nibs/AutoFillCreditCardFormView.xib', 197 'app/nibs/AutoFillCreditCardSheet.xib',
198 'app/nibs/AutoFillDialog.xib', 198 'app/nibs/AutoFillDialog.xib',
199 'app/nibs/BookmarkAllTabs.xib', 199 'app/nibs/BookmarkAllTabs.xib',
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/Cookies.xib', 207 'app/nibs/Cookies.xib',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'configurations': { 549 'configurations': {
550 'Common_Base': { 550 'Common_Base': {
551 'msvs_target_platform': 'x64', 551 'msvs_target_platform': 'x64',
552 }, 552 },
553 }, 553 },
554 }, # target chrome_dll 554 }, # target chrome_dll
555 ], 555 ],
556 }], 556 }],
557 ], 557 ],
558 } 558 }
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