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

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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('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 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 # Don't include now since it's empty and so will cause a linker error.
220 #'../content/content.gyp:content_common',
219 '../ipc/ipc.gyp:ipc', 221 '../ipc/ipc.gyp:ipc',
220 '../net/net.gyp:net', 222 '../net/net.gyp:net',
221 '../printing/printing.gyp:printing', 223 '../printing/printing.gyp:printing',
222 '../skia/skia.gyp:skia', 224 '../skia/skia.gyp:skia',
223 '../third_party/bzip2/bzip2.gyp:bzip2', 225 '../third_party/bzip2/bzip2.gyp:bzip2',
224 '../third_party/icu/icu.gyp:icui18n', 226 '../third_party/icu/icu.gyp:icui18n',
225 '../third_party/icu/icu.gyp:icuuc', 227 '../third_party/icu/icu.gyp:icuuc',
226 '../third_party/libxml/libxml.gyp:libxml', 228 '../third_party/libxml/libxml.gyp:libxml',
227 '../third_party/sqlite/sqlite.gyp:sqlite', 229 '../third_party/sqlite/sqlite.gyp:sqlite',
228 '../third_party/zlib/zlib.gyp:zlib', 230 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 'configurations': { 641 'configurations': {
640 'Common_Base': { 642 'Common_Base': {
641 'msvs_target_platform': 'x64', 643 'msvs_target_platform': 'x64',
642 }, 644 },
643 }, 645 },
644 }, 646 },
645 ], 647 ],
646 }], 648 }],
647 ], 649 ],
648 } 650 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698