OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |