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

Side by Side Diff: chrome/chrome.gyp

Issue 891493003: [Android] Upstreamed Stars UMA from iOS. (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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'content_setting_java', 608 'content_setting_java',
609 'content_settings_type_java', 609 'content_settings_type_java',
610 'page_info_connection_type_java', 610 'page_info_connection_type_java',
611 'profile_sync_service_model_type_selection_java', 611 'profile_sync_service_model_type_selection_java',
612 'resource_id_java', 612 'resource_id_java',
613 'toolbar_model_security_levels_java', 613 'toolbar_model_security_levels_java',
614 'tab_load_status_java', 614 'tab_load_status_java',
615 '../base/base.gyp:base', 615 '../base/base.gyp:base',
616 '../components/components.gyp:bookmarks_java', 616 '../components/components.gyp:bookmarks_java',
617 '../components/components.gyp:dom_distiller_core_java', 617 '../components/components.gyp:dom_distiller_core_java',
618 '../components/components.gyp:enhanced_bookmarks_launch_location_jav a',
618 '../components/components.gyp:gcm_driver_java', 619 '../components/components.gyp:gcm_driver_java',
619 '../components/components.gyp:invalidation_java', 620 '../components/components.gyp:invalidation_java',
620 '../components/components.gyp:navigation_interception_java', 621 '../components/components.gyp:navigation_interception_java',
621 '../components/components.gyp:variations_java', 622 '../components/components.gyp:variations_java',
622 '../components/components.gyp:web_contents_delegate_android_java', 623 '../components/components.gyp:web_contents_delegate_android_java',
623 '../content/content.gyp:content_java', 624 '../content/content.gyp:content_java',
624 '../printing/printing.gyp:printing_java', 625 '../printing/printing.gyp:printing_java',
625 '../sync/sync.gyp:sync_java', 626 '../sync/sync.gyp:sync_java',
626 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 627 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
627 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 628 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'service/service_utility_process_host.cc', 777 'service/service_utility_process_host.cc',
777 'service/service_utility_process_host.h', 778 'service/service_utility_process_host.h',
778 ], 779 ],
779 }], 780 }],
780 ], 781 ],
781 }, 782 },
782 ], 783 ],
783 }], 784 }],
784 ], # 'conditions' 785 ], # 'conditions'
785 } 786 }
OLDNEW
« no previous file with comments | « no previous file | components/enhanced_bookmarks.gypi » ('j') | components/enhanced_bookmarks/enhanced_bookmark_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698