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 '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 4025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4036 'dependencies': [ | 4036 'dependencies': [ |
4037 'chrome', | 4037 'chrome', |
4038 'chrome_resources.gyp:chrome_resources', | 4038 'chrome_resources.gyp:chrome_resources', |
4039 'chrome_resources.gyp:chrome_strings', | 4039 'chrome_resources.gyp:chrome_strings', |
4040 'chrome_resources.gyp:theme_resources', | 4040 'chrome_resources.gyp:theme_resources', |
4041 'debugger', | 4041 'debugger', |
4042 'syncapi_core', | 4042 'syncapi_core', |
4043 'test_support_common', | 4043 'test_support_common', |
4044 '../skia/skia.gyp:skia', | 4044 '../skia/skia.gyp:skia', |
4045 '../testing/gtest.gyp:gtest', | 4045 '../testing/gtest.gyp:gtest', |
| 4046 '../third_party/psutil/psutil.gyp:psutil_lib', |
4046 ], | 4047 ], |
4047 'export_dependent_settings': [ | 4048 'export_dependent_settings': [ |
4048 'test_support_common', | 4049 'test_support_common', |
4049 ], | 4050 ], |
4050 'include_dirs': [ | 4051 'include_dirs': [ |
4051 '..', | 4052 '..', |
4052 ], | 4053 ], |
4053 'cflags': [ | 4054 'cflags': [ |
4054 '-Wno-uninitialized', | 4055 '-Wno-uninitialized', |
4055 '-Wno-self-assign', # to keep clang happy for generated code. | 4056 '-Wno-self-assign', # to keep clang happy for generated code. |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4323 # Use outputs of this action as inputs for the main target build. | 4324 # Use outputs of this action as inputs for the main target build. |
4324 # Seems as a misnomer but makes this happy on Linux (scons). | 4325 # Seems as a misnomer but makes this happy on Linux (scons). |
4325 'process_outputs_as_sources': 1, | 4326 'process_outputs_as_sources': 1, |
4326 }, | 4327 }, |
4327 ], # 'actions' | 4328 ], # 'actions' |
4328 }, | 4329 }, |
4329 ] | 4330 ] |
4330 }], # 'coverage!=0' | 4331 }], # 'coverage!=0' |
4331 ], # 'conditions' | 4332 ], # 'conditions' |
4332 } | 4333 } |
OLD | NEW |