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

Side by Side Diff: chrome/chrome.gyp

Issue 459973004: [Android] EnhancedBookmarksBridge for bookmark description read&write. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: java DEPS fix Created 6 years, 4 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
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/chrome_browser.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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'activity_type_ids_java', 631 'activity_type_ids_java',
632 'app_banner_metrics_ids_java', 632 'app_banner_metrics_ids_java',
633 'chrome_resources.gyp:chrome_strings', 633 'chrome_resources.gyp:chrome_strings',
634 'chrome_strings_grd', 634 'chrome_strings_grd',
635 'profile_sync_service_model_type_selection_java', 635 'profile_sync_service_model_type_selection_java',
636 'resource_id_java', 636 'resource_id_java',
637 'toolbar_model_security_levels_java', 637 'toolbar_model_security_levels_java',
638 'tab_load_status_java', 638 'tab_load_status_java',
639 '../base/base.gyp:base', 639 '../base/base.gyp:base',
640 '../components/components.gyp:autofill_java', 640 '../components/components.gyp:autofill_java',
641 '../components/components.gyp:bookmarks_java',
641 '../components/components.gyp:dom_distiller_core_java', 642 '../components/components.gyp:dom_distiller_core_java',
643 '../components/components.gyp:enhanced_bookmarks_java',
642 '../components/components.gyp:gcm_driver_java', 644 '../components/components.gyp:gcm_driver_java',
643 '../components/components.gyp:navigation_interception_java', 645 '../components/components.gyp:navigation_interception_java',
644 '../components/components.gyp:sessions', 646 '../components/components.gyp:sessions',
645 '../components/components.gyp:variations_java', 647 '../components/components.gyp:variations_java',
646 '../components/components.gyp:web_contents_delegate_android_java', 648 '../components/components.gyp:web_contents_delegate_android_java',
647 '../content/content.gyp:content_java', 649 '../content/content.gyp:content_java',
648 '../printing/printing.gyp:printing_java', 650 '../printing/printing.gyp:printing_java',
649 '../sync/sync.gyp:sync_java', 651 '../sync/sync.gyp:sync_java',
650 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 652 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
651 '../third_party/guava/guava.gyp:guava_javalib', 653 '../third_party/guava/guava.gyp:guava_javalib',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'sources': [ 768 'sources': [
767 'service/cloud_print/print_system_dummy.cc', 769 'service/cloud_print/print_system_dummy.cc',
768 ], 770 ],
769 }], 771 }],
770 ], 772 ],
771 }, 773 },
772 ], 774 ],
773 }], 775 }],
774 ], # 'conditions' 776 ], # 'conditions'
775 } 777 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698