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

Side by Side Diff: content/content_common.gypi

Issue 10577040: Generate param traits even when shared by mutliple message files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/drag_messages.h ('k') | content/public/common/common_param_traits.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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'common/web_database_observer_impl.cc', 332 'common/web_database_observer_impl.cc',
333 'common/web_database_observer_impl.h', 333 'common/web_database_observer_impl.h',
334 'common/webkitplatformsupport_impl.cc', 334 'common/webkitplatformsupport_impl.cc',
335 'common/webkitplatformsupport_impl.h', 335 'common/webkitplatformsupport_impl.h',
336 'common/webmessageportchannel_impl.cc', 336 'common/webmessageportchannel_impl.cc',
337 'common/webmessageportchannel_impl.h', 337 'common/webmessageportchannel_impl.h',
338 'common/worker_messages.h', 338 'common/worker_messages.h',
339 'common/zygote_commands_linux.h', 339 'common/zygote_commands_linux.h',
340 'public/common/common_param_traits.cc', 340 'public/common/common_param_traits.cc',
341 'public/common/common_param_traits.h', 341 'public/common/common_param_traits.h',
342 'public/common/common_param_traits_macros.h',
342 'public/common/content_client.cc', 343 'public/common/content_client.cc',
343 'public/common/content_client.h', 344 'public/common/content_client.h',
344 'public/common/window_container_type.cc', 345 'public/common/window_container_type.cc',
345 'public/common/window_container_type.h', 346 'public/common/window_container_type.h',
346 'public/common/webkit_param_traits.cc', 347 'public/common/webkit_param_traits.cc',
347 'public/common/webkit_param_traits.h', 348 'public/common/webkit_param_traits.h',
348 ], 349 ],
349 'conditions': [ 350 'conditions': [
350 ['OS!="win"', { 351 ['OS!="win"', {
351 'sources!': [ 352 'sources!': [
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 '../build/extract_from_cab.py', 484 '../build/extract_from_cab.py',
484 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 485 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
485 '<(output)', 486 '<(output)',
486 '<(PRODUCT_DIR)', 487 '<(PRODUCT_DIR)',
487 ], 488 ],
488 }, 489 },
489 ] 490 ]
490 }] 491 }]
491 ], 492 ],
492 } 493 }
OLDNEW
« no previous file with comments | « content/common/drag_messages.h ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698