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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6598053: P2P Sockets host implementation. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: - Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'chrome_strings', 211 'chrome_strings',
212 'common_constants', 212 'common_constants',
213 'common_net', 213 'common_net',
214 'default_plugin/default_plugin.gyp:default_plugin', 214 'default_plugin/default_plugin.gyp:default_plugin',
215 'theme_resources', 215 'theme_resources',
216 '../app/app.gyp:app_base', 216 '../app/app.gyp:app_base',
217 '../app/app.gyp:app_resources', 217 '../app/app.gyp:app_resources',
218 '../base/base.gyp:base', 218 '../base/base.gyp:base',
219 '../base/base.gyp:base_i18n', 219 '../base/base.gyp:base_i18n',
220 '../build/temp_gyp/googleurl.gyp:googleurl', 220 '../build/temp_gyp/googleurl.gyp:googleurl',
221 # Don't include now since it's empty and so will cause a linker error. 221 '../content/content.gyp:content_common',
222 #'../content/content.gyp:content_common',
223 '../ipc/ipc.gyp:ipc', 222 '../ipc/ipc.gyp:ipc',
224 '../net/net.gyp:net', 223 '../net/net.gyp:net',
225 '../printing/printing.gyp:printing', 224 '../printing/printing.gyp:printing',
226 '../skia/skia.gyp:skia', 225 '../skia/skia.gyp:skia',
227 '../third_party/bzip2/bzip2.gyp:bzip2', 226 '../third_party/bzip2/bzip2.gyp:bzip2',
228 '../third_party/icu/icu.gyp:icui18n', 227 '../third_party/icu/icu.gyp:icui18n',
229 '../third_party/icu/icu.gyp:icuuc', 228 '../third_party/icu/icu.gyp:icuuc',
230 '../third_party/libxml/libxml.gyp:libxml', 229 '../third_party/libxml/libxml.gyp:libxml',
231 '../third_party/sqlite/sqlite.gyp:sqlite', 230 '../third_party/sqlite/sqlite.gyp:sqlite',
232 '../third_party/zlib/zlib.gyp:zlib', 231 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'configurations': { 648 'configurations': {
650 'Common_Base': { 649 'Common_Base': {
651 'msvs_target_platform': 'x64', 650 'msvs_target_platform': 'x64',
652 }, 651 },
653 }, 652 },
654 }, 653 },
655 ], 654 ],
656 }], 655 }],
657 ], 656 ],
658 } 657 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698