| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'browser/ssl/ssl_host_state.cc', | 475 'browser/ssl/ssl_host_state.cc', |
| 476 'browser/ssl/ssl_host_state.h', | 476 'browser/ssl/ssl_host_state.h', |
| 477 'browser/ssl/ssl_manager.cc', | 477 'browser/ssl/ssl_manager.cc', |
| 478 'browser/ssl/ssl_manager.h', | 478 'browser/ssl/ssl_manager.h', |
| 479 'browser/ssl/ssl_policy.cc', | 479 'browser/ssl/ssl_policy.cc', |
| 480 'browser/ssl/ssl_policy.h', | 480 'browser/ssl/ssl_policy.h', |
| 481 'browser/ssl/ssl_policy_backend.cc', | 481 'browser/ssl/ssl_policy_backend.cc', |
| 482 'browser/ssl/ssl_policy_backend.h', | 482 'browser/ssl/ssl_policy_backend.h', |
| 483 'browser/ssl/ssl_request_info.cc', | 483 'browser/ssl/ssl_request_info.cc', |
| 484 'browser/ssl/ssl_request_info.h', | 484 'browser/ssl/ssl_request_info.h', |
| 485 'browser/tab_contents/drag_utils_gtk.cc', |
| 486 'browser/tab_contents/drag_utils_gtk.h', |
| 485 'browser/tab_contents/interstitial_page.cc', | 487 'browser/tab_contents/interstitial_page.cc', |
| 486 'browser/tab_contents/interstitial_page.h', | 488 'browser/tab_contents/interstitial_page.h', |
| 487 'browser/tab_contents/navigation_controller.cc', | 489 'browser/tab_contents/navigation_controller.cc', |
| 488 'browser/tab_contents/navigation_controller.h', | 490 'browser/tab_contents/navigation_controller.h', |
| 489 'browser/tab_contents/navigation_details.cc', | 491 'browser/tab_contents/navigation_details.cc', |
| 490 'browser/tab_contents/navigation_details.h', | 492 'browser/tab_contents/navigation_details.h', |
| 491 'browser/tab_contents/navigation_entry.cc', | 493 'browser/tab_contents/navigation_entry.cc', |
| 492 'browser/tab_contents/navigation_entry.h', | 494 'browser/tab_contents/navigation_entry.h', |
| 493 'browser/tab_contents/page_navigator.cc', | 495 'browser/tab_contents/page_navigator.cc', |
| 494 'browser/tab_contents/page_navigator.h', | 496 'browser/tab_contents/page_navigator.h', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], | 659 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
| 658 ], | 660 ], |
| 659 }, { | 661 }, { |
| 660 'sources/': [ | 662 'sources/': [ |
| 661 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 663 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
| 662 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 664 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
| 663 ], | 665 ], |
| 664 }], | 666 }], |
| 665 ], | 667 ], |
| 666 } | 668 } |
| OLD | NEW |