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

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: Disable Mac builds. 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 4025 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
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