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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7693017: Removed use of memset with PrintMsg_Print_Params struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes as per Kausalya's comments Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/printing/printing_message_filter.cc ('k') | chrome/common/print_messages.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'common/mac/cfbundle_blocker.h', 207 'common/mac/cfbundle_blocker.h',
208 'common/mac/cfbundle_blocker.mm', 208 'common/mac/cfbundle_blocker.mm',
209 'common/mac/launchd.h', 209 'common/mac/launchd.h',
210 'common/mac/launchd.mm', 210 'common/mac/launchd.mm',
211 'common/libxml_utils.cc', 211 'common/libxml_utils.cc',
212 'common/libxml_utils.h', 212 'common/libxml_utils.h',
213 'common/native_window_notification_source.h', 213 'common/native_window_notification_source.h',
214 'common/persistent_pref_store.h', 214 'common/persistent_pref_store.h',
215 'common/pref_store.cc', 215 'common/pref_store.cc',
216 'common/pref_store.h', 216 'common/pref_store.h',
217 'common/print_messages.cc',
217 'common/print_messages.h', 218 'common/print_messages.h',
218 'common/random.cc', 219 'common/random.cc',
219 'common/random.h', 220 'common/random.h',
220 'common/render_messages.cc', 221 'common/render_messages.cc',
221 'common/render_messages.h', 222 'common/render_messages.h',
222 'common/scoped_co_mem.h', 223 'common/scoped_co_mem.h',
223 'common/search_provider.h', 224 'common/search_provider.h',
224 'common/service_messages.h', 225 'common/service_messages.h',
225 'common/service_process_util.cc', 226 'common/service_process_util.cc',
226 'common/service_process_util.h', 227 'common/service_process_util.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'configurations': { 485 'configurations': {
485 'Common_Base': { 486 'Common_Base': {
486 'msvs_target_platform': 'x64', 487 'msvs_target_platform': 'x64',
487 }, 488 },
488 }, 489 },
489 }, 490 },
490 ], 491 ],
491 }], 492 }],
492 ], 493 ],
493 } 494 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/printing_message_filter.cc ('k') | chrome/common/print_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698