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

Side by Side Diff: chrome/chrome_common.gypi

Issue 3119035: FBTF: Move individual XXXMsg_Params structs to a new file. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix comment 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
« no previous file with comments | « chrome/browser/worker_host/worker_process_host.cc ('k') | chrome/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) 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'common/page_zoom.h', 313 'common/page_zoom.h',
314 'common/pepper_plugin_registry.cc', 314 'common/pepper_plugin_registry.cc',
315 'common/pepper_plugin_registry.h', 315 'common/pepper_plugin_registry.h',
316 'common/plugin_carbon_interpose_constants_mac.h', 316 'common/plugin_carbon_interpose_constants_mac.h',
317 'common/plugin_carbon_interpose_constants_mac.cc', 317 'common/plugin_carbon_interpose_constants_mac.cc',
318 'common/plugin_messages.cc', 318 'common/plugin_messages.cc',
319 'common/plugin_messages.h', 319 'common/plugin_messages.h',
320 'common/plugin_messages_internal.h', 320 'common/plugin_messages_internal.h',
321 'common/render_messages.cc', 321 'common/render_messages.cc',
322 'common/render_messages.h', 322 'common/render_messages.h',
323 'common/render_messages_params.cc',
324 'common/render_messages_params.h',
323 'common/render_messages_internal.h', 325 'common/render_messages_internal.h',
324 'common/renderer_preferences.h', 326 'common/renderer_preferences.h',
325 'common/resource_dispatcher.cc', 327 'common/resource_dispatcher.cc',
326 'common/resource_dispatcher.h', 328 'common/resource_dispatcher.h',
327 'common/security_filter_peer.cc', 329 'common/security_filter_peer.cc',
328 'common/security_filter_peer.h', 330 'common/security_filter_peer.h',
329 'common/service_messages.cc', 331 'common/service_messages.cc',
330 'common/service_messages.h', 332 'common/service_messages.h',
331 'common/services_messages_internal.h', 333 'common/services_messages_internal.h',
332 'common/service_process_type.h', 334 'common/service_process_type.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'configurations': { 507 'configurations': {
506 'Common_Base': { 508 'Common_Base': {
507 'msvs_target_platform': 'x64', 509 'msvs_target_platform': 'x64',
508 }, 510 },
509 }, 511 },
510 }, 512 },
511 ], 513 ],
512 }], 514 }],
513 ], 515 ],
514 } 516 }
OLDNEW
« no previous file with comments | « chrome/browser/worker_host/worker_process_host.cc ('k') | chrome/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698