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

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: Rebasing and responding to comments Created 7 years, 1 month 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
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 '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 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 'browser/tracing/tracing_ui.h', 1152 'browser/tracing/tracing_ui.h',
1153 'browser/udev_linux.cc', 1153 'browser/udev_linux.cc',
1154 'browser/udev_linux.h', 1154 'browser/udev_linux.h',
1155 'browser/user_metrics.cc', 1155 'browser/user_metrics.cc',
1156 'browser/utility_process_host_impl.cc', 1156 'browser/utility_process_host_impl.cc',
1157 'browser/utility_process_host_impl.h', 1157 'browser/utility_process_host_impl.h',
1158 'browser/web_contents/aura/image_window_delegate.cc', 1158 'browser/web_contents/aura/image_window_delegate.cc',
1159 'browser/web_contents/aura/image_window_delegate.h', 1159 'browser/web_contents/aura/image_window_delegate.h',
1160 'browser/web_contents/aura/shadow_layer_delegate.cc', 1160 'browser/web_contents/aura/shadow_layer_delegate.cc',
1161 'browser/web_contents/aura/shadow_layer_delegate.h', 1161 'browser/web_contents/aura/shadow_layer_delegate.h',
1162 'browser/web_contents/aura/constrained_windows_observer.cc',
1163 'browser/web_contents/aura/constrained_windows_observer.h',
1164 'browser/web_contents/aura/native_view_screen_bounds_observer.cc',
1165 'browser/web_contents/aura/native_view_screen_bounds_observer.h',
1162 'browser/web_contents/aura/window_slider.cc', 1166 'browser/web_contents/aura/window_slider.cc',
1163 'browser/web_contents/aura/window_slider.h', 1167 'browser/web_contents/aura/window_slider.h',
1164 'browser/web_contents/drag_utils_gtk.cc', 1168 'browser/web_contents/drag_utils_gtk.cc',
1165 'browser/web_contents/drag_utils_gtk.h', 1169 'browser/web_contents/drag_utils_gtk.h',
1166 'browser/web_contents/touch_editable_impl_aura.cc', 1170 'browser/web_contents/touch_editable_impl_aura.cc',
1167 'browser/web_contents/touch_editable_impl_aura.h', 1171 'browser/web_contents/touch_editable_impl_aura.h',
1168 'browser/web_contents/web_contents_drag_win.cc', 1172 'browser/web_contents/web_contents_drag_win.cc',
1169 'browser/web_contents/web_contents_drag_win.h', 1173 'browser/web_contents/web_contents_drag_win.h',
1170 'browser/web_contents/web_contents_impl.cc', 1174 'browser/web_contents/web_contents_impl.cc',
1171 'browser/web_contents/web_contents_impl.h', 1175 'browser/web_contents/web_contents_impl.h',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 'msvs_settings': { 1380 'msvs_settings': {
1377 'VCLinkerTool': { 1381 'VCLinkerTool': {
1378 'DelayLoadDLLs': [ 1382 'DelayLoadDLLs': [
1379 'dinput8.dll', 1383 'dinput8.dll',
1380 'user32.dll', 1384 'user32.dll',
1381 'dwmapi.dll', 1385 'dwmapi.dll',
1382 ], 1386 ],
1383 }, 1387 },
1384 }, 1388 },
1385 }, 1389 },
1390 }, { # 'OS!="win"'
1391 'sources/': [
1392 ['exclude', 'browser/web_contents/aura/constrained_windows_observer.cc'] ,
1393 ['exclude', 'browser/web_contents/aura/constrained_windows_observer.h'],
1394 ],
1386 }], 1395 }],
1387 ['toolkit_uses_gtk == 1', { 1396 ['toolkit_uses_gtk == 1', {
1388 'dependencies': [ 1397 'dependencies': [
1389 '../build/linux/system.gyp:dbus', 1398 '../build/linux/system.gyp:dbus',
1390 # For FcLangSetAdd call in render_sandbox_host_linux.cc 1399 # For FcLangSetAdd call in render_sandbox_host_linux.cc
1391 '../build/linux/system.gyp:fontconfig', 1400 '../build/linux/system.gyp:fontconfig',
1392 '../build/linux/system.gyp:gtk', 1401 '../build/linux/system.gyp:gtk',
1393 # For XShm* in backing_store_x.cc 1402 # For XShm* in backing_store_x.cc
1394 '../build/linux/system.gyp:x11', 1403 '../build/linux/system.gyp:x11',
1395 '../dbus/dbus.gyp:dbus', 1404 '../dbus/dbus.gyp:dbus',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1582 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1574 ], 1583 ],
1575 }, { # input_speech==1 1584 }, { # input_speech==1
1576 'dependencies': [ 1585 'dependencies': [
1577 '../third_party/flac/flac.gyp:libflac', 1586 '../third_party/flac/flac.gyp:libflac',
1578 '../third_party/speex/speex.gyp:libspeex', 1587 '../third_party/speex/speex.gyp:libspeex',
1579 ], 1588 ],
1580 }], 1589 }],
1581 ], 1590 ],
1582 } 1591 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698