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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'image_decoder.h', | 367 'image_decoder.h', |
368 'image_resource_fetcher.cc', | 368 'image_resource_fetcher.cc', |
369 'image_resource_fetcher.h', | 369 'image_resource_fetcher.h', |
370 'multi_resolution_image_resource_fetcher.cc', | 370 'multi_resolution_image_resource_fetcher.cc', |
371 'multi_resolution_image_resource_fetcher.h', | 371 'multi_resolution_image_resource_fetcher.h', |
372 'multipart_response_delegate.cc', | 372 'multipart_response_delegate.cc', |
373 'multipart_response_delegate.h', | 373 'multipart_response_delegate.h', |
374 'network_list_observer.h', | 374 'network_list_observer.h', |
375 'npruntime_util.cc', | 375 'npruntime_util.cc', |
376 'npruntime_util.h', | 376 'npruntime_util.h', |
377 'p2p_transport.cc', | |
378 'p2p_transport.h', | |
379 'resource_fetcher.cc', | 377 'resource_fetcher.cc', |
380 'resource_fetcher.h', | 378 'resource_fetcher.h', |
381 'resource_loader_bridge.cc', | 379 'resource_loader_bridge.cc', |
382 'resource_loader_bridge.h', | 380 'resource_loader_bridge.h', |
383 'resource_type.cc', | 381 'resource_type.cc', |
384 'resource_type.h', | 382 'resource_type.h', |
385 'scoped_clipboard_writer_glue.cc', | 383 'scoped_clipboard_writer_glue.cc', |
386 'scoped_clipboard_writer_glue.h', | 384 'scoped_clipboard_writer_glue.h', |
387 'simple_webmimeregistry_impl.cc', | 385 'simple_webmimeregistry_impl.cc', |
388 'simple_webmimeregistry_impl.h', | 386 'simple_webmimeregistry_impl.h', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 }, | 554 }, |
557 'includes': [ '../../build/grit_action.gypi' ], | 555 'includes': [ '../../build/grit_action.gypi' ], |
558 }, | 556 }, |
559 ], | 557 ], |
560 'includes': [ '../../build/grit_target.gypi' ], | 558 'includes': [ '../../build/grit_target.gypi' ], |
561 }, | 559 }, |
562 ], | 560 ], |
563 }], | 561 }], |
564 ], | 562 ], |
565 } | 563 } |
OLD | NEW |