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

Side by Side Diff: chrome/chrome.gyp

Issue 285203005: Hook components/gcm_driver up to JNI Generator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | components/gcm_driver.gypi » ('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) 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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'app_banner_metrics_ids_java', 727 'app_banner_metrics_ids_java',
728 'chrome_resources.gyp:chrome_strings', 728 'chrome_resources.gyp:chrome_strings',
729 'chrome_strings_grd', 729 'chrome_strings_grd',
730 'profile_sync_service_model_type_selection_java', 730 'profile_sync_service_model_type_selection_java',
731 'resource_id_java', 731 'resource_id_java',
732 'toolbar_model_security_levels_java', 732 'toolbar_model_security_levels_java',
733 'tab_load_status_java', 733 'tab_load_status_java',
734 '../base/base.gyp:base', 734 '../base/base.gyp:base',
735 '../components/components.gyp:autofill_java', 735 '../components/components.gyp:autofill_java',
736 '../components/components.gyp:dom_distiller_core_java', 736 '../components/components.gyp:dom_distiller_core_java',
737 '../components/components.gyp:gcm_driver_java',
737 '../components/components.gyp:navigation_interception_java', 738 '../components/components.gyp:navigation_interception_java',
738 '../components/components.gyp:sessions', 739 '../components/components.gyp:sessions',
739 '../components/components.gyp:web_contents_delegate_android_java', 740 '../components/components.gyp:web_contents_delegate_android_java',
740 '../content/content.gyp:content_java', 741 '../content/content.gyp:content_java',
741 '../printing/printing.gyp:printing_java', 742 '../printing/printing.gyp:printing_java',
742 '../sync/sync.gyp:sync_java', 743 '../sync/sync.gyp:sync_java',
743 '../third_party/guava/guava.gyp:guava_javalib', 744 '../third_party/guava/guava.gyp:guava_javalib',
744 '../ui/android/ui_android.gyp:ui_java', 745 '../ui/android/ui_android.gyp:ui_java',
745 ], 746 ],
746 'variables': { 747 'variables': {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'sources': [ 852 'sources': [
852 'service/cloud_print/print_system_dummy.cc', 853 'service/cloud_print/print_system_dummy.cc',
853 ], 854 ],
854 }], 855 }],
855 ], 856 ],
856 }, 857 },
857 ], 858 ],
858 }], 859 }],
859 ], # 'conditions' 860 ], # 'conditions'
860 } 861 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698