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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'app/nibs/ReportBug.xib', | 239 'app/nibs/ReportBug.xib', |
240 'app/nibs/SaveAccessoryView.xib', | 240 'app/nibs/SaveAccessoryView.xib', |
241 'app/nibs/SadTab.xib', | 241 'app/nibs/SadTab.xib', |
242 'app/nibs/SimpleContentExceptionsWindow.xib', | 242 'app/nibs/SimpleContentExceptionsWindow.xib', |
243 'app/nibs/TabContents.xib', | 243 'app/nibs/TabContents.xib', |
244 'app/nibs/TabView.xib', | 244 'app/nibs/TabView.xib', |
245 'app/nibs/TaskManager.xib', | 245 'app/nibs/TaskManager.xib', |
246 'app/nibs/Toolbar.xib', | 246 'app/nibs/Toolbar.xib', |
247 'app/theme/back_Template.pdf', | 247 'app/theme/back_Template.pdf', |
248 'app/theme/balloon_wrench.pdf', | 248 'app/theme/balloon_wrench.pdf', |
| 249 'app/theme/browser_actions_overflow_Template.pdf', |
249 'app/theme/chevron.pdf', | 250 'app/theme/chevron.pdf', |
250 'app/theme/find_next_Template.pdf', | 251 'app/theme/find_next_Template.pdf', |
251 'app/theme/find_prev_Template.pdf', | 252 'app/theme/find_prev_Template.pdf', |
252 'app/theme/forward_Template.pdf', | 253 'app/theme/forward_Template.pdf', |
253 'app/theme/home_Template.pdf', | 254 'app/theme/home_Template.pdf', |
254 'app/theme/menu_hierarchy_arrow.pdf', | 255 'app/theme/menu_hierarchy_arrow.pdf', |
255 'app/theme/menu_overflow_down.pdf', | 256 'app/theme/menu_overflow_down.pdf', |
256 'app/theme/menu_overflow_up.pdf', | 257 'app/theme/menu_overflow_up.pdf', |
257 'app/theme/nav.pdf', | 258 'app/theme/nav.pdf', |
258 'app/theme/newtab.pdf', | 259 'app/theme/newtab.pdf', |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |