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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9359040: WIP IDL-IPC2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Checkpoint before going back to returning ListValue via ExtensionMsg_Response. Created 8 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 | « chrome/chrome_renderer.gypi ('k') | chrome/common/common_message_generator.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2465 matching lines...) Expand 10 before | Expand all | Expand 10 after
2476 ], 2476 ],
2477 ], 2477 ],
2478 }, 2478 },
2479 { 2479 {
2480 # Executable that runs each browser test in a new process. 2480 # Executable that runs each browser test in a new process.
2481 'target_name': 'browser_tests', 2481 'target_name': 'browser_tests',
2482 'type': 'executable', 2482 'type': 'executable',
2483 'msvs_cygwin_shell': 0, 2483 'msvs_cygwin_shell': 0,
2484 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2484 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2485 'dependencies': [ 2485 'dependencies': [
2486 'apiidlc_browser',
2486 'browser', 2487 'browser',
2487 'browser/sync/protocol/sync_proto.gyp:sync_proto', 2488 'browser/sync/protocol/sync_proto.gyp:sync_proto',
2488 'chrome', 2489 'chrome',
2489 'chrome_resources.gyp:chrome_resources', 2490 'chrome_resources.gyp:chrome_resources',
2490 'chrome_resources.gyp:chrome_strings', 2491 'chrome_resources.gyp:chrome_strings',
2491 'common/extensions/api/api.gyp:api', 2492 'common/extensions/api/api.gyp:api',
2492 'renderer', 2493 'renderer',
2493 'test_support_common', 2494 'test_support_common',
2494 '../base/base.gyp:base', 2495 '../base/base.gyp:base',
2495 '../base/base.gyp:base_i18n', 2496 '../base/base.gyp:base_i18n',
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4695 # Use outputs of this action as inputs for the main target build. 4696 # Use outputs of this action as inputs for the main target build.
4696 # Seems as a misnomer but makes this happy on Linux (scons). 4697 # Seems as a misnomer but makes this happy on Linux (scons).
4697 'process_outputs_as_sources': 1, 4698 'process_outputs_as_sources': 1,
4698 }, 4699 },
4699 ], # 'actions' 4700 ], # 'actions'
4700 }, 4701 },
4701 ] 4702 ]
4702 }], # 'coverage!=0' 4703 }], # 'coverage!=0'
4703 ], # 'conditions' 4704 ], # 'conditions'
4704 } 4705 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698