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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6537015: Start moving core pieces of Chrome multi-process code to src\content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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) 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'chrome_strings', 209 'chrome_strings',
210 'common_constants', 210 'common_constants',
211 'common_net', 211 'common_net',
212 'default_plugin/default_plugin.gyp:default_plugin', 212 'default_plugin/default_plugin.gyp:default_plugin',
213 'theme_resources', 213 'theme_resources',
214 '../app/app.gyp:app_base', 214 '../app/app.gyp:app_base',
215 '../app/app.gyp:app_resources', 215 '../app/app.gyp:app_resources',
216 '../base/base.gyp:base', 216 '../base/base.gyp:base',
217 '../base/base.gyp:base_i18n', 217 '../base/base.gyp:base_i18n',
218 '../build/temp_gyp/googleurl.gyp:googleurl', 218 '../build/temp_gyp/googleurl.gyp:googleurl',
219 '../content/content.gyp:content_common',
219 '../ipc/ipc.gyp:ipc', 220 '../ipc/ipc.gyp:ipc',
220 '../net/net.gyp:net', 221 '../net/net.gyp:net',
221 '../printing/printing.gyp:printing', 222 '../printing/printing.gyp:printing',
222 '../skia/skia.gyp:skia', 223 '../skia/skia.gyp:skia',
223 '../third_party/bzip2/bzip2.gyp:bzip2', 224 '../third_party/bzip2/bzip2.gyp:bzip2',
224 '../third_party/icu/icu.gyp:icui18n', 225 '../third_party/icu/icu.gyp:icui18n',
225 '../third_party/icu/icu.gyp:icuuc', 226 '../third_party/icu/icu.gyp:icuuc',
226 '../third_party/libxml/libxml.gyp:libxml', 227 '../third_party/libxml/libxml.gyp:libxml',
227 '../third_party/sqlite/sqlite.gyp:sqlite', 228 '../third_party/sqlite/sqlite.gyp:sqlite',
228 '../third_party/zlib/zlib.gyp:zlib', 229 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 'configurations': { 640 'configurations': {
640 'Common_Base': { 641 'Common_Base': {
641 'msvs_target_platform': 'x64', 642 'msvs_target_platform': 'x64',
642 }, 643 },
643 }, 644 },
644 }, 645 },
645 ], 646 ],
646 }], 647 }],
647 ], 648 ],
648 } 649 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698