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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9863005: Initial implementation of an IPC adapter to expose Chrome IPC to Native Client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', 2074 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc',
2075 'common/service_process_util_unittest.cc', 2075 'common/service_process_util_unittest.cc',
2076 'common/string_ordinal_unittest.cc', 2076 'common/string_ordinal_unittest.cc',
2077 'common/switch_utils_unittest.cc', 2077 'common/switch_utils_unittest.cc',
2078 'common/thumbnail_score_unittest.cc', 2078 'common/thumbnail_score_unittest.cc',
2079 'common/time_format_unittest.cc', 2079 'common/time_format_unittest.cc',
2080 'common/web_apps_unittest.cc', 2080 'common/web_apps_unittest.cc',
2081 'common/worker_thread_ticker_unittest.cc', 2081 'common/worker_thread_ticker_unittest.cc',
2082 'common/zip_reader_unittest.cc', 2082 'common/zip_reader_unittest.cc',
2083 'common/zip_unittest.cc', 2083 'common/zip_unittest.cc',
2084 'nacl/nacl_ipc_adapter_unittest.cc',
2084 'renderer/chrome_content_renderer_client_unittest.cc', 2085 'renderer/chrome_content_renderer_client_unittest.cc',
2085 'renderer/content_settings_observer_unittest.cc', 2086 'renderer/content_settings_observer_unittest.cc',
2086 'renderer/extensions/chrome_v8_context_set_unittest.cc', 2087 'renderer/extensions/chrome_v8_context_set_unittest.cc',
2087 'renderer/extensions/json_schema_unittest.cc', 2088 'renderer/extensions/json_schema_unittest.cc',
2088 'renderer/module_system_unittest.cc', 2089 'renderer/module_system_unittest.cc',
2089 'renderer/net/predictor_queue_unittest.cc', 2090 'renderer/net/predictor_queue_unittest.cc',
2090 'renderer/net/renderer_predictor_unittest.cc', 2091 'renderer/net/renderer_predictor_unittest.cc',
2091 'renderer/plugins/plugin_uma_unittest.cc', 2092 'renderer/plugins/plugin_uma_unittest.cc',
2092 'renderer/safe_browsing/features_unittest.cc', 2093 'renderer/safe_browsing/features_unittest.cc',
2093 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 2094 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
(...skipping 2508 matching lines...) Expand 10 before | Expand all | Expand 10 after
4602 # Use outputs of this action as inputs for the main target build. 4603 # Use outputs of this action as inputs for the main target build.
4603 # Seems as a misnomer but makes this happy on Linux (scons). 4604 # Seems as a misnomer but makes this happy on Linux (scons).
4604 'process_outputs_as_sources': 1, 4605 'process_outputs_as_sources': 1,
4605 }, 4606 },
4606 ], # 'actions' 4607 ], # 'actions'
4607 }, 4608 },
4608 ] 4609 ]
4609 }], # 'coverage!=0' 4610 }], # 'coverage!=0'
4610 ], # 'conditions' 4611 ], # 'conditions'
4611 } 4612 }
OLDNEW
« no previous file with comments | « base/pickle.h ('k') | chrome/nacl.gypi » ('j') | chrome/nacl/nacl_ipc_adapter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698