| 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 'image_resource_fetcher.h', |
| 367 'multi_resolution_image_resource_fetcher.cc', | 368 'multi_resolution_image_resource_fetcher.cc', |
| 368 'multi_resolution_image_resource_fetcher.h', | 369 'multi_resolution_image_resource_fetcher.h', |
| 369 'image_resource_fetcher.h', | |
| 370 'multipart_response_delegate.cc', | 370 'multipart_response_delegate.cc', |
| 371 'multipart_response_delegate.h', | 371 'multipart_response_delegate.h', |
| 372 'network_list_observer.h', | 372 'network_list_observer.h', |
| 373 'npruntime_util.cc', | 373 'npruntime_util.cc', |
| 374 'npruntime_util.h', | 374 'npruntime_util.h', |
| 375 'p2p_transport.cc', | 375 'p2p_transport.cc', |
| 376 'p2p_transport.h', | 376 'p2p_transport.h', |
| 377 'resource_fetcher.cc', | 377 'resource_fetcher.cc', |
| 378 'resource_fetcher.h', | 378 'resource_fetcher.h', |
| 379 'resource_loader_bridge.cc', | 379 'resource_loader_bridge.cc', |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 }, | 554 }, |
| 555 'includes': [ '../../build/grit_action.gypi' ], | 555 'includes': [ '../../build/grit_action.gypi' ], |
| 556 }, | 556 }, |
| 557 ], | 557 ], |
| 558 'includes': [ '../../build/grit_target.gypi' ], | 558 'includes': [ '../../build/grit_target.gypi' ], |
| 559 }, | 559 }, |
| 560 ], | 560 ], |
| 561 }], | 561 }], |
| 562 ], | 562 ], |
| 563 } | 563 } |
| OLD | NEW |