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

Side by Side Diff: content/content_common.gypi

Issue 25385002: Remove the BufferedInputRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Space removal Created 7 years, 2 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
« no previous file with comments | « content/content_browser.gypi ('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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'common/image_messages.h', 251 'common/image_messages.h',
252 'common/indexed_db/indexed_db_key.cc', 252 'common/indexed_db/indexed_db_key.cc',
253 'common/indexed_db/indexed_db_key.h', 253 'common/indexed_db/indexed_db_key.h',
254 'common/indexed_db/indexed_db_key_path.cc', 254 'common/indexed_db/indexed_db_key_path.cc',
255 'common/indexed_db/indexed_db_key_path.h', 255 'common/indexed_db/indexed_db_key_path.h',
256 'common/indexed_db/indexed_db_key_range.cc', 256 'common/indexed_db/indexed_db_key_range.cc',
257 'common/indexed_db/indexed_db_key_range.h', 257 'common/indexed_db/indexed_db_key_range.h',
258 'common/indexed_db/indexed_db_messages.h', 258 'common/indexed_db/indexed_db_messages.h',
259 'common/indexed_db/indexed_db_param_traits.cc', 259 'common/indexed_db/indexed_db_param_traits.cc',
260 'common/indexed_db/indexed_db_param_traits.h', 260 'common/indexed_db/indexed_db_param_traits.h',
261 'common/input/event_packet.cc',
262 'common/input/event_packet.h',
263 'common/input/ipc_input_event_payload.cc', 261 'common/input/ipc_input_event_payload.cc',
264 'common/input/ipc_input_event_payload.h', 262 'common/input/ipc_input_event_payload.h',
265 'common/input/input_event.cc', 263 'common/input/input_event.cc',
266 'common/input/input_event.h', 264 'common/input/input_event.h',
267 'common/input/input_event_disposition.cc',
268 'common/input/input_event_disposition.h',
269 'common/input/input_param_traits.cc', 265 'common/input/input_param_traits.cc',
270 'common/input/input_param_traits.h', 266 'common/input/input_param_traits.h',
271 'common/input/web_input_event_payload.cc', 267 'common/input/web_input_event_payload.cc',
272 'common/input/web_input_event_payload.h', 268 'common/input/web_input_event_payload.h',
273 'common/input_messages.h', 269 'common/input_messages.h',
274 'common/inter_process_time_ticks_converter.cc', 270 'common/inter_process_time_ticks_converter.cc',
275 'common/inter_process_time_ticks_converter.h', 271 'common/inter_process_time_ticks_converter.h',
276 'common/java_bridge_messages.h', 272 'common/java_bridge_messages.h',
277 'common/mac/attributed_string_coder.h', 273 'common/mac/attributed_string_coder.h',
278 'common/mac/attributed_string_coder.mm', 274 'common/mac/attributed_string_coder.mm',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 587 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
592 '<(output)', 588 '<(output)',
593 '<(PRODUCT_DIR)', 589 '<(PRODUCT_DIR)',
594 ], 590 ],
595 'msvs_cygwin_shell': 1, 591 'msvs_cygwin_shell': 1,
596 }, 592 },
597 ] 593 ]
598 }], 594 }],
599 ], 595 ],
600 } 596 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698