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

Side by Side Diff: content/content_common.gypi

Issue 14487003: Add a new pair of IPC categories for messages that need handling as input events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addresses feedback Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/test/render_view_test.cc » ('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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'common/indexed_db/indexed_db_dispatcher.cc', 272 'common/indexed_db/indexed_db_dispatcher.cc',
273 'common/indexed_db/indexed_db_dispatcher.h', 273 'common/indexed_db/indexed_db_dispatcher.h',
274 'common/indexed_db/indexed_db_message_filter.cc', 274 'common/indexed_db/indexed_db_message_filter.cc',
275 'common/indexed_db/indexed_db_message_filter.h', 275 'common/indexed_db/indexed_db_message_filter.h',
276 'common/indexed_db/proxy_webidbcursor_impl.cc', 276 'common/indexed_db/proxy_webidbcursor_impl.cc',
277 'common/indexed_db/proxy_webidbcursor_impl.h', 277 'common/indexed_db/proxy_webidbcursor_impl.h',
278 'common/indexed_db/proxy_webidbdatabase_impl.cc', 278 'common/indexed_db/proxy_webidbdatabase_impl.cc',
279 'common/indexed_db/proxy_webidbdatabase_impl.h', 279 'common/indexed_db/proxy_webidbdatabase_impl.h',
280 'common/indexed_db/proxy_webidbfactory_impl.cc', 280 'common/indexed_db/proxy_webidbfactory_impl.cc',
281 'common/indexed_db/proxy_webidbfactory_impl.h', 281 'common/indexed_db/proxy_webidbfactory_impl.h',
282 'common/input_messages.h',
282 'common/inter_process_time_ticks_converter.cc', 283 'common/inter_process_time_ticks_converter.cc',
283 'common/inter_process_time_ticks_converter.h', 284 'common/inter_process_time_ticks_converter.h',
284 'common/java_bridge_messages.h', 285 'common/java_bridge_messages.h',
285 'common/mac/attributed_string_coder.h', 286 'common/mac/attributed_string_coder.h',
286 'common/mac/attributed_string_coder.mm', 287 'common/mac/attributed_string_coder.mm',
287 'common/mac/font_descriptor.h', 288 'common/mac/font_descriptor.h',
288 'common/mac/font_descriptor.mm', 289 'common/mac/font_descriptor.mm',
289 'common/mac/font_loader.h', 290 'common/mac/font_loader.h',
290 'common/mac/font_loader.mm', 291 'common/mac/font_loader.mm',
291 'common/media/audio_messages.h', 292 'common/media/audio_messages.h',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 581 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
581 '<(output)', 582 '<(output)',
582 '<(PRODUCT_DIR)', 583 '<(PRODUCT_DIR)',
583 ], 584 ],
584 'msvs_cygwin_shell': 1, 585 'msvs_cygwin_shell': 1,
585 }, 586 },
586 ] 587 ]
587 }], 588 }],
588 ], 589 ],
589 } 590 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698