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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1191 'browser/theme_helper_mac.mm', | 1191 'browser/theme_helper_mac.mm', |
1192 'browser/theme_helper_mac.h', | 1192 'browser/theme_helper_mac.h', |
1193 'browser/tracing/trace_message_filter.cc', | 1193 'browser/tracing/trace_message_filter.cc', |
1194 'browser/tracing/trace_message_filter.h', | 1194 'browser/tracing/trace_message_filter.h', |
1195 'browser/tracing/etw_system_event_consumer_win.cc', | 1195 'browser/tracing/etw_system_event_consumer_win.cc', |
1196 'browser/tracing/etw_system_event_consumer_win.h', | 1196 'browser/tracing/etw_system_event_consumer_win.h', |
1197 'browser/tracing/tracing_controller_impl.cc', | 1197 'browser/tracing/tracing_controller_impl.cc', |
1198 'browser/tracing/tracing_controller_impl.h', | 1198 'browser/tracing/tracing_controller_impl.h', |
1199 'browser/tracing/tracing_ui.cc', | 1199 'browser/tracing/tracing_ui.cc', |
1200 'browser/tracing/tracing_ui.h', | 1200 'browser/tracing/tracing_ui.h', |
| 1201 'browser/transition_request_manager.cc', |
| 1202 'browser/transition_request_manager.h', |
1201 'browser/udev_linux.cc', | 1203 'browser/udev_linux.cc', |
1202 'browser/udev_linux.h', | 1204 'browser/udev_linux.h', |
1203 'browser/user_metrics.cc', | 1205 'browser/user_metrics.cc', |
1204 'browser/utility_process_host_impl.cc', | 1206 'browser/utility_process_host_impl.cc', |
1205 'browser/utility_process_host_impl.h', | 1207 'browser/utility_process_host_impl.h', |
1206 'browser/vibration/vibration_message_filter.cc', | 1208 'browser/vibration/vibration_message_filter.cc', |
1207 'browser/vibration/vibration_message_filter.h', | 1209 'browser/vibration/vibration_message_filter.h', |
1208 'browser/vibration/vibration_provider_android.cc', | 1210 'browser/vibration/vibration_provider_android.cc', |
1209 'browser/vibration/vibration_provider_android.h', | 1211 'browser/vibration/vibration_provider_android.h', |
1210 'browser/web_contents/aura/gesture_nav_simple.cc', | 1212 'browser/web_contents/aura/gesture_nav_simple.cc', |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1773 'sources': [ | 1775 'sources': [ |
1774 'browser/media/cdm/browser_cdm_manager.cc', | 1776 'browser/media/cdm/browser_cdm_manager.cc', |
1775 'browser/media/cdm/browser_cdm_manager.h', | 1777 'browser/media/cdm/browser_cdm_manager.h', |
1776 # This works on Android because enable_browser_cdms==1 on Android. | 1778 # This works on Android because enable_browser_cdms==1 on Android. |
1777 'browser/media/media_web_contents_observer.cc', | 1779 'browser/media/media_web_contents_observer.cc', |
1778 'browser/media/media_web_contents_observer.h', | 1780 'browser/media/media_web_contents_observer.h', |
1779 ], | 1781 ], |
1780 }], | 1782 }], |
1781 ], | 1783 ], |
1782 } | 1784 } |
OLD | NEW |