| 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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
| 10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'public/browser/host_zoom_map.h', | 94 'public/browser/host_zoom_map.h', |
| 95 'public/browser/indexed_db_context.h', | 95 'public/browser/indexed_db_context.h', |
| 96 'public/browser/interstitial_page.h', | 96 'public/browser/interstitial_page.h', |
| 97 'public/browser/invalidate_type.h', | 97 'public/browser/invalidate_type.h', |
| 98 'public/browser/javascript_dialogs.h', | 98 'public/browser/javascript_dialogs.h', |
| 99 'public/browser/keyboard_listener.h', | 99 'public/browser/keyboard_listener.h', |
| 100 'public/browser/load_from_memory_cache_details.cc', | 100 'public/browser/load_from_memory_cache_details.cc', |
| 101 'public/browser/load_from_memory_cache_details.h', | 101 'public/browser/load_from_memory_cache_details.h', |
| 102 'public/browser/load_notification_details.h', | 102 'public/browser/load_notification_details.h', |
| 103 'public/browser/native_web_keyboard_event.h', | 103 'public/browser/native_web_keyboard_event.h', |
| 104 'public/browser/navigation_controller.cc', |
| 104 'public/browser/navigation_controller.h', | 105 'public/browser/navigation_controller.h', |
| 105 'public/browser/navigation_details.cc', | 106 'public/browser/navigation_details.cc', |
| 106 'public/browser/navigation_details.h', | 107 'public/browser/navigation_details.h', |
| 107 'public/browser/navigation_entry.h', | 108 'public/browser/navigation_entry.h', |
| 108 'public/browser/navigation_type.h', | 109 'public/browser/navigation_type.h', |
| 109 'public/browser/notification_details.h', | 110 'public/browser/notification_details.h', |
| 110 'public/browser/notification_observer.h', | 111 'public/browser/notification_observer.h', |
| 111 'public/browser/notification_registrar.cc', | 112 'public/browser/notification_registrar.cc', |
| 112 'public/browser/notification_registrar.h', | 113 'public/browser/notification_registrar.h', |
| 113 'public/browser/notification_service.h', | 114 'public/browser/notification_service.h', |
| (...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 ['exclude', '^browser/renderer_host/java/'], | 1010 ['exclude', '^browser/renderer_host/java/'], |
| 1010 ], | 1011 ], |
| 1011 }], | 1012 }], |
| 1012 ['input_speech==0', { | 1013 ['input_speech==0', { |
| 1013 'sources/': [ | 1014 'sources/': [ |
| 1014 ['exclude', '^browser/speech/'], | 1015 ['exclude', '^browser/speech/'], |
| 1015 ], | 1016 ], |
| 1016 }], | 1017 }], |
| 1017 ], | 1018 ], |
| 1018 } | 1019 } |
| OLD | NEW |