OLD | NEW |
---|---|
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 Loading... | |
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 Loading... | |
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 Loading... | |
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: |
OLD | NEW |