| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'fling_animator_impl_android.cc', | 290 'fling_animator_impl_android.cc', |
| 291 'fling_animator_impl_android.h', | 291 'fling_animator_impl_android.h', |
| 292 'ftp_directory_listing_response_delegate.cc', | 292 'ftp_directory_listing_response_delegate.cc', |
| 293 'ftp_directory_listing_response_delegate.h', | 293 'ftp_directory_listing_response_delegate.h', |
| 294 'glue_serialize.cc', | 294 'glue_serialize.cc', |
| 295 'glue_serialize.h', | 295 'glue_serialize.h', |
| 296 'image_decoder.cc', | 296 'image_decoder.cc', |
| 297 'image_decoder.h', | 297 'image_decoder.h', |
| 298 'image_resource_fetcher.cc', | 298 'image_resource_fetcher.cc', |
| 299 'image_resource_fetcher.h', | 299 'image_resource_fetcher.h', |
| 300 'memory_usage.cc', |
| 301 'memory_usage.h', |
| 300 'multi_resolution_image_resource_fetcher.cc', | 302 'multi_resolution_image_resource_fetcher.cc', |
| 301 'multi_resolution_image_resource_fetcher.h', | 303 'multi_resolution_image_resource_fetcher.h', |
| 302 'multipart_response_delegate.cc', | 304 'multipart_response_delegate.cc', |
| 303 'multipart_response_delegate.h', | 305 'multipart_response_delegate.h', |
| 304 'network_list_observer.h', | 306 'network_list_observer.h', |
| 305 'npruntime_util.cc', | 307 'npruntime_util.cc', |
| 306 'npruntime_util.h', | 308 'npruntime_util.h', |
| 307 'resource_fetcher.cc', | 309 'resource_fetcher.cc', |
| 308 'resource_fetcher.h', | 310 'resource_fetcher.h', |
| 309 'resource_loader_bridge.cc', | 311 'resource_loader_bridge.cc', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 }, | 506 }, |
| 505 'includes': [ '../../build/grit_action.gypi' ], | 507 'includes': [ '../../build/grit_action.gypi' ], |
| 506 }, | 508 }, |
| 507 ], | 509 ], |
| 508 'includes': [ '../../build/grit_target.gypi' ], | 510 'includes': [ '../../build/grit_target.gypi' ], |
| 509 }, | 511 }, |
| 510 ], | 512 ], |
| 511 }], | 513 }], |
| 512 ], | 514 ], |
| 513 } | 515 } |
| OLD | NEW |