Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: content/content_browser.gypi

Issue 297973002: Navigation transitions: Block first response until after transitions have run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename test function. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 'browser/theme_helper_mac.mm', 1303 'browser/theme_helper_mac.mm',
1304 'browser/theme_helper_mac.h', 1304 'browser/theme_helper_mac.h',
1305 'browser/tracing/trace_message_filter.cc', 1305 'browser/tracing/trace_message_filter.cc',
1306 'browser/tracing/trace_message_filter.h', 1306 'browser/tracing/trace_message_filter.h',
1307 'browser/tracing/etw_system_event_consumer_win.cc', 1307 'browser/tracing/etw_system_event_consumer_win.cc',
1308 'browser/tracing/etw_system_event_consumer_win.h', 1308 'browser/tracing/etw_system_event_consumer_win.h',
1309 'browser/tracing/tracing_controller_impl.cc', 1309 'browser/tracing/tracing_controller_impl.cc',
1310 'browser/tracing/tracing_controller_impl.h', 1310 'browser/tracing/tracing_controller_impl.h',
1311 'browser/tracing/tracing_ui.cc', 1311 'browser/tracing/tracing_ui.cc',
1312 'browser/tracing/tracing_ui.h', 1312 'browser/tracing/tracing_ui.h',
1313 'browser/transition_request_manager.cc',
1314 'browser/transition_request_manager.h',
1313 'browser/udev_linux.cc', 1315 'browser/udev_linux.cc',
1314 'browser/udev_linux.h', 1316 'browser/udev_linux.h',
1315 'browser/user_metrics.cc', 1317 'browser/user_metrics.cc',
1316 'browser/utility_process_host_impl.cc', 1318 'browser/utility_process_host_impl.cc',
1317 'browser/utility_process_host_impl.h', 1319 'browser/utility_process_host_impl.h',
1318 'browser/vibration/vibration_message_filter.cc', 1320 'browser/vibration/vibration_message_filter.cc',
1319 'browser/vibration/vibration_message_filter.h', 1321 'browser/vibration/vibration_message_filter.h',
1320 'browser/vibration/vibration_provider_android.cc', 1322 'browser/vibration/vibration_provider_android.cc',
1321 'browser/vibration/vibration_provider_android.h', 1323 'browser/vibration/vibration_provider_android.h',
1322 'browser/web_contents/aura/gesture_nav_simple.cc', 1324 'browser/web_contents/aura/gesture_nav_simple.cc',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 '../build/linux/system.gyp:dbus', 1747 '../build/linux/system.gyp:dbus',
1746 '../dbus/dbus.gyp:dbus', 1748 '../dbus/dbus.gyp:dbus',
1747 ], 1749 ],
1748 }, { # OS != "linux" or use_dbus==0 1750 }, { # OS != "linux" or use_dbus==0
1749 'sources!': [ 1751 'sources!': [
1750 'browser/geolocation/wifi_data_provider_linux.cc', 1752 'browser/geolocation/wifi_data_provider_linux.cc',
1751 ], 1753 ],
1752 }], 1754 }],
1753 ], 1755 ],
1754 } 1756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698