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

Side by Side Diff: chrome/chrome_common.gypi

Issue 3018045: FBTF: Allow forward declaration of classes passed to sync IPC messages. (Closed)
Patch Set: Fix linkage problems with previous patch. Created 10 years, 4 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'common/url_constants.h', 277 'common/url_constants.h',
278 'common/utility_messages.cc', 278 'common/utility_messages.cc',
279 'common/utility_messages.h', 279 'common/utility_messages.h',
280 'common/utility_messages_internal.h', 280 'common/utility_messages_internal.h',
281 'common/view_types.cc', 281 'common/view_types.cc',
282 'common/view_types.h', 282 'common/view_types.h',
283 'common/visitedlink_common.cc', 283 'common/visitedlink_common.cc',
284 'common/visitedlink_common.h', 284 'common/visitedlink_common.h',
285 'common/web_database_observer_impl.cc', 285 'common/web_database_observer_impl.cc',
286 'common/web_database_observer_impl.h', 286 'common/web_database_observer_impl.h',
287 'common/webkit_param_traits.cc',
287 'common/webkit_param_traits.h', 288 'common/webkit_param_traits.h',
288 'common/webmessageportchannel_impl.cc', 289 'common/webmessageportchannel_impl.cc',
289 'common/webmessageportchannel_impl.h', 290 'common/webmessageportchannel_impl.h',
290 'common/window_container_type.cc', 291 'common/window_container_type.cc',
291 'common/window_container_type.h', 292 'common/window_container_type.h',
292 'common/worker_messages.cc', 293 'common/worker_messages.cc',
293 'common/worker_messages.h', 294 'common/worker_messages.h',
294 'common/worker_messages_internal.h', 295 'common/worker_messages_internal.h',
295 'common/worker_thread_ticker.cc', 296 'common/worker_thread_ticker.cc',
296 'common/worker_thread_ticker.h', 297 'common/worker_thread_ticker.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'configurations': { 435 'configurations': {
435 'Common_Base': { 436 'Common_Base': {
436 'msvs_target_platform': 'x64', 437 'msvs_target_platform': 'x64',
437 }, 438 },
438 }, 439 },
439 }, 440 },
440 ], 441 ],
441 }], 442 }],
442 ], 443 ],
443 } 444 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter_win.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698