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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'ftp_directory_listing_response_delegate.h', | 357 'ftp_directory_listing_response_delegate.h', |
358 'gl_bindings_skia_cmd_buffer.cc', | 358 'gl_bindings_skia_cmd_buffer.cc', |
359 'gl_bindings_skia_cmd_buffer.h', | 359 'gl_bindings_skia_cmd_buffer.h', |
360 'glue_serialize.cc', | 360 'glue_serialize.cc', |
361 'glue_serialize.h', | 361 'glue_serialize.h', |
362 'idb_bindings.cc', | 362 'idb_bindings.cc', |
363 'idb_bindings.h', | 363 'idb_bindings.h', |
364 'image_decoder.cc', | 364 'image_decoder.cc', |
365 'image_decoder.h', | 365 'image_decoder.h', |
366 'image_resource_fetcher.cc', | 366 'image_resource_fetcher.cc', |
| 367 'multi_resolution_image_resource_fetcher.cc', |
| 368 'multi_resolution_image_resource_fetcher.h', |
367 'image_resource_fetcher.h', | 369 'image_resource_fetcher.h', |
368 'multipart_response_delegate.cc', | 370 'multipart_response_delegate.cc', |
369 'multipart_response_delegate.h', | 371 'multipart_response_delegate.h', |
370 'network_list_observer.h', | 372 'network_list_observer.h', |
371 'npruntime_util.cc', | 373 'npruntime_util.cc', |
372 'npruntime_util.h', | 374 'npruntime_util.h', |
373 'p2p_transport.cc', | 375 'p2p_transport.cc', |
374 'p2p_transport.h', | 376 'p2p_transport.h', |
375 'resource_fetcher.cc', | 377 'resource_fetcher.cc', |
376 'resource_fetcher.h', | 378 'resource_fetcher.h', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 }, | 554 }, |
553 'includes': [ '../../build/grit_action.gypi' ], | 555 'includes': [ '../../build/grit_action.gypi' ], |
554 }, | 556 }, |
555 ], | 557 ], |
556 'includes': [ '../../build/grit_target.gypi' ], | 558 'includes': [ '../../build/grit_target.gypi' ], |
557 }, | 559 }, |
558 ], | 560 ], |
559 }], | 561 }], |
560 ], | 562 ], |
561 } | 563 } |
OLD | NEW |