OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 5 'conditions': [ |
6 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'app/nibs/WrenchMenu.xib', | 283 'app/nibs/WrenchMenu.xib', |
284 'app/theme/balloon_wrench.pdf', | 284 'app/theme/balloon_wrench.pdf', |
285 'app/theme/chevron.pdf', | 285 'app/theme/chevron.pdf', |
286 'app/theme/find_next_Template.pdf', | 286 'app/theme/find_next_Template.pdf', |
287 'app/theme/find_prev_Template.pdf', | 287 'app/theme/find_prev_Template.pdf', |
288 'app/theme/menu_hierarchy_arrow.pdf', | 288 'app/theme/menu_hierarchy_arrow.pdf', |
289 'app/theme/menu_overflow_down.pdf', | 289 'app/theme/menu_overflow_down.pdf', |
290 'app/theme/menu_overflow_up.pdf', | 290 'app/theme/menu_overflow_up.pdf', |
291 'app/theme/nav.pdf', | 291 'app/theme/nav.pdf', |
292 'app/theme/omnibox_extension_app.pdf', | 292 'app/theme/omnibox_extension_app.pdf', |
293 'app/theme/omnibox_history.pdf', | |
294 'app/theme/omnibox_http.pdf', | 293 'app/theme/omnibox_http.pdf', |
295 'app/theme/omnibox_https_invalid.pdf', | 294 'app/theme/omnibox_https_invalid.pdf', |
296 'app/theme/omnibox_https_valid.pdf', | 295 'app/theme/omnibox_https_valid.pdf', |
297 'app/theme/omnibox_https_warning.pdf', | 296 'app/theme/omnibox_https_warning.pdf', |
298 'app/theme/omnibox_search.pdf', | 297 'app/theme/omnibox_search.pdf', |
299 'app/theme/omnibox_tts.pdf', | 298 'app/theme/omnibox_tts.pdf', |
300 'app/theme/otr_icon.pdf', | 299 'app/theme/otr_icon.pdf', |
301 'app/theme/star.pdf', | 300 'app/theme/star.pdf', |
302 'app/theme/star_lit.pdf', | 301 'app/theme/star_lit.pdf', |
303 'browser/mac/install.sh', | 302 'browser/mac/install.sh', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 ], | 549 ], |
551 }], | 550 }], |
552 ], # conditions | 551 ], # conditions |
553 }], # OS=="mac" | 552 }], # OS=="mac" |
554 ], # conditions | 553 ], # conditions |
555 }, # target chrome_dll | 554 }, # target chrome_dll |
556 ], # targets | 555 ], # targets |
557 }], # OS=="mac" or OS=="win" | 556 }], # OS=="mac" or OS=="win" |
558 ], | 557 ], |
559 } | 558 } |
OLD | NEW |