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

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: 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 '../net/net.gyp:net_test_support',
evanm 2011/01/26 00:53:30 Can you add comments by these indicating why they'
37 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
38 '../testing/gmock.gyp:gmock', 39 '../testing/gmock.gyp:gmock',
39 '../testing/gtest.gyp:gtest', 40 '../testing/gtest.gyp:gtest',
40 ], 41 ],
41 'export_dependent_settings': [ 42 'export_dependent_settings': [
42 'renderer', 43 'renderer',
43 ], 44 ],
44 'include_dirs': [ 45 'include_dirs': [
45 '..', 46 '..',
46 ], 47 ],
(...skipping 3148 matching lines...) Expand 10 before | Expand all | Expand 10 after
3195 { 3196 {
3196 'target_name': 'generate_profile', 3197 'target_name': 'generate_profile',
3197 'type': 'executable', 3198 'type': 'executable',
3198 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3199 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3199 'dependencies': [ 3200 'dependencies': [
3200 'test_support_common', 3201 'test_support_common',
3201 'browser', 3202 'browser',
3202 'renderer', 3203 'renderer',
3203 'syncapi', 3204 'syncapi',
3204 '../base/base.gyp:base', 3205 '../base/base.gyp:base',
3206 '../net/net.gyp:net_test_support',
3205 '../skia/skia.gyp:skia', 3207 '../skia/skia.gyp:skia',
3206 ], 3208 ],
3207 'include_dirs': [ 3209 'include_dirs': [
3208 '..', 3210 '..',
3209 ], 3211 ],
3210 'sources': [ 3212 'sources': [
3211 'tools/profiles/generate_profile.cc', 3213 'tools/profiles/generate_profile.cc',
3212 'tools/profiles/thumbnail-inl.h', 3214 'tools/profiles/thumbnail-inl.h',
3213 ], 3215 ],
3214 'conditions': [ 3216 'conditions': [
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 ] 3640 ]
3639 }], # 'coverage!=0' 3641 }], # 'coverage!=0'
3640 ], # 'conditions' 3642 ], # 'conditions'
3641 } 3643 }
3642 3644
3643 # Local Variables: 3645 # Local Variables:
3644 # tab-width:2 3646 # tab-width:2
3645 # indent-tabs-mode:nil 3647 # indent-tabs-mode:nil
3646 # End: 3648 # End:
3647 # vim: set expandtab tabstop=2 shiftwidth=2: 3649 # 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