Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8774018: Add psutil build step to fix pyauto media issues. Upgrade psutil to 0.4.0. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Replace 'python' w/ sys.executable. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/psutil/HISTORY » ('j') | third_party/psutil/build.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 'dependencies': [ 4024 'dependencies': [
4025 'chrome', 4025 'chrome',
4026 'chrome_resources.gyp:chrome_resources', 4026 'chrome_resources.gyp:chrome_resources',
4027 'chrome_resources.gyp:chrome_strings', 4027 'chrome_resources.gyp:chrome_strings',
4028 'chrome_resources.gyp:theme_resources', 4028 'chrome_resources.gyp:theme_resources',
4029 'debugger', 4029 'debugger',
4030 'syncapi_core', 4030 'syncapi_core',
4031 'test_support_common', 4031 'test_support_common',
4032 '../skia/skia.gyp:skia', 4032 '../skia/skia.gyp:skia',
4033 '../testing/gtest.gyp:gtest', 4033 '../testing/gtest.gyp:gtest',
4034 '../third_party/psutil/psutil.gyp:psutil_lib',
4034 ], 4035 ],
4035 'export_dependent_settings': [ 4036 'export_dependent_settings': [
4036 'test_support_common', 4037 'test_support_common',
4037 ], 4038 ],
4038 'include_dirs': [ 4039 'include_dirs': [
4039 '..', 4040 '..',
4040 ], 4041 ],
4041 'cflags': [ 4042 'cflags': [
4042 '-Wno-uninitialized', 4043 '-Wno-uninitialized',
4043 '-Wno-self-assign', # to keep clang happy for generated code. 4044 '-Wno-self-assign', # to keep clang happy for generated code.
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
4311 # Use outputs of this action as inputs for the main target build. 4312 # Use outputs of this action as inputs for the main target build.
4312 # Seems as a misnomer but makes this happy on Linux (scons). 4313 # Seems as a misnomer but makes this happy on Linux (scons).
4313 'process_outputs_as_sources': 1, 4314 'process_outputs_as_sources': 1,
4314 }, 4315 },
4315 ], # 'actions' 4316 ], # 'actions'
4316 }, 4317 },
4317 ] 4318 ]
4318 }], # 'coverage!=0' 4319 }], # 'coverage!=0'
4319 ], # 'conditions' 4320 ], # 'conditions'
4320 } 4321 }
OLDNEW
« no previous file with comments | « no previous file | third_party/psutil/HISTORY » ('j') | third_party/psutil/build.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698