| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'cpp_bound_class.cc', | 279 'cpp_bound_class.cc', |
| 280 'cpp_bound_class.h', | 280 'cpp_bound_class.h', |
| 281 'cpp_variant.cc', | 281 'cpp_variant.cc', |
| 282 'cpp_variant.h', | 282 'cpp_variant.h', |
| 283 'dom_operations.cc', | 283 'dom_operations.cc', |
| 284 'dom_operations.h', | 284 'dom_operations.h', |
| 285 'fling_animator_impl_android.cc', | 285 'fling_animator_impl_android.cc', |
| 286 'fling_animator_impl_android.h', | 286 'fling_animator_impl_android.h', |
| 287 'ftp_directory_listing_response_delegate.cc', | 287 'ftp_directory_listing_response_delegate.cc', |
| 288 'ftp_directory_listing_response_delegate.h', | 288 'ftp_directory_listing_response_delegate.h', |
| 289 'gl_bindings_skia_cmd_buffer.cc', | |
| 290 'gl_bindings_skia_cmd_buffer.h', | |
| 291 'glue_serialize.cc', | 289 'glue_serialize.cc', |
| 292 'glue_serialize.h', | 290 'glue_serialize.h', |
| 293 'image_decoder.cc', | 291 'image_decoder.cc', |
| 294 'image_decoder.h', | 292 'image_decoder.h', |
| 295 'image_resource_fetcher.cc', | 293 'image_resource_fetcher.cc', |
| 296 'image_resource_fetcher.h', | 294 'image_resource_fetcher.h', |
| 297 'multi_resolution_image_resource_fetcher.cc', | 295 'multi_resolution_image_resource_fetcher.cc', |
| 298 'multi_resolution_image_resource_fetcher.h', | 296 'multi_resolution_image_resource_fetcher.h', |
| 299 'multipart_response_delegate.cc', | 297 'multipart_response_delegate.cc', |
| 300 'multipart_response_delegate.h', | 298 'multipart_response_delegate.h', |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 }, | 500 }, |
| 503 'includes': [ '../../build/grit_action.gypi' ], | 501 'includes': [ '../../build/grit_action.gypi' ], |
| 504 }, | 502 }, |
| 505 ], | 503 ], |
| 506 'includes': [ '../../build/grit_target.gypi' ], | 504 'includes': [ '../../build/grit_target.gypi' ], |
| 507 }, | 505 }, |
| 508 ], | 506 ], |
| 509 }], | 507 }], |
| 510 ], | 508 ], |
| 511 } | 509 } |
| OLD | NEW |