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