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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'alt_error_page_resource_fetcher.cc', | 346 'alt_error_page_resource_fetcher.cc', |
347 'alt_error_page_resource_fetcher.h', | 347 'alt_error_page_resource_fetcher.h', |
348 'cpp_binding_example.cc', | 348 'cpp_binding_example.cc', |
349 'cpp_binding_example.h', | 349 'cpp_binding_example.h', |
350 'cpp_bound_class.cc', | 350 'cpp_bound_class.cc', |
351 'cpp_bound_class.h', | 351 'cpp_bound_class.h', |
352 'cpp_variant.cc', | 352 'cpp_variant.cc', |
353 'cpp_variant.h', | 353 'cpp_variant.h', |
354 'dom_operations.cc', | 354 'dom_operations.cc', |
355 'dom_operations.h', | 355 'dom_operations.h', |
| 356 'fling_animator_impl_android.cc', |
| 357 'fling_animator_impl_android.h', |
356 'ftp_directory_listing_response_delegate.cc', | 358 'ftp_directory_listing_response_delegate.cc', |
357 'ftp_directory_listing_response_delegate.h', | 359 'ftp_directory_listing_response_delegate.h', |
358 'gl_bindings_skia_cmd_buffer.cc', | 360 'gl_bindings_skia_cmd_buffer.cc', |
359 'gl_bindings_skia_cmd_buffer.h', | 361 'gl_bindings_skia_cmd_buffer.h', |
360 'glue_serialize.cc', | 362 'glue_serialize.cc', |
361 'glue_serialize.h', | 363 'glue_serialize.h', |
362 'idb_bindings.cc', | 364 'idb_bindings.cc', |
363 'idb_bindings.h', | 365 'idb_bindings.h', |
364 'image_decoder.cc', | 366 'image_decoder.cc', |
365 'image_decoder.h', | 367 'image_decoder.h', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 }, | 556 }, |
555 'includes': [ '../../build/grit_action.gypi' ], | 557 'includes': [ '../../build/grit_action.gypi' ], |
556 }, | 558 }, |
557 ], | 559 ], |
558 'includes': [ '../../build/grit_target.gypi' ], | 560 'includes': [ '../../build/grit_target.gypi' ], |
559 }, | 561 }, |
560 ], | 562 ], |
561 }], | 563 }], |
562 ], | 564 ], |
563 } | 565 } |
OLD | NEW |