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

Side by Side Diff: chrome/chrome.gyp

Issue 802343003: Upstream DocumentTabModelImpl and related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved package, added OWNERS Created 6 years 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 { 599 {
600 # GN: //chrome/android:chrome_java 600 # GN: //chrome/android:chrome_java
601 'target_name': 'chrome_java', 601 'target_name': 'chrome_java',
602 'type': 'none', 602 'type': 'none',
603 'dependencies': [ 603 'dependencies': [
604 'activity_type_ids_java', 604 'activity_type_ids_java',
605 'app_banner_metrics_ids_java', 605 'app_banner_metrics_ids_java',
606 'chrome_resources.gyp:chrome_strings', 606 'chrome_resources.gyp:chrome_strings',
607 'chrome_strings_grd', 607 'chrome_strings_grd',
608 'chrome_version_java', 608 'chrome_version_java',
609 'document_tab_model_info_proto_java',
609 'profile_account_management_metrics_java', 610 'profile_account_management_metrics_java',
610 'content_setting_java', 611 'content_setting_java',
611 'content_settings_type_java', 612 'content_settings_type_java',
612 'page_info_connection_type_java', 613 'page_info_connection_type_java',
613 'profile_sync_service_model_type_selection_java', 614 'profile_sync_service_model_type_selection_java',
614 'resource_id_java', 615 'resource_id_java',
615 'toolbar_model_security_levels_java', 616 'toolbar_model_security_levels_java',
616 'tab_load_status_java', 617 'tab_load_status_java',
617 '../base/base.gyp:base', 618 '../base/base.gyp:base',
618 '../components/components.gyp:bookmarks_java', 619 '../components/components.gyp:bookmarks_java',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'service/service_utility_process_host.cc', 780 'service/service_utility_process_host.cc',
780 'service/service_utility_process_host.h', 781 'service/service_utility_process_host.h',
781 ], 782 ],
782 }], 783 }],
783 ], 784 ],
784 }, 785 },
785 ], 786 ],
786 }], 787 }],
787 ], # 'conditions' 788 ], # 'conditions'
788 } 789 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698