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

Side by Side Diff: chrome/chrome.gyp

Issue 894003005: Revert "Load web contents after tab is created." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'target_name': 'chrome_java', 599 'target_name': 'chrome_java',
600 'type': 'none', 600 'type': 'none',
601 'dependencies': [ 601 'dependencies': [
602 'activity_type_ids_java', 602 'activity_type_ids_java',
603 'app_banner_metrics_ids_java', 603 'app_banner_metrics_ids_java',
604 'chrome_resources.gyp:chrome_strings', 604 'chrome_resources.gyp:chrome_strings',
605 'chrome_strings_grd', 605 'chrome_strings_grd',
606 'chrome_version_java', 606 'chrome_version_java',
607 'document_tab_model_info_proto_java', 607 'document_tab_model_info_proto_java',
608 'profile_account_management_metrics_java', 608 'profile_account_management_metrics_java',
609 'add_web_contents_result_java',
610 'content_setting_java', 609 'content_setting_java',
611 'content_settings_type_java', 610 'content_settings_type_java',
612 'page_info_connection_type_java', 611 'page_info_connection_type_java',
613 'profile_sync_service_model_type_selection_java', 612 'profile_sync_service_model_type_selection_java',
614 'resource_id_java', 613 'resource_id_java',
615 'toolbar_model_security_levels_java', 614 'toolbar_model_security_levels_java',
616 'tab_load_status_java', 615 'tab_load_status_java',
617 '../base/base.gyp:base', 616 '../base/base.gyp:base',
618 '../components/components.gyp:bookmarks_java', 617 '../components/components.gyp:bookmarks_java',
619 '../components/components.gyp:dom_distiller_core_java', 618 '../components/components.gyp:dom_distiller_core_java',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'service/service_utility_process_host.cc', 777 'service/service_utility_process_host.cc',
779 'service/service_utility_process_host.h', 778 'service/service_utility_process_host.h',
780 ], 779 ],
781 }], 780 }],
782 ], 781 ],
783 }, 782 },
784 ], 783 ],
785 }], 784 }],
786 ], # 'conditions' 785 ], # 'conditions'
787 } 786 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_web_contents_delegate_android.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698