| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 'idb_bindings.cc', | 397 'idb_bindings.cc', |
| 398 'idb_bindings.h', | 398 'idb_bindings.h', |
| 399 'image_decoder.cc', | 399 'image_decoder.cc', |
| 400 'image_decoder.h', | 400 'image_decoder.h', |
| 401 'image_resource_fetcher.cc', | 401 'image_resource_fetcher.cc', |
| 402 'image_resource_fetcher.h', | 402 'image_resource_fetcher.h', |
| 403 'multipart_response_delegate.cc', | 403 'multipart_response_delegate.cc', |
| 404 'multipart_response_delegate.h', | 404 'multipart_response_delegate.h', |
| 405 'npruntime_util.cc', | 405 'npruntime_util.cc', |
| 406 'npruntime_util.h', | 406 'npruntime_util.h', |
| 407 'p2p_transport.h', |
| 407 'password_form.cc', | 408 'password_form.cc', |
| 408 'password_form.h', | 409 'password_form.h', |
| 409 'password_form_dom_manager.cc', | 410 'password_form_dom_manager.cc', |
| 410 'password_form_dom_manager.h', | 411 'password_form_dom_manager.h', |
| 411 'resource_fetcher.cc', | 412 'resource_fetcher.cc', |
| 412 'resource_fetcher.h', | 413 'resource_fetcher.h', |
| 413 'resource_loader_bridge.cc', | 414 'resource_loader_bridge.cc', |
| 414 'resource_loader_bridge.h', | 415 'resource_loader_bridge.h', |
| 415 'resource_type.h', | 416 'resource_type.h', |
| 416 'scoped_clipboard_writer_glue.h', | 417 'scoped_clipboard_writer_glue.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 'conditions': [ | 584 'conditions': [ |
| 584 ['OS=="win"', { | 585 ['OS=="win"', { |
| 585 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], | 586 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], |
| 586 }], | 587 }], |
| 587 ], | 588 ], |
| 588 }, | 589 }, |
| 589 ], | 590 ], |
| 590 }], | 591 }], |
| 591 ], | 592 ], |
| 592 } | 593 } |
| OLD | NEW |