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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6883020: Make icon_messages use the IPC macros for defining the structs and the serialization code, and mo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/prerender/prerender_manager.cc ('k') | chrome/common/common_message_generator.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 30 matching lines...) Expand all
41 'common/content_settings.cc', 41 'common/content_settings.cc',
42 'common/content_settings.h', 42 'common/content_settings.h',
43 'common/content_settings_helper.cc', 43 'common/content_settings_helper.cc',
44 'common/content_settings_helper.h', 44 'common/content_settings_helper.h',
45 'common/content_settings_types.h', 45 'common/content_settings_types.h',
46 'common/devtools_messages.h', 46 'common/devtools_messages.h',
47 'common/guid.cc', 47 'common/guid.cc',
48 'common/guid.h', 48 'common/guid.h',
49 'common/guid_posix.cc', 49 'common/guid_posix.cc',
50 'common/guid_win.cc', 50 'common/guid_win.cc',
51 'common/icon_messages.cc',
52 'common/icon_messages.h', 51 'common/icon_messages.h',
53 'common/instant_types.h', 52 'common/instant_types.h',
54 'common/logging_chrome.cc', 53 'common/logging_chrome.cc',
55 'common/logging_chrome.h', 54 'common/logging_chrome.h',
56 'common/metrics_helpers.cc', 55 'common/metrics_helpers.cc',
57 'common/metrics_helpers.h', 56 'common/metrics_helpers.h',
58 'common/multi_process_lock.h', 57 'common/multi_process_lock.h',
59 'common/multi_process_lock_linux.cc', 58 'common/multi_process_lock_linux.cc',
60 'common/multi_process_lock_mac.cc', 59 'common/multi_process_lock_mac.cc',
61 'common/multi_process_lock_win.cc', 60 'common/multi_process_lock_win.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'common/extensions/extension_unpacker.cc', 179 'common/extensions/extension_unpacker.cc',
181 'common/extensions/extension_unpacker.h', 180 'common/extensions/extension_unpacker.h',
182 'common/extensions/file_browser_handler.cc', 181 'common/extensions/file_browser_handler.cc',
183 'common/extensions/file_browser_hanlder.h', 182 'common/extensions/file_browser_hanlder.h',
184 'common/extensions/update_manifest.cc', 183 'common/extensions/update_manifest.cc',
185 'common/extensions/update_manifest.h', 184 'common/extensions/update_manifest.h',
186 'common/extensions/url_pattern.cc', 185 'common/extensions/url_pattern.cc',
187 'common/extensions/url_pattern.h', 186 'common/extensions/url_pattern.h',
188 'common/extensions/user_script.cc', 187 'common/extensions/user_script.cc',
189 'common/extensions/user_script.h', 188 'common/extensions/user_script.h',
189 'common/favicon_url.cc',
190 'common/favicon_url.h',
190 'common/important_file_writer.cc', 191 'common/important_file_writer.cc',
191 'common/important_file_writer.h', 192 'common/important_file_writer.h',
192 'common/json_pref_store.cc', 193 'common/json_pref_store.cc',
193 'common/json_pref_store.h', 194 'common/json_pref_store.h',
194 'common/json_schema_validator.cc', 195 'common/json_schema_validator.cc',
195 'common/json_schema_validator.h', 196 'common/json_schema_validator.h',
196 'common/jstemplate_builder.cc', 197 'common/jstemplate_builder.cc',
197 'common/jstemplate_builder.h', 198 'common/jstemplate_builder.h',
198 'common/launchd_mac.h', 199 'common/launchd_mac.h',
199 'common/launchd_mac.mm', 200 'common/launchd_mac.mm',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'configurations': { 524 'configurations': {
524 'Common_Base': { 525 'Common_Base': {
525 'msvs_target_platform': 'x64', 526 'msvs_target_platform': 'x64',
526 }, 527 },
527 }, 528 },
528 }, 529 },
529 ], 530 ],
530 }], 531 }],
531 ], 532 ],
532 } 533 }
OLDNEW
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698