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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'idb_bindings.cc', | 369 'idb_bindings.cc', |
370 'idb_bindings.h', | 370 'idb_bindings.h', |
371 'image_decoder.cc', | 371 'image_decoder.cc', |
372 'image_decoder.h', | 372 'image_decoder.h', |
373 'image_resource_fetcher.cc', | 373 'image_resource_fetcher.cc', |
374 'image_resource_fetcher.h', | 374 'image_resource_fetcher.h', |
375 'multipart_response_delegate.cc', | 375 'multipart_response_delegate.cc', |
376 'multipart_response_delegate.h', | 376 'multipart_response_delegate.h', |
377 'npruntime_util.cc', | 377 'npruntime_util.cc', |
378 'npruntime_util.h', | 378 'npruntime_util.h', |
| 379 'p2p_transport.cc', |
379 'p2p_transport.h', | 380 'p2p_transport.h', |
380 'password_form.cc', | 381 'password_form.cc', |
381 'password_form.h', | 382 'password_form.h', |
382 'password_form_dom_manager.cc', | 383 'password_form_dom_manager.cc', |
383 'password_form_dom_manager.h', | 384 'password_form_dom_manager.h', |
384 'resource_fetcher.cc', | 385 'resource_fetcher.cc', |
385 'resource_fetcher.h', | 386 'resource_fetcher.h', |
386 'resource_loader_bridge.cc', | 387 'resource_loader_bridge.cc', |
387 'resource_loader_bridge.h', | 388 'resource_loader_bridge.h', |
388 'resource_type.cc', | 389 'resource_type.cc', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 }, | 550 }, |
550 'includes': [ '../../build/grit_action.gypi' ], | 551 'includes': [ '../../build/grit_action.gypi' ], |
551 }, | 552 }, |
552 ], | 553 ], |
553 'includes': [ '../../build/grit_target.gypi' ], | 554 'includes': [ '../../build/grit_target.gypi' ], |
554 }, | 555 }, |
555 ], | 556 ], |
556 }], | 557 }], |
557 ], | 558 ], |
558 } | 559 } |
OLD | NEW |