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/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'browser/frame_host/frame_tree.h', | 505 'browser/frame_host/frame_tree.h', |
506 'browser/frame_host/frame_tree_node.cc', | 506 'browser/frame_host/frame_tree_node.cc', |
507 'browser/frame_host/frame_tree_node.h', | 507 'browser/frame_host/frame_tree_node.h', |
508 'browser/frame_host/interstitial_page_impl.cc', | 508 'browser/frame_host/interstitial_page_impl.cc', |
509 'browser/frame_host/interstitial_page_impl.h', | 509 'browser/frame_host/interstitial_page_impl.h', |
510 'browser/frame_host/navigation_controller_delegate.h', | 510 'browser/frame_host/navigation_controller_delegate.h', |
511 'browser/frame_host/navigation_controller_impl.cc', | 511 'browser/frame_host/navigation_controller_impl.cc', |
512 'browser/frame_host/navigation_controller_impl.h', | 512 'browser/frame_host/navigation_controller_impl.h', |
513 'browser/frame_host/navigation_entry_impl.cc', | 513 'browser/frame_host/navigation_entry_impl.cc', |
514 'browser/frame_host/navigation_entry_impl.h', | 514 'browser/frame_host/navigation_entry_impl.h', |
| 515 'browser/frame_host/navigator.cc', |
| 516 'browser/frame_host/navigator.h', |
| 517 'browser/frame_host/navigator_delegate.h', |
515 'browser/frame_host/render_frame_host_impl.cc', | 518 'browser/frame_host/render_frame_host_impl.cc', |
516 'browser/frame_host/render_frame_host_impl.h', | 519 'browser/frame_host/render_frame_host_impl.h', |
517 'browser/frame_host/render_frame_message_filter.cc', | 520 'browser/frame_host/render_frame_message_filter.cc', |
518 'browser/frame_host/render_frame_message_filter.h', | 521 'browser/frame_host/render_frame_message_filter.h', |
519 'browser/frame_host/render_view_host_manager.cc', | 522 'browser/frame_host/render_view_host_manager.cc', |
520 'browser/frame_host/render_view_host_manager.h', | 523 'browser/frame_host/render_view_host_manager.h', |
521 'browser/frame_host/web_contents_screenshot_manager.cc', | 524 'browser/frame_host/web_contents_screenshot_manager.cc', |
522 'browser/frame_host/web_contents_screenshot_manager.h', | 525 'browser/frame_host/web_contents_screenshot_manager.h', |
523 'browser/gamepad/gamepad_data_fetcher.h', | 526 'browser/gamepad/gamepad_data_fetcher.h', |
524 'browser/gamepad/gamepad_platform_data_fetcher.h', | 527 'browser/gamepad/gamepad_platform_data_fetcher.h', |
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1553 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1556 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
1554 ], | 1557 ], |
1555 }, { # input_speech==1 | 1558 }, { # input_speech==1 |
1556 'dependencies': [ | 1559 'dependencies': [ |
1557 '../third_party/flac/flac.gyp:libflac', | 1560 '../third_party/flac/flac.gyp:libflac', |
1558 '../third_party/speex/speex.gyp:libspeex', | 1561 '../third_party/speex/speex.gyp:libspeex', |
1559 ], | 1562 ], |
1560 }], | 1563 }], |
1561 ], | 1564 ], |
1562 } | 1565 } |
OLD | NEW |