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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1253 ['OS=="win" or OS=="linux"', { | 1253 ['OS=="win" or OS=="linux"', { |
1254 'sources': [ | 1254 'sources': [ |
1255 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 1255 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
1256 ], | 1256 ], |
1257 'dependencies': [ | 1257 'dependencies': [ |
1258 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 1258 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
1259 ], | 1259 ], |
1260 }], | 1260 }], |
1261 ], | 1261 ], |
1262 }], | 1262 }], |
| 1263 ['use_ash==1', { |
| 1264 'dependencies': [ |
| 1265 '../ash/ash.gyp:test_support_ash', |
| 1266 ], |
| 1267 }], |
1263 ['chromeos==0', { | 1268 ['chromeos==0', { |
1264 'sources/': [ | 1269 'sources/': [ |
1265 ['exclude', '^browser/chromeos'], | 1270 ['exclude', '^browser/chromeos'], |
1266 ['exclude', '^browser/ui/webui/options/chromeos/'], | 1271 ['exclude', '^browser/ui/webui/options/chromeos/'], |
1267 ], | 1272 ], |
1268 'sources!': [ | 1273 'sources!': [ |
1269 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', | 1274 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', |
1270 'browser/extensions/api/terminal/terminal_private_apitest.cc', | 1275 'browser/extensions/api/terminal/terminal_private_apitest.cc', |
1271 'browser/policy/device_status_collector_browsertest.cc', | 1276 'browser/policy/device_status_collector_browsertest.cc', |
1272 'test/data/webui/certificate_viewer_dialog_test.js', | 1277 'test/data/webui/certificate_viewer_dialog_test.js', |
(...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2781 'sync_integration_tests.isolate', | 2786 'sync_integration_tests.isolate', |
2782 ], | 2787 ], |
2783 'sources': [ | 2788 'sources': [ |
2784 'sync_integration_tests.isolate', | 2789 'sync_integration_tests.isolate', |
2785 ], | 2790 ], |
2786 }, | 2791 }, |
2787 ], | 2792 ], |
2788 }], | 2793 }], |
2789 ], # 'conditions' | 2794 ], # 'conditions' |
2790 } | 2795 } |
OLD | NEW |