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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2885017: Moved common parts of ChildProcessHost into chrome/common and created a Brows... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Code review changes Created 10 years, 5 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_browser.gypi ('k') | chrome/common/child_process_host.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'common/extensions/user_script.cc', 179 'common/extensions/user_script.cc',
180 'common/extensions/user_script.h', 180 'common/extensions/user_script.h',
181 'common/web_resource/web_resource_unpacker.cc', 181 'common/web_resource/web_resource_unpacker.cc',
182 'common/web_resource/web_resource_unpacker.h', 182 'common/web_resource/web_resource_unpacker.h',
183 'common/appcache/appcache_backend_proxy.cc', 183 'common/appcache/appcache_backend_proxy.cc',
184 'common/appcache/appcache_backend_proxy.h', 184 'common/appcache/appcache_backend_proxy.h',
185 'common/appcache/appcache_dispatcher.cc', 185 'common/appcache/appcache_dispatcher.cc',
186 'common/appcache/appcache_dispatcher.h', 186 'common/appcache/appcache_dispatcher.h',
187 'common/automation_constants.cc', 187 'common/automation_constants.cc',
188 'common/automation_constants.h', 188 'common/automation_constants.h',
189 'common/child_process_host.cc',
190 'common/child_process_host.h',
189 'common/chrome_descriptors.h', 191 'common/chrome_descriptors.h',
190 'common/chrome_plugin_api.h', 192 'common/chrome_plugin_api.h',
191 'common/chrome_plugin_lib.cc', 193 'common/chrome_plugin_lib.cc',
192 'common/chrome_plugin_lib.h', 194 'common/chrome_plugin_lib.h',
193 'common/chrome_plugin_util.cc', 195 'common/chrome_plugin_util.cc',
194 'common/chrome_plugin_util.h', 196 'common/chrome_plugin_util.h',
195 'common/common_glue.cc', 197 'common/common_glue.cc',
196 'common/css_colors.h', 198 'common/css_colors.h',
197 'common/database_util.cc', 199 'common/database_util.cc',
198 'common/database_util.h', 200 'common/database_util.h',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'configurations': { 410 'configurations': {
409 'Common_Base': { 411 'Common_Base': {
410 'msvs_target_platform': 'x64', 412 'msvs_target_platform': 'x64',
411 }, 413 },
412 }, 414 },
413 }, 415 },
414 ], 416 ],
415 }], 417 }],
416 ], 418 ],
417 } 419 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698