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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7576018: Reorganize chrome/test, part #8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « chrome/browser/plugin_test.cc ('k') | chrome/test/plugin/pdf_browsertest.cc » ('j') | no next file with comments »
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 { 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 2687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2698 'ENABLE_SAFE_BROWSING', 2698 'ENABLE_SAFE_BROWSING',
2699 ], 2699 ],
2700 }, { # safe_browsing == 0 2700 }, { # safe_browsing == 0
2701 'sources/': [ 2701 'sources/': [
2702 ['exclude', '^browser/safe_browsing/'], 2702 ['exclude', '^browser/safe_browsing/'],
2703 ['exclude', '^renderer/safe_browsing/'], 2703 ['exclude', '^renderer/safe_browsing/'],
2704 ], 2704 ],
2705 }], 2705 }],
2706 ['internal_pdf', { 2706 ['internal_pdf', {
2707 'sources': [ 2707 'sources': [
2708 'test/plugin/pdf_browsertest.cc', 2708 'browser/pdf_browsertest.cc',
2709 ], 2709 ],
2710 }], 2710 }],
2711 ['OS!="linux" or toolkit_views==1', { 2711 ['OS!="linux" or toolkit_views==1', {
2712 'sources!': [ 2712 'sources!': [
2713 'browser/extensions/browser_action_test_util_gtk.cc', 2713 'browser/extensions/browser_action_test_util_gtk.cc',
2714 'browser/ui/gtk/view_id_util_browsertest.cc', 2714 'browser/ui/gtk/view_id_util_browsertest.cc',
2715 ], 2715 ],
2716 }], 2716 }],
2717 ['OS=="win"', { 2717 ['OS=="win"', {
2718 'sources': [ 2718 'sources': [
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
3643 'test_support_ui', 3643 'test_support_ui',
3644 '../skia/skia.gyp:skia', 3644 '../skia/skia.gyp:skia',
3645 '../testing/gtest.gyp:gtest', 3645 '../testing/gtest.gyp:gtest',
3646 '../third_party/libxslt/libxslt.gyp:libxslt', 3646 '../third_party/libxslt/libxslt.gyp:libxslt',
3647 '../third_party/npapi/npapi.gyp:npapi', 3647 '../third_party/npapi/npapi.gyp:npapi',
3648 ], 3648 ],
3649 'include_dirs': [ 3649 'include_dirs': [
3650 '..', 3650 '..',
3651 ], 3651 ],
3652 'sources': [ 3652 'sources': [
3653 'test/plugin/plugin_test.cpp', 3653 'browser/plugin_test.cc',
3654 ], 3654 ],
3655 'conditions': [ 3655 'conditions': [
3656 ['OS=="win"', { 3656 ['OS=="win"', {
3657 'dependencies': [ 3657 'dependencies': [
3658 'security_tests', # run time dependency 3658 'security_tests', # run time dependency
3659 ], 3659 ],
3660 'conditions': [ 3660 'conditions': [
3661 ['win_use_allocator_shim==1', { 3661 ['win_use_allocator_shim==1', {
3662 'dependencies': [ 3662 'dependencies': [
3663 '<(allocator_target)', 3663 '<(allocator_target)',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
4144 # Use outputs of this action as inputs for the main target build. 4144 # Use outputs of this action as inputs for the main target build.
4145 # Seems as a misnomer but makes this happy on Linux (scons). 4145 # Seems as a misnomer but makes this happy on Linux (scons).
4146 'process_outputs_as_sources': 1, 4146 'process_outputs_as_sources': 1,
4147 }, 4147 },
4148 ], # 'actions' 4148 ], # 'actions'
4149 }, 4149 },
4150 ] 4150 ]
4151 }], # 'coverage!=0' 4151 }], # 'coverage!=0'
4152 ], # 'conditions' 4152 ], # 'conditions'
4153 } 4153 }
OLDNEW
« no previous file with comments | « chrome/browser/plugin_test.cc ('k') | chrome/test/plugin/pdf_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698