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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'app/chrome_dll_resource.h', | 172 'app/chrome_dll_resource.h', |
173 'app/chrome_exe_main.mm', | 173 'app/chrome_exe_main.mm', |
174 ], | 174 ], |
175 # TODO(mark): Come up with a fancier way to do this. It should | 175 # TODO(mark): Come up with a fancier way to do this. It should |
176 # only be necessary to list framework-Info.plist once, not the | 176 # only be necessary to list framework-Info.plist once, not the |
177 # three times it is listed here. | 177 # three times it is listed here. |
178 'mac_bundle_resources': [ | 178 'mac_bundle_resources': [ |
179 'app/framework-Info.plist', | 179 'app/framework-Info.plist', |
180 'app/nibs/About.xib', | 180 'app/nibs/About.xib', |
181 'app/nibs/AboutIPC.xib', | 181 'app/nibs/AboutIPC.xib', |
| 182 'app/nibs/AutoFillAddressFormView.xib', |
| 183 'app/nibs/AutoFillCreditCardFormView.xib', |
| 184 'app/nibs/AutoFillDialog.xib', |
182 'app/nibs/BookmarkAllTabs.xib', | 185 'app/nibs/BookmarkAllTabs.xib', |
183 'app/nibs/BookmarkBar.xib', | 186 'app/nibs/BookmarkBar.xib', |
184 'app/nibs/BookmarkBubble.xib', | 187 'app/nibs/BookmarkBubble.xib', |
185 'app/nibs/BookmarkEditor.xib', | 188 'app/nibs/BookmarkEditor.xib', |
186 'app/nibs/BookmarkManager.xib', | 189 'app/nibs/BookmarkManager.xib', |
187 'app/nibs/BookmarkNameFolder.xib', | 190 'app/nibs/BookmarkNameFolder.xib', |
188 'app/nibs/BrowserWindow.xib', | 191 'app/nibs/BrowserWindow.xib', |
189 'app/nibs/ClearBrowsingData.xib', | 192 'app/nibs/ClearBrowsingData.xib', |
190 'app/nibs/Cookies.xib', | 193 'app/nibs/Cookies.xib', |
191 'app/nibs/DownloadItem.xib', | 194 'app/nibs/DownloadItem.xib', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 'configurations': { | 512 'configurations': { |
510 'Common_Base': { | 513 'Common_Base': { |
511 'msvs_target_platform': 'x64', | 514 'msvs_target_platform': 'x64', |
512 }, | 515 }, |
513 }, | 516 }, |
514 }, # target chrome_dll | 517 }, # target chrome_dll |
515 ], | 518 ], |
516 }], | 519 }], |
517 ], | 520 ], |
518 } | 521 } |
OLD | NEW |