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

Side by Side Diff: chrome/chrome.gyp

Issue 597253003: Migrate EnhancedBookmarkBridge from component to chrome/browswer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 2 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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'app_banner_metrics_ids_java', 636 'app_banner_metrics_ids_java',
637 'chrome_resources.gyp:chrome_strings', 637 'chrome_resources.gyp:chrome_strings',
638 'chrome_strings_grd', 638 'chrome_strings_grd',
639 'profile_sync_service_model_type_selection_java', 639 'profile_sync_service_model_type_selection_java',
640 'resource_id_java', 640 'resource_id_java',
641 'toolbar_model_security_levels_java', 641 'toolbar_model_security_levels_java',
642 'tab_load_status_java', 642 'tab_load_status_java',
643 '../base/base.gyp:base', 643 '../base/base.gyp:base',
644 '../components/components.gyp:bookmarks_java', 644 '../components/components.gyp:bookmarks_java',
645 '../components/components.gyp:dom_distiller_core_java', 645 '../components/components.gyp:dom_distiller_core_java',
646 '../components/components.gyp:enhanced_bookmarks_java',
647 '../components/components.gyp:gcm_driver_java', 646 '../components/components.gyp:gcm_driver_java',
648 '../components/components.gyp:navigation_interception_java', 647 '../components/components.gyp:navigation_interception_java',
649 '../components/components.gyp:sessions', 648 '../components/components.gyp:sessions',
650 '../components/components.gyp:variations_java', 649 '../components/components.gyp:variations_java',
651 '../components/components.gyp:web_contents_delegate_android_java', 650 '../components/components.gyp:web_contents_delegate_android_java',
652 '../content/content.gyp:content_java', 651 '../content/content.gyp:content_java',
653 '../printing/printing.gyp:printing_java', 652 '../printing/printing.gyp:printing_java',
654 '../sync/sync.gyp:sync_java', 653 '../sync/sync.gyp:sync_java',
655 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 654 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
656 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 655 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'service/service_utility_process_host.cc', 776 'service/service_utility_process_host.cc',
778 'service/service_utility_process_host.h', 777 'service/service_utility_process_host.h',
779 ], 778 ],
780 }], 779 }],
781 ], 780 ],
782 }, 781 },
783 ], 782 ],
784 }], 783 }],
785 ], # 'conditions' 784 ], # 'conditions'
786 } 785 }
OLDNEW
« no previous file with comments | « chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698