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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 'app/theme/balloon_wrench.pdf', | 251 'app/theme/balloon_wrench.pdf', |
252 'app/theme/browser_actions_overflow_Template.pdf', | 252 'app/theme/browser_actions_overflow_Template.pdf', |
253 'app/theme/chevron.pdf', | 253 'app/theme/chevron.pdf', |
254 'app/theme/find_next_Template.pdf', | 254 'app/theme/find_next_Template.pdf', |
255 'app/theme/find_prev_Template.pdf', | 255 'app/theme/find_prev_Template.pdf', |
256 'app/theme/forward_Template.pdf', | 256 'app/theme/forward_Template.pdf', |
257 'app/theme/home_Template.pdf', | 257 'app/theme/home_Template.pdf', |
258 'app/theme/menu_hierarchy_arrow.pdf', | 258 'app/theme/menu_hierarchy_arrow.pdf', |
259 'app/theme/menu_overflow_down.pdf', | 259 'app/theme/menu_overflow_down.pdf', |
260 'app/theme/menu_overflow_up.pdf', | 260 'app/theme/menu_overflow_up.pdf', |
261 'app/theme/match_preview_tear.png', | |
262 'app/theme/nav.pdf', | 261 'app/theme/nav.pdf', |
263 'app/theme/newtab.pdf', | 262 'app/theme/newtab.pdf', |
264 'app/theme/newtab_h.pdf', | 263 'app/theme/newtab_h.pdf', |
265 'app/theme/newtab_p.pdf', | 264 'app/theme/newtab_p.pdf', |
266 'app/theme/omnibox_history.pdf', | 265 'app/theme/omnibox_history.pdf', |
267 'app/theme/omnibox_http.pdf', | 266 'app/theme/omnibox_http.pdf', |
268 'app/theme/omnibox_https_invalid.pdf', | 267 'app/theme/omnibox_https_invalid.pdf', |
269 'app/theme/omnibox_https_valid.pdf', | 268 'app/theme/omnibox_https_valid.pdf', |
270 'app/theme/omnibox_https_warning.pdf', | 269 'app/theme/omnibox_https_warning.pdf', |
271 'app/theme/omnibox_more.pdf', | 270 'app/theme/omnibox_more.pdf', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
601 'configurations': { | 600 'configurations': { |
602 'Common_Base': { | 601 'Common_Base': { |
603 'msvs_target_platform': 'x64', | 602 'msvs_target_platform': 'x64', |
604 }, | 603 }, |
605 }, | 604 }, |
606 }, # target chrome_dll | 605 }, # target chrome_dll |
607 ], | 606 ], |
608 }], | 607 }], |
609 ], | 608 ], |
610 } | 609 } |
OLD | NEW |