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/theme/close_bar.pdf', | 239 'app/theme/close_bar.pdf', |
240 'app/theme/close_bar_h.pdf', | 240 'app/theme/close_bar_h.pdf', |
241 'app/theme/close_bar_p.pdf', | 241 'app/theme/close_bar_p.pdf', |
242 'app/theme/find_next_Template.pdf', | 242 'app/theme/find_next_Template.pdf', |
243 'app/theme/find_prev_Template.pdf', | 243 'app/theme/find_prev_Template.pdf', |
244 'app/theme/forward_Template.pdf', | 244 'app/theme/forward_Template.pdf', |
245 'app/theme/go_Template.pdf', | 245 'app/theme/go_Template.pdf', |
246 'app/theme/home_Template.pdf', | 246 'app/theme/home_Template.pdf', |
247 'app/theme/menu_chrome_rtl_Template.pdf', | 247 'app/theme/menu_chrome_rtl_Template.pdf', |
248 'app/theme/menu_chrome_Template.pdf', | 248 'app/theme/menu_chrome_Template.pdf', |
| 249 'app/theme/menu_hierarchy_arrow.pdf', |
249 'app/theme/menu_page_rtl_Template.pdf', | 250 'app/theme/menu_page_rtl_Template.pdf', |
250 'app/theme/menu_page_Template.pdf', | 251 'app/theme/menu_page_Template.pdf', |
251 'app/theme/nav.pdf', | 252 'app/theme/nav.pdf', |
252 'app/theme/newtab.pdf', | 253 'app/theme/newtab.pdf', |
253 'app/theme/newtab_h.pdf', | 254 'app/theme/newtab_h.pdf', |
254 'app/theme/newtab_p.pdf', | 255 'app/theme/newtab_p.pdf', |
255 'app/theme/omnibox_history.pdf', | 256 'app/theme/omnibox_history.pdf', |
256 'app/theme/omnibox_http.pdf', | 257 'app/theme/omnibox_http.pdf', |
257 'app/theme/omnibox_https_invalid.pdf', | 258 'app/theme/omnibox_https_invalid.pdf', |
258 'app/theme/omnibox_https_valid.pdf', | 259 'app/theme/omnibox_https_valid.pdf', |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'configurations': { | 543 'configurations': { |
543 'Common_Base': { | 544 'Common_Base': { |
544 'msvs_target_platform': 'x64', | 545 'msvs_target_platform': 'x64', |
545 }, | 546 }, |
546 }, | 547 }, |
547 }, # target chrome_dll | 548 }, # target chrome_dll |
548 ], | 549 ], |
549 }], | 550 }], |
550 ], | 551 ], |
551 } | 552 } |
OLD | NEW |