| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 3562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3573 'chrome_strings', | 3573 'chrome_strings', |
| 3574 '../content/content.gyp:content_gpu', | 3574 '../content/content.gyp:content_gpu', |
| 3575 '../base/base.gyp:base', | 3575 '../base/base.gyp:base', |
| 3576 '../base/base.gyp:test_support_base', | 3576 '../base/base.gyp:test_support_base', |
| 3577 '../base/base.gyp:test_support_perf', | 3577 '../base/base.gyp:test_support_perf', |
| 3578 '../skia/skia.gyp:skia', | 3578 '../skia/skia.gyp:skia', |
| 3579 '../testing/gtest.gyp:gtest', | 3579 '../testing/gtest.gyp:gtest', |
| 3580 '../webkit/support/webkit_support.gyp:glue', | 3580 '../webkit/support/webkit_support.gyp:glue', |
| 3581 ], | 3581 ], |
| 3582 'sources': [ | 3582 'sources': [ |
| 3583 'browser/safe_browsing/filter_false_positive_perftest.cc', | 3583 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', |
| 3584 'browser/safe_browsing/filter_false_positive_perftest.cc',
|
| 3584 'browser/visitedlink/visitedlink_perftest.cc', | 3585 'browser/visitedlink/visitedlink_perftest.cc', |
| 3585 'common/json_value_serializer_perftest.cc', | 3586 'common/json_value_serializer_perftest.cc', |
| 3586 'test/perf/perftests.cc', | 3587 'test/perf/perftests.cc', |
| 3587 'test/perf/url_parse_perftest.cc', | 3588 'test/perf/url_parse_perftest.cc', |
| 3588 ], | 3589 ], |
| 3589 'conditions': [ | 3590 'conditions': [ |
| 3590 ['toolkit_uses_gtk == 1', { | 3591 ['toolkit_uses_gtk == 1', { |
| 3591 'dependencies': [ | 3592 'dependencies': [ |
| 3592 '../build/linux/system.gyp:gtk', | 3593 '../build/linux/system.gyp:gtk', |
| 3593 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3594 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3981 # Use outputs of this action as inputs for the main target build. | 3982 # Use outputs of this action as inputs for the main target build. |
| 3982 # Seems as a misnomer but makes this happy on Linux (scons). | 3983 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3983 'process_outputs_as_sources': 1, | 3984 'process_outputs_as_sources': 1, |
| 3984 }, | 3985 }, |
| 3985 ], # 'actions' | 3986 ], # 'actions' |
| 3986 }, | 3987 }, |
| 3987 ] | 3988 ] |
| 3988 }], # 'coverage!=0' | 3989 }], # 'coverage!=0' |
| 3989 ], # 'conditions' | 3990 ], # 'conditions' |
| 3990 } | 3991 } |
| OLD | NEW |