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

Side by Side Diff: chrome/chrome_common.gypi

Issue 3106018: Reapplies all the IPC system work (reverts the revert r56272). (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: 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/chrome_browser.gypi ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'common/chrome_counters.h', 42 'common/chrome_counters.h',
43 'common/common_param_traits.cc', 43 'common/common_param_traits.cc',
44 'common/common_param_traits.h', 44 'common/common_param_traits.h',
45 'common/content_settings.cc', 45 'common/content_settings.cc',
46 'common/content_settings.h', 46 'common/content_settings.h',
47 'common/content_settings_helper.cc', 47 'common/content_settings_helper.cc',
48 'common/content_settings_helper.h', 48 'common/content_settings_helper.h',
49 'common/content_settings_types.h', 49 'common/content_settings_types.h',
50 'common/debug_flags.cc', 50 'common/debug_flags.cc',
51 'common/debug_flags.h', 51 'common/debug_flags.h',
52 'common/devtools_messages.cc',
52 'common/devtools_messages.h', 53 'common/devtools_messages.h',
53 'common/devtools_messages_internal.h', 54 'common/devtools_messages_internal.h',
54 'common/font_descriptor_mac.h', 55 'common/font_descriptor_mac.h',
55 'common/font_descriptor_mac.mm', 56 'common/font_descriptor_mac.mm',
56 'common/geoposition.cc', 57 'common/geoposition.cc',
57 'common/geoposition.h', 58 'common/geoposition.h',
58 'common/gpu_info.h', 59 'common/gpu_info.h',
59 'common/gpu_info.cc', 60 'common/gpu_info.cc',
61 'common/gpu_messages.cc',
60 'common/gpu_messages.h', 62 'common/gpu_messages.h',
61 'common/gpu_messages_internal.h', 63 'common/gpu_messages_internal.h',
62 'common/gpu_video_common.cc', 64 'common/gpu_video_common.cc',
63 'common/gpu_video_common.h', 65 'common/gpu_video_common.h',
64 'common/indexed_db_key.cc', 66 'common/indexed_db_key.cc',
65 'common/indexed_db_key.h', 67 'common/indexed_db_key.h',
66 'common/logging_chrome.cc', 68 'common/logging_chrome.cc',
67 'common/logging_chrome.h', 69 'common/logging_chrome.h',
68 'common/main_function_params.h', 70 'common/main_function_params.h',
69 'common/message_router.cc', 71 'common/message_router.cc',
70 'common/message_router.h', 72 'common/message_router.h',
71 'common/metrics_helpers.cc', 73 'common/metrics_helpers.cc',
72 'common/metrics_helpers.h', 74 'common/metrics_helpers.h',
73 'common/nacl_cmd_line.cc', 75 'common/nacl_cmd_line.cc',
74 'common/nacl_cmd_line.h', 76 'common/nacl_cmd_line.h',
77 'common/nacl_messages.cc',
75 'common/nacl_messages.h', 78 'common/nacl_messages.h',
79 'common/nacl_messages_internal.h',
76 'common/nacl_types.h', 80 'common/nacl_types.h',
77 'common/nacl_messages_internal.h',
78 'common/notification_details.cc', 81 'common/notification_details.cc',
79 'common/notification_details.h', 82 'common/notification_details.h',
80 'common/notification_observer.h', 83 'common/notification_observer.h',
81 'common/notification_registrar.cc', 84 'common/notification_registrar.cc',
82 'common/notification_registrar.h', 85 'common/notification_registrar.h',
83 'common/notification_service.cc', 86 'common/notification_service.cc',
84 'common/notification_service.h', 87 'common/notification_service.h',
85 'common/notification_source.cc', 88 'common/notification_source.cc',
86 'common/notification_source.h', 89 'common/notification_source.h',
87 'common/notification_type.h', 90 'common/notification_type.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'common/native_web_keyboard_event_mac.mm', 244 'common/native_web_keyboard_event_mac.mm',
242 'common/native_web_keyboard_event_win.cc', 245 'common/native_web_keyboard_event_win.cc',
243 'common/native_window_notification_source.h', 246 'common/native_window_notification_source.h',
244 'common/page_transition_types.cc', 247 'common/page_transition_types.cc',
245 'common/page_transition_types.h', 248 'common/page_transition_types.h',
246 'common/page_zoom.h', 249 'common/page_zoom.h',
247 'common/pepper_plugin_registry.cc', 250 'common/pepper_plugin_registry.cc',
248 'common/pepper_plugin_registry.h', 251 'common/pepper_plugin_registry.h',
249 'common/plugin_carbon_interpose_constants_mac.h', 252 'common/plugin_carbon_interpose_constants_mac.h',
250 'common/plugin_carbon_interpose_constants_mac.cc', 253 'common/plugin_carbon_interpose_constants_mac.cc',
254 'common/plugin_messages.cc',
251 'common/plugin_messages.h', 255 'common/plugin_messages.h',
252 'common/plugin_messages_internal.h', 256 'common/plugin_messages_internal.h',
257 'common/render_messages.cc',
253 'common/render_messages.h', 258 'common/render_messages.h',
254 'common/render_messages_internal.h', 259 'common/render_messages_internal.h',
255 'common/renderer_preferences.h', 260 'common/renderer_preferences.h',
256 'common/resource_dispatcher.cc', 261 'common/resource_dispatcher.cc',
257 'common/resource_dispatcher.h', 262 'common/resource_dispatcher.h',
258 'common/security_filter_peer.cc', 263 'common/security_filter_peer.cc',
259 'common/security_filter_peer.h', 264 'common/security_filter_peer.h',
265 'common/service_messages.cc',
260 'common/service_messages.h', 266 'common/service_messages.h',
261 'common/services_messages_internal.h', 267 'common/services_messages_internal.h',
262 » 'common/service_process_type.h', 268 'common/service_process_type.h',
263 » 'common/service_process_util.cc', 269 'common/service_process_util.cc',
264 » 'common/service_process_util.h', 270 'common/service_process_util.h',
265 'common/socket_stream_dispatcher.cc', 271 'common/socket_stream_dispatcher.cc',
266 'common/socket_stream_dispatcher.h', 272 'common/socket_stream_dispatcher.h',
267 'common/spellcheck_common.cc', 273 'common/spellcheck_common.cc',
268 'common/spellcheck_common.h', 274 'common/spellcheck_common.h',
269 'common/sqlite_compiled_statement.cc', 275 'common/sqlite_compiled_statement.cc',
270 'common/sqlite_compiled_statement.h', 276 'common/sqlite_compiled_statement.h',
271 'common/sqlite_utils.cc', 277 'common/sqlite_utils.cc',
272 'common/sqlite_utils.h', 278 'common/sqlite_utils.h',
273 'common/thumbnail_score.cc', 279 'common/thumbnail_score.cc',
274 'common/thumbnail_score.h', 280 'common/thumbnail_score.h',
275 'common/url_constants.cc', 281 'common/url_constants.cc',
276 'common/url_constants.h', 282 'common/url_constants.h',
283 'common/utility_messages.cc',
277 'common/utility_messages.h', 284 'common/utility_messages.h',
278 'common/utility_messages_internal.h', 285 'common/utility_messages_internal.h',
279 'common/view_types.cc', 286 'common/view_types.cc',
280 'common/view_types.h', 287 'common/view_types.h',
281 'common/visitedlink_common.cc', 288 'common/visitedlink_common.cc',
282 'common/visitedlink_common.h', 289 'common/visitedlink_common.h',
283 'common/web_database_observer_impl.cc', 290 'common/web_database_observer_impl.cc',
284 'common/web_database_observer_impl.h', 291 'common/web_database_observer_impl.h',
292 'common/webkit_param_traits.cc',
285 'common/webkit_param_traits.h', 293 'common/webkit_param_traits.h',
286 'common/webmessageportchannel_impl.cc', 294 'common/webmessageportchannel_impl.cc',
287 'common/webmessageportchannel_impl.h', 295 'common/webmessageportchannel_impl.h',
288 'common/window_container_type.cc', 296 'common/window_container_type.cc',
289 'common/window_container_type.h', 297 'common/window_container_type.h',
298 'common/worker_messages.cc',
290 'common/worker_messages.h', 299 'common/worker_messages.h',
291 'common/worker_messages_internal.h', 300 'common/worker_messages_internal.h',
292 'common/worker_thread_ticker.cc', 301 'common/worker_thread_ticker.cc',
293 'common/worker_thread_ticker.h', 302 'common/worker_thread_ticker.h',
294 'common/zip.cc', # Requires zlib directly. 303 'common/zip.cc', # Requires zlib directly.
295 'common/zip.h', 304 'common/zip.h',
296 ], 305 ],
297 'conditions': [ 306 'conditions': [
298 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 307 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
299 'dependencies': [ 308 'dependencies': [
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'configurations': { 440 'configurations': {
432 'Common_Base': { 441 'Common_Base': {
433 'msvs_target_platform': 'x64', 442 'msvs_target_platform': 'x64',
434 }, 443 },
435 }, 444 },
436 }, 445 },
437 ], 446 ],
438 }], 447 }],
439 ], 448 ],
440 } 449 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698