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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6248021: Reapply r72562 with willchan's nits + locally tested shlib fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix path Created 9 years, 11 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/unload_uitest.cc ('k') | chrome/common/net/url_fetcher_unittest.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 16 matching lines...) Expand all
27 'common', 27 'common',
28 'renderer', 28 'renderer',
29 'chrome_gpu', 29 'chrome_gpu',
30 'chrome_resources', 30 'chrome_resources',
31 'chrome_strings', 31 'chrome_strings',
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
33 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp', 33 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp',
34 'theme_resources', 34 'theme_resources',
35 '../base/base.gyp:test_support_base', 35 '../base/base.gyp:test_support_base',
36 '../ipc/ipc.gyp:test_support_ipc', 36 '../ipc/ipc.gyp:test_support_ipc',
37 # 'test/test_url_request_context_getter.h' brings in this requirement.
38 '../net/net.gyp:net_test_support',
37 '../skia/skia.gyp:skia', 39 '../skia/skia.gyp:skia',
38 '../testing/gmock.gyp:gmock', 40 '../testing/gmock.gyp:gmock',
39 '../testing/gtest.gyp:gtest', 41 '../testing/gtest.gyp:gtest',
40 ], 42 ],
41 'export_dependent_settings': [ 43 'export_dependent_settings': [
42 'renderer', 44 'renderer',
43 ], 45 ],
44 'include_dirs': [ 46 'include_dirs': [
45 '..', 47 '..',
46 ], 48 ],
(...skipping 3148 matching lines...) Expand 10 before | Expand all | Expand 10 after
3195 { 3197 {
3196 'target_name': 'generate_profile', 3198 'target_name': 'generate_profile',
3197 'type': 'executable', 3199 'type': 'executable',
3198 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3200 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3199 'dependencies': [ 3201 'dependencies': [
3200 'test_support_common', 3202 'test_support_common',
3201 'browser', 3203 'browser',
3202 'renderer', 3204 'renderer',
3203 'syncapi', 3205 'syncapi',
3204 '../base/base.gyp:base', 3206 '../base/base.gyp:base',
3207 '../net/net.gyp:net_test_support',
3205 '../skia/skia.gyp:skia', 3208 '../skia/skia.gyp:skia',
3206 ], 3209 ],
3207 'include_dirs': [ 3210 'include_dirs': [
3208 '..', 3211 '..',
3209 ], 3212 ],
3210 'sources': [ 3213 'sources': [
3211 'tools/profiles/generate_profile.cc', 3214 'tools/profiles/generate_profile.cc',
3212 'tools/profiles/thumbnail-inl.h', 3215 'tools/profiles/thumbnail-inl.h',
3213 ], 3216 ],
3214 'conditions': [ 3217 'conditions': [
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 ] 3641 ]
3639 }], # 'coverage!=0' 3642 }], # 'coverage!=0'
3640 ], # 'conditions' 3643 ], # 'conditions'
3641 } 3644 }
3642 3645
3643 # Local Variables: 3646 # Local Variables:
3644 # tab-width:2 3647 # tab-width:2
3645 # indent-tabs-mode:nil 3648 # indent-tabs-mode:nil
3646 # End: 3649 # End:
3647 # vim: set expandtab tabstop=2 shiftwidth=2: 3650 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/unload_uitest.cc ('k') | chrome/common/net/url_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698