OLD | NEW |
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 '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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 '../plugins/ppapi/ppb_opengles_impl.cc', | 276 '../plugins/ppapi/ppb_opengles_impl.cc', |
277 '../plugins/ppapi/ppb_opengles_impl.h', | 277 '../plugins/ppapi/ppb_opengles_impl.h', |
278 '../plugins/ppapi/ppb_pdf_impl.cc', | 278 '../plugins/ppapi/ppb_pdf_impl.cc', |
279 '../plugins/ppapi/ppb_pdf_impl.h', | 279 '../plugins/ppapi/ppb_pdf_impl.h', |
280 '../plugins/ppapi/ppb_proxy_impl.cc', | 280 '../plugins/ppapi/ppb_proxy_impl.cc', |
281 '../plugins/ppapi/ppb_proxy_impl.h', | 281 '../plugins/ppapi/ppb_proxy_impl.h', |
282 '../plugins/ppapi/ppb_scrollbar_impl.cc', | 282 '../plugins/ppapi/ppb_scrollbar_impl.cc', |
283 '../plugins/ppapi/ppb_scrollbar_impl.h', | 283 '../plugins/ppapi/ppb_scrollbar_impl.h', |
284 '../plugins/ppapi/ppb_surface_3d_impl.cc', | 284 '../plugins/ppapi/ppb_surface_3d_impl.cc', |
285 '../plugins/ppapi/ppb_surface_3d_impl.h', | 285 '../plugins/ppapi/ppb_surface_3d_impl.h', |
286 '../plugins/ppapi/ppb_transport_impl.cc', | |
287 '../plugins/ppapi/ppb_transport_impl.h', | |
288 '../plugins/ppapi/ppb_url_loader_impl.cc', | 286 '../plugins/ppapi/ppb_url_loader_impl.cc', |
289 '../plugins/ppapi/ppb_url_loader_impl.h', | 287 '../plugins/ppapi/ppb_url_loader_impl.h', |
290 '../plugins/ppapi/ppb_url_request_info_impl.cc', | 288 '../plugins/ppapi/ppb_url_request_info_impl.cc', |
291 '../plugins/ppapi/ppb_url_request_info_impl.h', | 289 '../plugins/ppapi/ppb_url_request_info_impl.h', |
292 '../plugins/ppapi/ppb_url_response_info_impl.cc', | 290 '../plugins/ppapi/ppb_url_response_info_impl.cc', |
293 '../plugins/ppapi/ppb_url_response_info_impl.h', | 291 '../plugins/ppapi/ppb_url_response_info_impl.h', |
294 '../plugins/ppapi/ppb_url_util_impl.cc', | 292 '../plugins/ppapi/ppb_url_util_impl.cc', |
295 '../plugins/ppapi/ppb_url_util_impl.h', | 293 '../plugins/ppapi/ppb_url_util_impl.h', |
296 '../plugins/ppapi/ppb_video_decoder_impl.cc', | 294 '../plugins/ppapi/ppb_video_decoder_impl.cc', |
297 '../plugins/ppapi/ppb_video_decoder_impl.h', | 295 '../plugins/ppapi/ppb_video_decoder_impl.h', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 493 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
496 ], | 494 ], |
497 }], | 495 }], |
498 ], | 496 ], |
499 }], | 497 }], |
500 ['inside_chromium_build==0', { | 498 ['inside_chromium_build==0', { |
501 'dependencies': [ | 499 'dependencies': [ |
502 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 500 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
503 ], | 501 ], |
504 }], | 502 }], |
| 503 ['p2p_apis==1', { |
| 504 'sources': [ |
| 505 '../plugins/ppapi/ppb_transport_impl.cc', |
| 506 '../plugins/ppapi/ppb_transport_impl.h', |
| 507 ], |
| 508 }], |
505 ], | 509 ], |
506 }, | 510 }, |
507 ], | 511 ], |
508 'conditions': [ | 512 'conditions': [ |
509 ['use_third_party_translations==1', { | 513 ['use_third_party_translations==1', { |
510 'targets': [ | 514 'targets': [ |
511 { | 515 { |
512 'target_name': 'inspector_strings', | 516 'target_name': 'inspector_strings', |
513 'type': 'none', | 517 'type': 'none', |
514 'variables': { | 518 'variables': { |
515 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n', | 519 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n', |
516 }, | 520 }, |
517 'actions': [ | 521 'actions': [ |
518 { | 522 { |
519 'action_name': 'inspector_strings', | 523 'action_name': 'inspector_strings', |
520 'variables': { | 524 'variables': { |
521 'grit_grd_file': 'inspector_strings.grd', | 525 'grit_grd_file': 'inspector_strings.grd', |
522 }, | 526 }, |
523 'includes': [ '../../build/grit_action.gypi' ], | 527 'includes': [ '../../build/grit_action.gypi' ], |
524 }, | 528 }, |
525 ], | 529 ], |
526 'includes': [ '../../build/grit_target.gypi' ], | 530 'includes': [ '../../build/grit_target.gypi' ], |
527 }, | 531 }, |
528 ], | 532 ], |
529 }], | 533 }], |
530 ], | 534 ], |
531 } | 535 } |
OLD | NEW |