| 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 3184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3195 { | 3195 { |
| 3196 'target_name': 'generate_profile', | 3196 'target_name': 'generate_profile', |
| 3197 'type': 'executable', | 3197 'type': 'executable', |
| 3198 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', | 3198 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', |
| 3199 'dependencies': [ | 3199 'dependencies': [ |
| 3200 'test_support_common', | 3200 'test_support_common', |
| 3201 'browser', | 3201 'browser', |
| 3202 'renderer', | 3202 'renderer', |
| 3203 'syncapi', | 3203 'syncapi', |
| 3204 '../base/base.gyp:base', | 3204 '../base/base.gyp:base', |
| 3205 '../net/net.gyp:net_test_support', |
| 3205 '../skia/skia.gyp:skia', | 3206 '../skia/skia.gyp:skia', |
| 3206 ], | 3207 ], |
| 3207 'include_dirs': [ | 3208 'include_dirs': [ |
| 3208 '..', | 3209 '..', |
| 3209 ], | 3210 ], |
| 3210 'sources': [ | 3211 'sources': [ |
| 3211 'tools/profiles/generate_profile.cc', | 3212 'tools/profiles/generate_profile.cc', |
| 3212 'tools/profiles/thumbnail-inl.h', | 3213 'tools/profiles/thumbnail-inl.h', |
| 3213 ], | 3214 ], |
| 3214 'conditions': [ | 3215 'conditions': [ |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3638 ] | 3639 ] |
| 3639 }], # 'coverage!=0' | 3640 }], # 'coverage!=0' |
| 3640 ], # 'conditions' | 3641 ], # 'conditions' |
| 3641 } | 3642 } |
| 3642 | 3643 |
| 3643 # Local Variables: | 3644 # Local Variables: |
| 3644 # tab-width:2 | 3645 # tab-width:2 |
| 3645 # indent-tabs-mode:nil | 3646 # indent-tabs-mode:nil |
| 3646 # End: | 3647 # End: |
| 3647 # vim: set expandtab tabstop=2 shiftwidth=2: | 3648 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |