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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6625087: Convert autofill messages to use the new IPC macros (again). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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/webdata/web_database.cc ('k') | chrome/common/autofill_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 11 matching lines...) Expand all
22 'sources': [ 22 'sources': [
23 # .cc, .h, and .mm files under chrome/common that are used on all 23 # .cc, .h, and .mm files under chrome/common that are used on all
24 # platforms, including both 32-bit and 64-bit Windows. 24 # platforms, including both 32-bit and 64-bit Windows.
25 # Test files are not included. 25 # Test files are not included.
26 'common/about_handler.cc', 26 'common/about_handler.cc',
27 'common/about_handler.h', 27 'common/about_handler.h',
28 'common/app_mode_common_mac.h', 28 'common/app_mode_common_mac.h',
29 'common/app_mode_common_mac.mm', 29 'common/app_mode_common_mac.mm',
30 'common/auto_start_linux.cc', 30 'common/auto_start_linux.cc',
31 'common/auto_start_linux.h', 31 'common/auto_start_linux.h',
32 'common/autofill_messages.cc',
33 'common/autofill_messages.h', 32 'common/autofill_messages.h',
34 'common/bindings_policy.h', 33 'common/bindings_policy.h',
35 'common/child_process_info.cc', 34 'common/child_process_info.cc',
36 'common/child_process_info.h', 35 'common/child_process_info.h',
37 'common/child_process_logging.h', 36 'common/child_process_logging.h',
38 'common/child_process_logging_linux.cc', 37 'common/child_process_logging_linux.cc',
39 'common/child_process_logging_mac.mm', 38 'common/child_process_logging_mac.mm',
40 'common/child_process_logging_win.cc', 39 'common/child_process_logging_win.cc',
41 'common/chrome_application_mac.h', 40 'common/chrome_application_mac.h',
42 'common/chrome_application_mac.mm', 41 'common/chrome_application_mac.mm',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'configurations': { 608 'configurations': {
610 'Common_Base': { 609 'Common_Base': {
611 'msvs_target_platform': 'x64', 610 'msvs_target_platform': 'x64',
612 }, 611 },
613 }, 612 },
614 }, 613 },
615 ], 614 ],
616 }], 615 }],
617 ], 616 ],
618 } 617 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_database.cc ('k') | chrome/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698