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

Side by Side Diff: content/content_common.gypi

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'common/site_isolation_policy.cc', 535 'common/site_isolation_policy.cc',
536 'common/site_isolation_policy.h', 536 'common/site_isolation_policy.h',
537 'common/speech_recognition_messages.h', 537 'common/speech_recognition_messages.h',
538 'common/ssl_status_serialization.cc', 538 'common/ssl_status_serialization.cc',
539 'common/ssl_status_serialization.h', 539 'common/ssl_status_serialization.h',
540 'common/swapped_out_messages.cc', 540 'common/swapped_out_messages.cc',
541 'common/swapped_out_messages.h', 541 'common/swapped_out_messages.h',
542 'common/text_input_client_messages.h', 542 'common/text_input_client_messages.h',
543 'common/text_input_state.cc', 543 'common/text_input_state.cc',
544 'common/text_input_state.h', 544 'common/text_input_state.h',
545 'common/url_loader_type_converters.cc',
546 'common/url_loader_type_converters.h',
545 'common/url_schemes.cc', 547 'common/url_schemes.cc',
546 'common/url_schemes.h', 548 'common/url_schemes.h',
547 'common/user_agent.cc', 549 'common/user_agent.cc',
548 'common/utility_messages.h', 550 'common/utility_messages.h',
549 'common/view_message_enums.h', 551 'common/view_message_enums.h',
550 'common/view_messages.h', 552 'common/view_messages.h',
551 'common/websocket.cc', 553 'common/websocket.cc',
552 'common/websocket.h', 554 'common/websocket.h',
553 'common/websocket_messages.h', 555 'common/websocket_messages.h',
554 'common/worker_messages.h', 556 'common/worker_messages.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'sources!': [ 666 'sources!': [
665 'common/cursors/webcursor_ozone.cc', 667 'common/cursors/webcursor_ozone.cc',
666 'common/font_list_ozone.cc', 668 'common/font_list_ozone.cc',
667 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 669 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
670 ], 672 ],
671 }], 673 }],
672 ], 674 ],
673 } 675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698