| 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 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/SyncCustomize.xib', | 242 'app/nibs/SyncCustomize.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/chevron.png', # TODO(jrg): get and use a pdf version | 248 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version |
| 249 'app/theme/close_bar.pdf', | |
| 250 'app/theme/close_bar_h.pdf', | |
| 251 'app/theme/close_bar_p.pdf', | |
| 252 'app/theme/find_next_Template.pdf', | 249 'app/theme/find_next_Template.pdf', |
| 253 'app/theme/find_prev_Template.pdf', | 250 'app/theme/find_prev_Template.pdf', |
| 254 'app/theme/forward_Template.pdf', | 251 'app/theme/forward_Template.pdf', |
| 255 'app/theme/home_Template.pdf', | 252 'app/theme/home_Template.pdf', |
| 256 'app/theme/menu_chrome_rtl_Template.pdf', | 253 'app/theme/menu_chrome_rtl_Template.pdf', |
| 257 'app/theme/menu_chrome_Template.pdf', | 254 'app/theme/menu_chrome_Template.pdf', |
| 258 'app/theme/menu_hierarchy_arrow.pdf', | 255 'app/theme/menu_hierarchy_arrow.pdf', |
| 259 'app/theme/menu_overflow_down.pdf', | 256 'app/theme/menu_overflow_down.pdf', |
| 260 'app/theme/menu_overflow_up.pdf', | 257 'app/theme/menu_overflow_up.pdf', |
| 261 'app/theme/menu_page_rtl_Template.pdf', | 258 'app/theme/menu_page_rtl_Template.pdf', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'configurations': { | 596 'configurations': { |
| 600 'Common_Base': { | 597 'Common_Base': { |
| 601 'msvs_target_platform': 'x64', | 598 'msvs_target_platform': 'x64', |
| 602 }, | 599 }, |
| 603 }, | 600 }, |
| 604 }, # target chrome_dll | 601 }, # target chrome_dll |
| 605 ], | 602 ], |
| 606 }], | 603 }], |
| 607 ], | 604 ], |
| 608 } | 605 } |
| OLD | NEW |