| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 }], # mac_keystone | 527 }], # mac_keystone |
| 528 ['internal_pdf', { | 528 ['internal_pdf', { |
| 529 'dependencies': [ | 529 'dependencies': [ |
| 530 '../pdf/pdf.gyp:pdf', | 530 '../pdf/pdf.gyp:pdf', |
| 531 ], | 531 ], |
| 532 }], | 532 }], |
| 533 ['enable_hidpi==1', { | 533 ['enable_hidpi==1', { |
| 534 'mac_bundle_resources': [ | 534 'mac_bundle_resources': [ |
| 535 '<(grit_out_dir)/theme_resources_200_percent.pak', | 535 '<(grit_out_dir)/theme_resources_200_percent.pak', |
| 536 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200
_percent.pak', | 536 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200
_percent.pak', |
| 537 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_200_perc
ent.pak', |
| 537 ], | 538 ], |
| 538 }], | 539 }], |
| 539 ], # conditions | 540 ], # conditions |
| 540 }], # OS=="mac" | 541 }], # OS=="mac" |
| 541 ], # conditions | 542 ], # conditions |
| 542 }, # target chrome_dll | 543 }, # target chrome_dll |
| 543 ], # targets | 544 ], # targets |
| 544 }], # OS=="mac" or OS=="win" | 545 }], # OS=="mac" or OS=="win" |
| 545 ], | 546 ], |
| 546 } | 547 } |
| OLD | NEW |