| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  433                   ], |  433                   ], | 
|  434                 }, |  434                 }, | 
|  435                 { |  435                 { | 
|  436                   # Copy of resources used by tests. |  436                   # Copy of resources used by tests. | 
|  437                   'destination': '<(PRODUCT_DIR)/pseudo_locales', |  437                   'destination': '<(PRODUCT_DIR)/pseudo_locales', | 
|  438                   'files': [ |  438                   'files': [ | 
|  439                       '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak' |  439                       '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak' | 
|  440                   ], |  440                   ], | 
|  441                 }, |  441                 }, | 
|  442                 { |  442                 { | 
|  443                   'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/resourc
     es', |  443                   'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc
     es', | 
|  444                   'files': [], |  444                   'files': [ | 
 |  445                     # Loader bundle for platform apps. | 
 |  446                     '<(PRODUCT_DIR)/app_mode_loader.app', | 
 |  447                   ], | 
|  445                   'conditions': [ |  448                   'conditions': [ | 
|  446                     ['debug_devtools!=0', { |  449                     ['debug_devtools!=0', { | 
|  447                       'files': [ |  450                       'files': [ | 
|  448                          '<(PRODUCT_DIR)/resources/inspector', |  451                          '<(PRODUCT_DIR)/resources/inspector', | 
|  449                       ], |  452                       ], | 
|  450                     }], |  453                     }], | 
|  451                   ], |  454                   ], | 
|  452                 }, |  455                 }, | 
|  453               ], |  456               ], | 
|  454               'conditions': [ |  457               'conditions': [ | 
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  527                   ], |  530                   ], | 
|  528                 }], |  531                 }], | 
|  529               ],  # conditions |  532               ],  # conditions | 
|  530             }],  # OS=="mac" |  533             }],  # OS=="mac" | 
|  531           ],  # conditions |  534           ],  # conditions | 
|  532         },  # target chrome_dll |  535         },  # target chrome_dll | 
|  533       ],  # targets |  536       ],  # targets | 
|  534     }],  # OS=="mac" or OS=="win" |  537     }],  # OS=="mac" or OS=="win" | 
|  535   ], |  538   ], | 
|  536 } |  539 } | 
| OLD | NEW |