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

Side by Side Diff: chrome/chrome_common.gypi

Issue 3118009: Reapplies r55735, fixing some message code that was checked in that I collided with. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'common/url_constants.h', 279 'common/url_constants.h',
280 'common/utility_messages.cc', 280 'common/utility_messages.cc',
281 'common/utility_messages.h', 281 'common/utility_messages.h',
282 'common/utility_messages_internal.h', 282 'common/utility_messages_internal.h',
283 'common/view_types.cc', 283 'common/view_types.cc',
284 'common/view_types.h', 284 'common/view_types.h',
285 'common/visitedlink_common.cc', 285 'common/visitedlink_common.cc',
286 'common/visitedlink_common.h', 286 'common/visitedlink_common.h',
287 'common/web_database_observer_impl.cc', 287 'common/web_database_observer_impl.cc',
288 'common/web_database_observer_impl.h', 288 'common/web_database_observer_impl.h',
289 'common/webkit_param_traits.cc',
289 'common/webkit_param_traits.h', 290 'common/webkit_param_traits.h',
290 'common/webmessageportchannel_impl.cc', 291 'common/webmessageportchannel_impl.cc',
291 'common/webmessageportchannel_impl.h', 292 'common/webmessageportchannel_impl.h',
292 'common/window_container_type.cc', 293 'common/window_container_type.cc',
293 'common/window_container_type.h', 294 'common/window_container_type.h',
294 'common/worker_messages.cc', 295 'common/worker_messages.cc',
295 'common/worker_messages.h', 296 'common/worker_messages.h',
296 'common/worker_messages_internal.h', 297 'common/worker_messages_internal.h',
297 'common/worker_thread_ticker.cc', 298 'common/worker_thread_ticker.cc',
298 'common/worker_thread_ticker.h', 299 'common/worker_thread_ticker.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'configurations': { 437 'configurations': {
437 'Common_Base': { 438 'Common_Base': {
438 'msvs_target_platform': 'x64', 439 'msvs_target_platform': 'x64',
439 }, 440 },
440 }, 441 },
441 }, 442 },
442 ], 443 ],
443 }], 444 }],
444 ], 445 ],
445 } 446 }
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