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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6646005: Creates the ipclist utility that chrome security team has wanted to dump... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 | « no previous file | chrome/common/automation_messages.h » ('j') | chrome/common/gpu_messages.h » ('J')
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 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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:
OLDNEW
« no previous file with comments | « no previous file | chrome/common/automation_messages.h » ('j') | chrome/common/gpu_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698