Chromium Code Reviews| 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=="linux"', { | 6 ['OS=="linux"', { |
| 7 'variables': { | 7 'variables': { |
| 8 'command': [ | 8 'command': [ |
| 9 '../testing/xvfb.py', | 9 '../testing/xvfb.py', |
| 10 '<(PRODUCT_DIR)', | 10 '<(PRODUCT_DIR)', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 'browser/safe_browsing/safe_browsing_testserver.py', | 57 'browser/safe_browsing/safe_browsing_testserver.py', |
| 58 'common/extensions/docs/examples/apps/calculator/app/controller.js', | 58 'common/extensions/docs/examples/apps/calculator/app/controller.js', |
| 59 'common/extensions/docs/examples/apps/calculator/app/model.js', | 59 'common/extensions/docs/examples/apps/calculator/app/model.js', |
| 60 'common/extensions/docs/examples/apps/calculator/app/view.js', | 60 'common/extensions/docs/examples/apps/calculator/app/view.js', |
| 61 ], | 61 ], |
| 62 'isolate_dependency_untracked': [ | 62 'isolate_dependency_untracked': [ |
| 63 '../content/test/data/', | 63 '../content/test/data/', |
| 64 '../net/data/', | 64 '../net/data/', |
| 65 '../net/tools/testserver/', | 65 '../net/tools/testserver/', |
| 66 '../third_party/WebKit/Tools/Scripts/', | 66 '../third_party/WebKit/Tools/Scripts/', |
| 67 '../third_party/accessibility-developer-tools/gen/', | 67 '../third_party/accessibility-audit/', |
|
M-A Ruel
2013/09/09 18:24:34
If a single file is needed, I'd prefer you to refe
aboxhall
2013/09/09 18:30:39
Should be a single file for the foreseeable future
| |
| 68 '../third_party/pyftpdlib/', | 68 '../third_party/pyftpdlib/', |
| 69 '../third_party/pywebsocket/', | 69 '../third_party/pywebsocket/', |
| 70 '../third_party/safe_browsing/', | 70 '../third_party/safe_browsing/', |
| 71 '../third_party/simplejson/', | 71 '../third_party/simplejson/', |
| 72 '../third_party/tlslite/', | 72 '../third_party/tlslite/', |
| 73 '../tools/swarm_client/', | 73 '../tools/swarm_client/', |
| 74 '<(PRODUCT_DIR)/nacl_test_data/', | 74 '<(PRODUCT_DIR)/nacl_test_data/', |
| 75 '<(PRODUCT_DIR)/pnacl/', | 75 '<(PRODUCT_DIR)/pnacl/', |
| 76 '<(PRODUCT_DIR)/pseudo_locales/', | 76 '<(PRODUCT_DIR)/pseudo_locales/', |
| 77 '<(PRODUCT_DIR)/pyproto/', | 77 '<(PRODUCT_DIR)/pyproto/', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 156 ], | 156 ], |
| 157 'isolate_dependency_untracked': [ | 157 'isolate_dependency_untracked': [ |
| 158 '../third_party/npapi/npspy/extern/plugin/', | 158 '../third_party/npapi/npspy/extern/plugin/', |
| 159 '../third_party/psyco_win32/psyco/', | 159 '../third_party/psyco_win32/psyco/', |
| 160 '../third_party/python_26/', | 160 '../third_party/python_26/', |
| 161 ], | 161 ], |
| 162 }, | 162 }, |
| 163 }], | 163 }], |
| 164 ], | 164 ], |
| 165 } | 165 } |
| OLD | NEW |