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

Side by Side Diff: chrome/chrome.gyp

Issue 211033: Automated ui test porting + cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: all green\! Created 11 years, 3 months 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 3789 matching lines...) Expand 10 before | Expand all | Expand 10 after
3800 'theme_resources', 3800 'theme_resources',
3801 '../base/base.gyp:base', 3801 '../base/base.gyp:base',
3802 '../skia/skia.gyp:skia', 3802 '../skia/skia.gyp:skia',
3803 '../third_party/libxml/libxml.gyp:libxml', 3803 '../third_party/libxml/libxml.gyp:libxml',
3804 '../testing/gtest.gyp:gtest', 3804 '../testing/gtest.gyp:gtest',
3805 ], 3805 ],
3806 'include_dirs': [ 3806 'include_dirs': [
3807 '..', 3807 '..',
3808 ], 3808 ],
3809 'sources': [ 3809 'sources': [
3810 'test/automated_ui_tests/automated_ui_test_interactive_test.cc',
3810 'test/automated_ui_tests/automated_ui_tests.cc', 3811 'test/automated_ui_tests/automated_ui_tests.cc',
3811 'test/automated_ui_tests/automated_ui_tests.h', 3812 'test/automated_ui_tests/automated_ui_tests.h',
3812 ], 3813 ],
3813 'conditions': [ 3814 'conditions': [
3814 ['OS=="linux"', { 3815 ['OS=="linux"', {
3815 'dependencies': [ 3816 'dependencies': [
3816 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3817 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3817 ], 3818 ],
3818 }], 3819 }],
3819 ['OS=="win"', { 3820 ['OS=="win"', {
(...skipping 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after
6600 'dependencies': [ 6601 'dependencies': [
6601 '../third_party/pthreads-win32/pthreads.gyp:pthreads', 6602 '../third_party/pthreads-win32/pthreads.gyp:pthreads',
6602 ], 6603 ],
6603 }], 6604 }],
6604 ], 6605 ],
6605 }, 6606 },
6606 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6607 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6607 }], 6608 }],
6608 ], # 'conditions' 6609 ], # 'conditions'
6609 } 6610 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698