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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 10454058: Remove PPB_Transport_Dev API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « ppapi/thunk/resource_creation_api.h ('k') | webkit/plugins/ppapi/plugin_module.cc » ('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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 530 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
531 ], 531 ],
532 }], 532 }],
533 ], 533 ],
534 }], 534 }],
535 ['inside_chromium_build==0', { 535 ['inside_chromium_build==0', {
536 'dependencies': [ 536 'dependencies': [
537 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 537 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
538 ], 538 ],
539 }], 539 }],
540 ['p2p_apis==1', {
541 'sources': [
542 '../plugins/ppapi/ppb_transport_impl.cc',
543 '../plugins/ppapi/ppb_transport_impl.h',
544 ],
545 }],
546 ], 540 ],
547 }, 541 },
548 ], 542 ],
549 'conditions': [ 543 'conditions': [
550 ['use_third_party_translations==1', { 544 ['use_third_party_translations==1', {
551 'targets': [ 545 'targets': [
552 { 546 {
553 'target_name': 'inspector_strings', 547 'target_name': 'inspector_strings',
554 'type': 'none', 548 'type': 'none',
555 'variables': { 549 'variables': {
556 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n', 550 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n',
557 }, 551 },
558 'actions': [ 552 'actions': [
559 { 553 {
560 'action_name': 'inspector_strings', 554 'action_name': 'inspector_strings',
561 'variables': { 555 'variables': {
562 'grit_grd_file': 'inspector_strings.grd', 556 'grit_grd_file': 'inspector_strings.grd',
563 }, 557 },
564 'includes': [ '../../build/grit_action.gypi' ], 558 'includes': [ '../../build/grit_action.gypi' ],
565 }, 559 },
566 ], 560 ],
567 'includes': [ '../../build/grit_target.gypi' ], 561 'includes': [ '../../build/grit_target.gypi' ],
568 }, 562 },
569 ], 563 ],
570 }], 564 }],
571 ], 565 ],
572 } 566 }
OLDNEW
« no previous file with comments | « ppapi/thunk/resource_creation_api.h ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698