OLD | NEW |
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 'app/nibs/InfoBar.xib', | 231 'app/nibs/InfoBar.xib', |
232 'app/nibs/InfoBarContainer.xib', | 232 'app/nibs/InfoBarContainer.xib', |
233 'app/nibs/ImportProgressDialog.xib', | 233 'app/nibs/ImportProgressDialog.xib', |
234 'app/nibs/KeywordEditor.xib', | 234 'app/nibs/KeywordEditor.xib', |
235 'app/nibs/MainMenu.xib', | 235 'app/nibs/MainMenu.xib', |
236 'app/nibs/Notification.xib', | 236 'app/nibs/Notification.xib', |
237 'app/nibs/Preferences.xib', | 237 'app/nibs/Preferences.xib', |
238 'app/nibs/ReportBug.xib', | 238 'app/nibs/ReportBug.xib', |
239 'app/nibs/SaveAccessoryView.xib', | 239 'app/nibs/SaveAccessoryView.xib', |
240 'app/nibs/SadTab.xib', | 240 'app/nibs/SadTab.xib', |
| 241 'app/nibs/SearchEngineDialog.xib', |
241 'app/nibs/SimpleContentExceptionsWindow.xib', | 242 'app/nibs/SimpleContentExceptionsWindow.xib', |
242 'app/nibs/SpeechInputBubble.xib', | 243 'app/nibs/SpeechInputBubble.xib', |
243 'app/nibs/TabContents.xib', | 244 'app/nibs/TabContents.xib', |
244 'app/nibs/TabView.xib', | 245 'app/nibs/TabView.xib', |
245 'app/nibs/TaskManager.xib', | 246 'app/nibs/TaskManager.xib', |
246 'app/nibs/Toolbar.xib', | 247 'app/nibs/Toolbar.xib', |
247 'app/theme/back_Template.pdf', | 248 'app/theme/back_Template.pdf', |
248 'app/theme/balloon_wrench.pdf', | 249 'app/theme/balloon_wrench.pdf', |
249 'app/theme/browser_actions_overflow_Template.pdf', | 250 'app/theme/browser_actions_overflow_Template.pdf', |
250 'app/theme/chevron.pdf', | 251 'app/theme/chevron.pdf', |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 'configurations': { | 600 'configurations': { |
600 'Common_Base': { | 601 'Common_Base': { |
601 'msvs_target_platform': 'x64', | 602 'msvs_target_platform': 'x64', |
602 }, | 603 }, |
603 }, | 604 }, |
604 }, # target chrome_dll | 605 }, # target chrome_dll |
605 ], | 606 ], |
606 }], | 607 }], |
607 ], | 608 ], |
608 } | 609 } |
OLD | NEW |