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 '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 3248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3259 ], | 3259 ], |
| 3260 }], | 3260 }], |
| 3261 ['OS=="win" or OS=="linux"', { | 3261 ['OS=="win" or OS=="linux"', { |
| 3262 'sources': [ | 3262 'sources': [ |
| 3263 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 3263 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 3264 ], | 3264 ], |
| 3265 'dependencies': [ | 3265 'dependencies': [ |
| 3266 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 3266 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| 3267 ], | 3267 ], |
| 3268 }], | 3268 }], |
| 3269 ['OS=="linux"', { | |
|
Mark Seaborn
2012/10/23 01:14:50
Why not Mac too? There should be a TODO to enable
halyavin
2012/10/23 11:59:29
Done.
| |
| 3270 'sources': [ | |
| 3271 'browser/nacl_host/test/nacl_enable_debug_stub_browsertest.cc', | |
|
sky
2012/10/22 20:41:26
In general we list all sources and exclude where n
halyavin
2012/10/23 11:59:29
Done.
| |
| 3272 ], | |
| 3273 }], | |
| 3269 ], | 3274 ], |
| 3270 }], | 3275 }], |
| 3271 ['chromeos==0', { | 3276 ['chromeos==0', { |
| 3272 'sources/': [ | 3277 'sources/': [ |
| 3273 ['exclude', '^browser/chromeos'], | 3278 ['exclude', '^browser/chromeos'], |
| 3274 ['exclude', '^browser/ui/webui/options/chromeos/'], | 3279 ['exclude', '^browser/ui/webui/options/chromeos/'], |
| 3275 ], | 3280 ], |
| 3276 'sources!': [ | 3281 'sources!': [ |
| 3277 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', | 3282 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', |
| 3278 'browser/extensions/api/terminal/terminal_private_apitest.cc', | 3283 'browser/extensions/api/terminal/terminal_private_apitest.cc', |
| (...skipping 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4875 'sync_integration_tests.isolate', | 4880 'sync_integration_tests.isolate', |
| 4876 ], | 4881 ], |
| 4877 'sources': [ | 4882 'sources': [ |
| 4878 'sync_integration_tests.isolate', | 4883 'sync_integration_tests.isolate', |
| 4879 ], | 4884 ], |
| 4880 }, | 4885 }, |
| 4881 ], | 4886 ], |
| 4882 }], | 4887 }], |
| 4883 ], # 'conditions' | 4888 ], # 'conditions' |
| 4884 } | 4889 } |
| OLD | NEW |