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

Side by Side Diff: content/content_browser.gypi

Issue 63203003: Have Blink be told of scrollbar changes rather than paying attention itself (Chromium side). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WebKit:: -> blink:: 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_thread_impl.h » ('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 '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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'browser/streams/stream_url_request_job.h', 1126 'browser/streams/stream_url_request_job.h',
1127 'browser/streams/stream_write_observer.h', 1127 'browser/streams/stream_write_observer.h',
1128 'browser/storage_partition_impl.cc', 1128 'browser/storage_partition_impl.cc',
1129 'browser/storage_partition_impl.h', 1129 'browser/storage_partition_impl.h',
1130 'browser/storage_partition_impl_map.cc', 1130 'browser/storage_partition_impl_map.cc',
1131 'browser/storage_partition_impl_map.h', 1131 'browser/storage_partition_impl_map.h',
1132 'browser/system_message_window_win.cc', 1132 'browser/system_message_window_win.cc',
1133 'browser/system_message_window_win.h', 1133 'browser/system_message_window_win.h',
1134 'browser/tcmalloc_internals_request_job.cc', 1134 'browser/tcmalloc_internals_request_job.cc',
1135 'browser/tcmalloc_internals_request_job.h', 1135 'browser/tcmalloc_internals_request_job.h',
1136 'browser/theme_helper_mac.mm',
1137 'browser/theme_helper_mac.h',
1136 'browser/tracing/trace_controller_impl.cc', 1138 'browser/tracing/trace_controller_impl.cc',
1137 'browser/tracing/trace_controller_impl.h', 1139 'browser/tracing/trace_controller_impl.h',
1138 'browser/tracing/trace_message_filter.cc', 1140 'browser/tracing/trace_message_filter.cc',
1139 'browser/tracing/trace_message_filter.h', 1141 'browser/tracing/trace_message_filter.h',
1140 'browser/tracing/trace_subscriber_stdio.cc', 1142 'browser/tracing/trace_subscriber_stdio.cc',
1141 'browser/tracing/trace_subscriber_stdio.h', 1143 'browser/tracing/trace_subscriber_stdio.h',
1142 'browser/tracing/tracing_controller_impl.cc', 1144 'browser/tracing/tracing_controller_impl.cc',
1143 'browser/tracing/tracing_controller_impl.h', 1145 'browser/tracing/tracing_controller_impl.h',
1144 'browser/tracing/tracing_ui.cc', 1146 'browser/tracing/tracing_ui.cc',
1145 'browser/tracing/tracing_ui.h', 1147 'browser/tracing/tracing_ui.h',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1563 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1565 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1564 ], 1566 ],
1565 }, { # input_speech==1 1567 }, { # input_speech==1
1566 'dependencies': [ 1568 'dependencies': [
1567 '../third_party/flac/flac.gyp:libflac', 1569 '../third_party/flac/flac.gyp:libflac',
1568 '../third_party/speex/speex.gyp:libspeex', 1570 '../third_party/speex/speex.gyp:libspeex',
1569 ], 1571 ],
1570 }], 1572 }],
1571 ], 1573 ],
1572 } 1574 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698