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