| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 'browser/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../net/net.gyp:http_server', | 10 '../net/net.gyp:http_server', |
| (...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'browser/tab_contents/navigation_controller_impl.h', | 657 'browser/tab_contents/navigation_controller_impl.h', |
| 658 'browser/tab_contents/navigation_entry_impl.cc', | 658 'browser/tab_contents/navigation_entry_impl.cc', |
| 659 'browser/tab_contents/navigation_entry_impl.h', | 659 'browser/tab_contents/navigation_entry_impl.h', |
| 660 'browser/tab_contents/popup_menu_helper_mac.h', | 660 'browser/tab_contents/popup_menu_helper_mac.h', |
| 661 'browser/tab_contents/popup_menu_helper_mac.mm', | 661 'browser/tab_contents/popup_menu_helper_mac.mm', |
| 662 'browser/tab_contents/render_view_host_manager.cc', | 662 'browser/tab_contents/render_view_host_manager.cc', |
| 663 'browser/tab_contents/render_view_host_manager.h', | 663 'browser/tab_contents/render_view_host_manager.h', |
| 664 'browser/tab_contents/tab_contents.cc', | 664 'browser/tab_contents/tab_contents.cc', |
| 665 'browser/tab_contents/tab_contents.h', | 665 'browser/tab_contents/tab_contents.h', |
| 666 'browser/tab_contents/tab_contents_view_aura.cc', | 666 'browser/tab_contents/tab_contents_view_aura.cc', |
| 667 'browser/tab_contents/tab_contents_view_aura.h', | |
| 668 'browser/tab_contents/tab_contents_view_gtk.cc', | 667 'browser/tab_contents/tab_contents_view_gtk.cc', |
| 669 'browser/tab_contents/tab_contents_view_gtk.h', | 668 'browser/tab_contents/tab_contents_view_gtk.h', |
| 670 'browser/tab_contents/tab_contents_view_helper.cc', | 669 'browser/tab_contents/tab_contents_view_helper.cc', |
| 671 'browser/tab_contents/tab_contents_view_helper.h', | 670 'browser/tab_contents/tab_contents_view_helper.h', |
| 672 'browser/tab_contents/tab_contents_view_win.cc', | 671 'browser/tab_contents/tab_contents_view_win.cc', |
| 673 'browser/tab_contents/tab_contents_view_win.h', | 672 'browser/tab_contents/tab_contents_view_win.h', |
| 674 'browser/tab_contents/web_contents_drag_win.cc', | 673 'browser/tab_contents/web_contents_drag_win.cc', |
| 675 'browser/tab_contents/web_contents_drag_win.h', | 674 'browser/tab_contents/web_contents_drag_win.h', |
| 676 'browser/tab_contents/web_contents_view_android.cc', | 675 'browser/tab_contents/web_contents_view_android.cc', |
| 677 'browser/tab_contents/web_contents_view_android.h', | 676 'browser/tab_contents/web_contents_view_android.h', |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 ], | 913 ], |
| 915 }], | 914 }], |
| 916 ['input_speech==0', { | 915 ['input_speech==0', { |
| 917 'sources/': [ | 916 'sources/': [ |
| 918 ['exclude', '^browser/speech/'], | 917 ['exclude', '^browser/speech/'], |
| 919 ], | 918 ], |
| 920 }], | 919 }], |
| 921 ], | 920 ], |
| 922 } | 921 } |
| 923 | 922 |
| OLD | NEW |