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

Side by Side Diff: content/content_browser.gypi

Issue 54623007: Make code path for bounds changes getting to renderer less brittle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Experimenting with single observer design Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'browser/utility_process_host_impl.cc', 1176 'browser/utility_process_host_impl.cc',
1177 'browser/utility_process_host_impl.h', 1177 'browser/utility_process_host_impl.h',
1178 'browser/vibration/vibration_message_filter.cc', 1178 'browser/vibration/vibration_message_filter.cc',
1179 'browser/vibration/vibration_message_filter.h', 1179 'browser/vibration/vibration_message_filter.h',
1180 'browser/vibration/vibration_provider_android.cc', 1180 'browser/vibration/vibration_provider_android.cc',
1181 'browser/vibration/vibration_provider_android.h', 1181 'browser/vibration/vibration_provider_android.h',
1182 'browser/web_contents/aura/image_window_delegate.cc', 1182 'browser/web_contents/aura/image_window_delegate.cc',
1183 'browser/web_contents/aura/image_window_delegate.h', 1183 'browser/web_contents/aura/image_window_delegate.h',
1184 'browser/web_contents/aura/shadow_layer_delegate.cc', 1184 'browser/web_contents/aura/shadow_layer_delegate.cc',
1185 'browser/web_contents/aura/shadow_layer_delegate.h', 1185 'browser/web_contents/aura/shadow_layer_delegate.h',
1186 'browser/web_contents/aura/constrained_windows_observer.cc',
1187 'browser/web_contents/aura/constrained_windows_observer.h',
1188 'browser/web_contents/aura/native_view_screen_bounds_observer.cc',
1189 'browser/web_contents/aura/native_view_screen_bounds_observer.h',
1186 'browser/web_contents/aura/window_slider.cc', 1190 'browser/web_contents/aura/window_slider.cc',
1187 'browser/web_contents/aura/window_slider.h', 1191 'browser/web_contents/aura/window_slider.h',
1188 'browser/web_contents/drag_utils_gtk.cc', 1192 'browser/web_contents/drag_utils_gtk.cc',
1189 'browser/web_contents/drag_utils_gtk.h', 1193 'browser/web_contents/drag_utils_gtk.h',
1190 'browser/web_contents/touch_editable_impl_aura.cc', 1194 'browser/web_contents/touch_editable_impl_aura.cc',
1191 'browser/web_contents/touch_editable_impl_aura.h', 1195 'browser/web_contents/touch_editable_impl_aura.h',
1192 'browser/web_contents/web_contents_drag_win.cc', 1196 'browser/web_contents/web_contents_drag_win.cc',
1193 'browser/web_contents/web_contents_drag_win.h', 1197 'browser/web_contents/web_contents_drag_win.h',
1194 'browser/web_contents/web_contents_impl.cc', 1198 'browser/web_contents/web_contents_impl.cc',
1195 'browser/web_contents/web_contents_impl.h', 1199 'browser/web_contents/web_contents_impl.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 'msvs_settings': { 1407 'msvs_settings': {
1404 'VCLinkerTool': { 1408 'VCLinkerTool': {
1405 'DelayLoadDLLs': [ 1409 'DelayLoadDLLs': [
1406 'dinput8.dll', 1410 'dinput8.dll',
1407 'user32.dll', 1411 'user32.dll',
1408 'dwmapi.dll', 1412 'dwmapi.dll',
1409 ], 1413 ],
1410 }, 1414 },
1411 }, 1415 },
1412 }, 1416 },
1417 }, { # 'OS!="win"'
1418 'sources/': [
1419 ['exclude', 'browser/web_contents/aura/constrained_windows_observer.cc'] ,
1420 ['exclude', 'browser/web_contents/aura/constrained_windows_observer.h'],
1421 ],
1413 }], 1422 }],
1414 ['toolkit_uses_gtk == 1', { 1423 ['toolkit_uses_gtk == 1', {
1415 'dependencies': [ 1424 'dependencies': [
1416 # For FcLangSetAdd call in render_sandbox_host_linux.cc 1425 # For FcLangSetAdd call in render_sandbox_host_linux.cc
1417 '../build/linux/system.gyp:fontconfig', 1426 '../build/linux/system.gyp:fontconfig',
1418 '../build/linux/system.gyp:gtk', 1427 '../build/linux/system.gyp:gtk',
1419 # For XShm* in backing_store_x.cc 1428 # For XShm* in backing_store_x.cc
1420 '../build/linux/system.gyp:x11', 1429 '../build/linux/system.gyp:x11',
1421 ], 1430 ],
1422 }], 1431 }],
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 '../build/linux/system.gyp:dbus', 1640 '../build/linux/system.gyp:dbus',
1632 '../dbus/dbus.gyp:dbus', 1641 '../dbus/dbus.gyp:dbus',
1633 ], 1642 ],
1634 }, { # OS != "linux" or use_dbus==0 1643 }, { # OS != "linux" or use_dbus==0
1635 'sources!': [ 1644 'sources!': [
1636 'browser/geolocation/wifi_data_provider_linux.cc', 1645 'browser/geolocation/wifi_data_provider_linux.cc',
1637 ], 1646 ],
1638 }], 1647 }],
1639 ], 1648 ],
1640 } 1649 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698