| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 ['branding=="Chrome"', { | 340 ['branding=="Chrome"', { |
| 341 'theme_dir_name': 'google_chrome', | 341 'theme_dir_name': 'google_chrome', |
| 342 }, { # else: 'branding!="Chrome" | 342 }, { # else: 'branding!="Chrome" |
| 343 'theme_dir_name': 'chromium', | 343 'theme_dir_name': 'chromium', |
| 344 }], | 344 }], |
| 345 ], | 345 ], |
| 346 'repack_path': '../tools/grit/grit/format/repack.py', | 346 'repack_path': '../tools/grit/grit/format/repack.py', |
| 347 }, | 347 }, |
| 348 'actions': [ | 348 'actions': [ |
| 349 { | 349 { |
| 350 'includes': ['chrome_repack_theme_resources_large.gypi'] | 350 'includes': ['chrome_repack_theme_resources_2x.gypi'] |
| 351 }, | 351 }, |
| 352 ], | 352 ], |
| 353 'postbuilds': [ | 353 'postbuilds': [ |
| 354 { | 354 { |
| 355 # This step causes an error to be raised if the .order file | 355 # This step causes an error to be raised if the .order file |
| 356 # does not account for all global text symbols. It | 356 # does not account for all global text symbols. It |
| 357 # validates the completeness of the .order file. | 357 # validates the completeness of the .order file. |
| 358 'postbuild_name': 'Verify global text symbol order', | 358 'postbuild_name': 'Verify global text symbol order', |
| 359 'variables': { | 359 'variables': { |
| 360 'verify_order_path': 'tools/build/mac/verify_order', | 360 'verify_order_path': 'tools/build/mac/verify_order', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 ], | 527 ], |
| 528 }], | 528 }], |
| 529 ], # conditions | 529 ], # conditions |
| 530 }], # OS=="mac" | 530 }], # OS=="mac" |
| 531 ], # conditions | 531 ], # conditions |
| 532 }, # target chrome_dll | 532 }, # target chrome_dll |
| 533 ], # targets | 533 ], # targets |
| 534 }], # OS=="mac" or OS=="win" | 534 }], # OS=="mac" or OS=="win" |
| 535 ], | 535 ], |
| 536 } | 536 } |
| OLD | NEW |