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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 'public/browser/navigation_details.h', | 102 'public/browser/navigation_details.h', |
103 'public/browser/navigation_entry.h', | 103 'public/browser/navigation_entry.h', |
104 'public/browser/navigation_type.h', | 104 'public/browser/navigation_type.h', |
105 'public/browser/notification_details.h', | 105 'public/browser/notification_details.h', |
106 'public/browser/notification_observer.h', | 106 'public/browser/notification_observer.h', |
107 'public/browser/notification_registrar.cc', | 107 'public/browser/notification_registrar.cc', |
108 'public/browser/notification_registrar.h', | 108 'public/browser/notification_registrar.h', |
109 'public/browser/notification_service.h', | 109 'public/browser/notification_service.h', |
110 'public/browser/notification_source.h', | 110 'public/browser/notification_source.h', |
111 'public/browser/notification_types.h', | 111 'public/browser/notification_types.h', |
| 112 'public/browser/off_the_record_marker.cc', |
| 113 'public/browser/off_the_record_marker.h', |
112 'public/browser/overscroll_configuration.h', | 114 'public/browser/overscroll_configuration.h', |
113 'public/browser/page_navigator.cc', | 115 'public/browser/page_navigator.cc', |
114 'public/browser/page_navigator.h', | 116 'public/browser/page_navigator.h', |
115 'public/browser/pepper_flash_settings_helper.h', | 117 'public/browser/pepper_flash_settings_helper.h', |
116 'public/browser/plugin_data_remover.h', | 118 'public/browser/plugin_data_remover.h', |
117 'public/browser/plugin_service_filter.h', | 119 'public/browser/plugin_service_filter.h', |
118 'public/browser/plugin_service.h', | 120 'public/browser/plugin_service.h', |
119 'public/browser/power_save_blocker.h', | 121 'public/browser/power_save_blocker.h', |
120 'public/browser/profiler_controller.h', | 122 'public/browser/profiler_controller.h', |
121 'public/browser/profiler_subscriber.h', | 123 'public/browser/profiler_subscriber.h', |
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 ['exclude', '^browser/speech/'], | 1226 ['exclude', '^browser/speech/'], |
1225 ], | 1227 ], |
1226 }], | 1228 }], |
1227 ['linux_use_libgps==1', { | 1229 ['linux_use_libgps==1', { |
1228 'dependencies': [ | 1230 'dependencies': [ |
1229 '../build/linux/system.gyp:libgps', | 1231 '../build/linux/system.gyp:libgps', |
1230 ], | 1232 ], |
1231 }], | 1233 }], |
1232 ], | 1234 ], |
1233 } | 1235 } |
OLD | NEW |