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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 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
« no previous file with comments | « chrome/chrome_common.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) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'export_dependent_settings': [ 473 'export_dependent_settings': [
474 '<(allocator_target)', 474 '<(allocator_target)',
475 ], 475 ],
476 }], 476 }],
477 ], 477 ],
478 }], 478 }],
479 ['OS != "ios"', { 479 ['OS != "ios"', {
480 'dependencies': [ 480 'dependencies': [
481 # TODO(hclam): See crbug.com/298380 for details. 481 # TODO(hclam): See crbug.com/298380 for details.
482 # We should isolate the APIs needed by the renderer. 482 # We should isolate the APIs needed by the renderer.
483 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 483 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
484 ], 484 ],
485 }], 485 }],
486 ['enable_printing!=0', { 486 ['enable_printing!=0', {
487 'dependencies': [ 487 'dependencies': [
488 '../printing/printing.gyp:printing', 488 '../printing/printing.gyp:printing',
489 ], 489 ],
490 }], 490 }],
491 ], 491 ],
492 }, 492 },
493 ], 493 ],
494 } 494 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698