| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'app/nibs/TaskManager.xib', | 279 'app/nibs/TaskManager.xib', |
| 280 'app/nibs/Toolbar.xib', | 280 'app/nibs/Toolbar.xib', |
| 281 'app/nibs/WrenchMenu.xib', | 281 'app/nibs/WrenchMenu.xib', |
| 282 'app/theme/balloon_wrench.pdf', | 282 'app/theme/balloon_wrench.pdf', |
| 283 'app/theme/chevron.pdf', | 283 'app/theme/chevron.pdf', |
| 284 'app/theme/find_next_Template.pdf', | 284 'app/theme/find_next_Template.pdf', |
| 285 'app/theme/find_prev_Template.pdf', | 285 'app/theme/find_prev_Template.pdf', |
| 286 'app/theme/menu_hierarchy_arrow.pdf', | 286 'app/theme/menu_hierarchy_arrow.pdf', |
| 287 'app/theme/menu_overflow_down.pdf', | 287 'app/theme/menu_overflow_down.pdf', |
| 288 'app/theme/menu_overflow_up.pdf', | 288 'app/theme/menu_overflow_up.pdf', |
| 289 'app/theme/otr_icon.pdf', | |
| 290 'browser/mac/install.sh', | 289 'browser/mac/install.sh', |
| 291 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', | 290 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
| 292 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', | 291 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', |
| 293 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', | 292 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', |
| 294 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir)
-s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', | 293 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir)
-s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', |
| 295 # Note: pseudo_locales are generated via the packed_resources | 294 # Note: pseudo_locales are generated via the packed_resources |
| 296 # dependency but not copied to the final target. See | 295 # dependency but not copied to the final target. See |
| 297 # common.gypi for more info. | 296 # common.gypi for more info. |
| 298 ], | 297 ], |
| 299 'mac_bundle_resources!': [ | 298 'mac_bundle_resources!': [ |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 ], | 534 ], |
| 536 }], | 535 }], |
| 537 ], # conditions | 536 ], # conditions |
| 538 }], # OS=="mac" | 537 }], # OS=="mac" |
| 539 ], # conditions | 538 ], # conditions |
| 540 }, # target chrome_dll | 539 }, # target chrome_dll |
| 541 ], # targets | 540 ], # targets |
| 542 }], # OS=="mac" or OS=="win" | 541 }], # OS=="mac" or OS=="win" |
| 543 ], | 542 ], |
| 544 } | 543 } |
| OLD | NEW |