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 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3276 '<(allocator_target)', | 3276 '<(allocator_target)', |
3277 ], | 3277 ], |
3278 }], | 3278 }], |
3279 ], | 3279 ], |
3280 'include_dirs': [ | 3280 'include_dirs': [ |
3281 '<(DEPTH)/third_party/wtl/include', | 3281 '<(DEPTH)/third_party/wtl/include', |
3282 ], | 3282 ], |
3283 },], | 3283 },], |
3284 ], | 3284 ], |
3285 }, | 3285 }, |
| 3286 { |
| 3287 'target_name': 'ipclist', |
| 3288 'type': 'executable', |
| 3289 'dependencies': [ |
| 3290 'chrome', |
| 3291 'chrome_resources', |
| 3292 'chrome_strings', |
| 3293 'test_support_common', |
| 3294 'test_support_ui', |
| 3295 '../skia/skia.gyp:skia', |
| 3296 '../testing/gtest.gyp:gtest', |
| 3297 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 3298 '../third_party/npapi/npapi.gyp:npapi', |
| 3299 ], |
| 3300 'include_dirs': [ |
| 3301 '..', |
| 3302 ], |
| 3303 'sources': [ |
| 3304 'test/ipclist/ipclist.cc', |
| 3305 ], |
| 3306 }, |
3286 ], | 3307 ], |
3287 'conditions': [ | 3308 'conditions': [ |
3288 ['OS!="mac"', { | 3309 ['OS!="mac"', { |
3289 'targets': [ | 3310 'targets': [ |
3290 { | 3311 { |
3291 'target_name': 'perf_tests', | 3312 'target_name': 'perf_tests', |
3292 'type': 'executable', | 3313 'type': 'executable', |
3293 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F', | 3314 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F', |
3294 'dependencies': [ | 3315 'dependencies': [ |
3295 'browser', | 3316 'browser', |
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3802 ] | 3823 ] |
3803 }], # 'coverage!=0' | 3824 }], # 'coverage!=0' |
3804 ], # 'conditions' | 3825 ], # 'conditions' |
3805 } | 3826 } |
3806 | 3827 |
3807 # Local Variables: | 3828 # Local Variables: |
3808 # tab-width:2 | 3829 # tab-width:2 |
3809 # indent-tabs-mode:nil | 3830 # indent-tabs-mode:nil |
3810 # End: | 3831 # End: |
3811 # vim: set expandtab tabstop=2 shiftwidth=2: | 3832 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |