| 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 3482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3493 }, | 3493 }, |
| 3494 }, | 3494 }, |
| 3495 }, | 3495 }, |
| 3496 }], | 3496 }], |
| 3497 ['OS=="mac"', { | 3497 ['OS=="mac"', { |
| 3498 # See the comment in this section of the unit_tests target for an | 3498 # See the comment in this section of the unit_tests target for an |
| 3499 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 3499 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
| 3500 'dependencies+++': [ | 3500 'dependencies+++': [ |
| 3501 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 3501 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
| 3502 ], | 3502 ], |
| 3503 'sources': [ |
| 3504 'test/perf/mach_ports_test.cc', |
| 3505 ], |
| 3503 }], | 3506 }], |
| 3504 ['toolkit_uses_gtk == 1', { | 3507 ['toolkit_uses_gtk == 1', { |
| 3505 'dependencies': [ | 3508 'dependencies': [ |
| 3506 '../build/linux/system.gyp:gtk', | 3509 '../build/linux/system.gyp:gtk', |
| 3507 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3510 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3508 ], | 3511 ], |
| 3509 }], | 3512 }], |
| 3510 ['os_posix == 1 and OS != "mac"', { | 3513 ['os_posix == 1 and OS != "mac"', { |
| 3511 'conditions': [ | 3514 'conditions': [ |
| 3512 ['linux_use_tcmalloc==1', { | 3515 ['linux_use_tcmalloc==1', { |
| (...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4629 # Use outputs of this action as inputs for the main target build. | 4632 # Use outputs of this action as inputs for the main target build. |
| 4630 # Seems as a misnomer but makes this happy on Linux (scons). | 4633 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4631 'process_outputs_as_sources': 1, | 4634 'process_outputs_as_sources': 1, |
| 4632 }, | 4635 }, |
| 4633 ], # 'actions' | 4636 ], # 'actions' |
| 4634 }, | 4637 }, |
| 4635 ] | 4638 ] |
| 4636 }], # 'coverage!=0' | 4639 }], # 'coverage!=0' |
| 4637 ], # 'conditions' | 4640 ], # 'conditions' |
| 4638 } | 4641 } |
| OLD | NEW |