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