| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 ['use_x11==0', { | 6 ['use_x11==0', { |
| 7 'variables': { | 7 'variables': { |
| 8 'command': [ | 8 'command': [ |
| 9 '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', | 9 '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', |
| 10 '--test-launcher-bot-mode', | 10 '--test-launcher-bot-mode', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'variables': { | 45 'variables': { |
| 46 'files': [ | 46 'files': [ |
| 47 '../chrome/test/data/sync/', | 47 '../chrome/test/data/sync/', |
| 48 '../net/tools/testserver/', | 48 '../net/tools/testserver/', |
| 49 '../sync/tools/testserver/', | 49 '../sync/tools/testserver/', |
| 50 '../third_party/pyftpdlib/', | 50 '../third_party/pyftpdlib/', |
| 51 '../third_party/pywebsocket/', | 51 '../third_party/pywebsocket/', |
| 52 '../third_party/tlslite/', | 52 '../third_party/tlslite/', |
| 53 '<(PRODUCT_DIR)/pyproto/', | 53 '<(PRODUCT_DIR)/pyproto/', |
| 54 '<(PRODUCT_DIR)/resources.pak', | 54 '<(PRODUCT_DIR)/resources.pak', |
| 55 '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', | |
| 56 ], | 55 ], |
| 57 }, | 56 }, |
| 58 }], | 57 }], |
| 59 ['OS=="mac"', { | 58 ['OS=="mac"', { |
| 60 'variables': { | 59 'variables': { |
| 61 'files': [ | 60 'files': [ |
| 62 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', | 61 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', |
| 63 '<(PRODUCT_DIR)/<(mac_product_name).app/', | 62 '<(PRODUCT_DIR)/<(mac_product_name).app/', |
| 64 ], | 63 ], |
| 65 }, | 64 }, |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 ], | 106 ], |
| 108 }, | 107 }, |
| 109 }], | 108 }], |
| 110 ], | 109 ], |
| 111 'includes': [ | 110 'includes': [ |
| 112 '../base/base.isolate', | 111 '../base/base.isolate', |
| 113 '../gin/v8.isolate', | 112 '../gin/v8.isolate', |
| 114 '../ui/gl/gl.isolate', | 113 '../ui/gl/gl.isolate', |
| 115 ], | 114 ], |
| 116 } | 115 } |
| OLD | NEW |