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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6713084: Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup: (Closed) Base URL: svn://chrome-svn/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
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 22 matching lines...) Expand all
33 'common/autofill_messages.h', 33 'common/autofill_messages.h',
34 'common/bindings_policy.h', 34 'common/bindings_policy.h',
35 'common/child_process_logging.h', 35 'common/child_process_logging.h',
36 'common/child_process_logging_linux.cc', 36 'common/child_process_logging_linux.cc',
37 'common/child_process_logging_mac.mm', 37 'common/child_process_logging_mac.mm',
38 'common/child_process_logging_win.cc', 38 'common/child_process_logging_win.cc',
39 'common/chrome_counters.cc', 39 'common/chrome_counters.cc',
40 'common/chrome_counters.h', 40 'common/chrome_counters.h',
41 'common/chrome_version_info.cc', 41 'common/chrome_version_info.cc',
42 'common/chrome_version_info.h', 42 'common/chrome_version_info.h',
43 'common/common_message_generator.cc',
44 'common/common_message_generator.h',
45 'common/common_param_traits.cc',
46 'common/common_param_traits.h',
47 'common/content_restriction.h', 43 'common/content_restriction.h',
48 'common/content_settings.cc', 44 'common/content_settings.cc',
49 'common/content_settings.h', 45 'common/content_settings.h',
50 'common/content_settings_helper.cc', 46 'common/content_settings_helper.cc',
51 'common/content_settings_helper.h', 47 'common/content_settings_helper.h',
52 'common/content_settings_types.h', 48 'common/content_settings_types.h',
53 'common/devtools_messages.cc',
54 'common/devtools_messages.h', 49 'common/devtools_messages.h',
55 'common/gfx_resource_provider.cc', 50 'common/gfx_resource_provider.cc',
56 'common/gfx_resource_provider.h', 51 'common/gfx_resource_provider.h',
57 'common/guid.cc', 52 'common/guid.cc',
58 'common/guid.h', 53 'common/guid.h',
59 'common/guid_posix.cc', 54 'common/guid_posix.cc',
60 'common/guid_win.cc', 55 'common/guid_win.cc',
61 'common/instant_types.h', 56 'common/instant_types.h',
62 'common/logging_chrome.cc', 57 'common/logging_chrome.cc',
63 'common/logging_chrome.h', 58 'common/logging_chrome.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'common/automation_messages_internal.h', 138 'common/automation_messages_internal.h',
144 'common/badge_util.cc', 139 'common/badge_util.cc',
145 'common/badge_util.h', 140 'common/badge_util.h',
146 'common/chrome_content_client.cc', 141 'common/chrome_content_client.cc',
147 'common/chrome_content_client.h', 142 'common/chrome_content_client.h',
148 'common/chrome_content_gpu_client.cc', 143 'common/chrome_content_gpu_client.cc',
149 'common/chrome_content_gpu_client.h', 144 'common/chrome_content_gpu_client.h',
150 'common/chrome_content_plugin_client.cc', 145 'common/chrome_content_plugin_client.cc',
151 'common/chrome_content_plugin_client.h', 146 'common/chrome_content_plugin_client.h',
152 'common/common_glue.cc', 147 'common/common_glue.cc',
148 'common/common_message_generator.cc',
149 'common/common_message_generator.h',
153 'common/default_plugin.cc', 150 'common/default_plugin.cc',
154 'common/default_plugin.h', 151 'common/default_plugin.h',
155 'common/deprecated/event_sys-inl.h', 152 'common/deprecated/event_sys-inl.h',
156 'common/deprecated/event_sys.h', 153 'common/deprecated/event_sys.h',
157 'common/extensions/extension.cc', 154 'common/extensions/extension.cc',
158 'common/extensions/extension.h', 155 'common/extensions/extension.h',
159 'common/extensions/extension_action.cc', 156 'common/extensions/extension_action.cc',
160 'common/extensions/extension_action.h', 157 'common/extensions/extension_action.h',
161 'common/extensions/extension_constants.cc', 158 'common/extensions/extension_constants.cc',
162 'common/extensions/extension_constants.h', 159 'common/extensions/extension_constants.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'common/url_constants.h', 231 'common/url_constants.h',
235 'common/utility_messages.h', 232 'common/utility_messages.h',
236 'common/view_types.cc', 233 'common/view_types.cc',
237 'common/view_types.h', 234 'common/view_types.h',
238 'common/visitedlink_common.cc', 235 'common/visitedlink_common.cc',
239 'common/visitedlink_common.h', 236 'common/visitedlink_common.h',
240 'common/web_apps.cc', 237 'common/web_apps.cc',
241 'common/web_apps.h', 238 'common/web_apps.h',
242 'common/web_resource/web_resource_unpacker.cc', 239 'common/web_resource/web_resource_unpacker.cc',
243 'common/web_resource/web_resource_unpacker.h', 240 'common/web_resource/web_resource_unpacker.h',
244 'common/webkit_param_traits.cc',
245 'common/webkit_param_traits.h',
246 'common/worker_thread_ticker.cc', 241 'common/worker_thread_ticker.cc',
247 'common/worker_thread_ticker.h', 242 'common/worker_thread_ticker.h',
248 'common/zip.cc', # Requires zlib directly. 243 'common/zip.cc', # Requires zlib directly.
249 'common/zip.h', 244 'common/zip.h',
250 ], 245 ],
251 'conditions': [ 246 'conditions': [
252 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 247 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
253 'dependencies': [ 248 'dependencies': [
254 '../build/linux/system.gyp:gtk', 249 '../build/linux/system.gyp:gtk',
255 ], 250 ],
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'configurations': { 477 'configurations': {
483 'Common_Base': { 478 'Common_Base': {
484 'msvs_target_platform': 'x64', 479 'msvs_target_platform': 'x64',
485 }, 480 },
486 }, 481 },
487 }, 482 },
488 ], 483 ],
489 }], 484 }],
490 ], 485 ],
491 } 486 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698