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

Side by Side Diff: chrome/chrome.gyp

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A couple GN fixes. 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_android.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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'chrome_resources.gyp:chrome_strings', 584 'chrome_resources.gyp:chrome_strings',
585 'chrome_strings_grd', 585 'chrome_strings_grd',
586 'profile_sync_service_model_type_selection_java', 586 'profile_sync_service_model_type_selection_java',
587 'resource_id_java', 587 'resource_id_java',
588 'toolbar_model_security_levels_java', 588 'toolbar_model_security_levels_java',
589 'tab_load_status_java', 589 'tab_load_status_java',
590 '../base/base.gyp:base', 590 '../base/base.gyp:base',
591 '../components/components.gyp:bookmarks_java', 591 '../components/components.gyp:bookmarks_java',
592 '../components/components.gyp:dom_distiller_core_java', 592 '../components/components.gyp:dom_distiller_core_java',
593 '../components/components.gyp:gcm_driver_java', 593 '../components/components.gyp:gcm_driver_java',
594 '../components/components.gyp:invalidation_java',
594 '../components/components.gyp:navigation_interception_java', 595 '../components/components.gyp:navigation_interception_java',
595 '../components/components.gyp:sessions', 596 '../components/components.gyp:sessions',
596 '../components/components.gyp:variations_java', 597 '../components/components.gyp:variations_java',
597 '../components/components.gyp:web_contents_delegate_android_java', 598 '../components/components.gyp:web_contents_delegate_android_java',
598 '../content/content.gyp:content_java', 599 '../content/content.gyp:content_java',
599 '../printing/printing.gyp:printing_java', 600 '../printing/printing.gyp:printing_java',
600 '../sync/sync.gyp:sync_java', 601 '../sync/sync.gyp:sync_java',
601 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 602 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
602 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 603 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
603 '../ui/android/ui_android.gyp:ui_java', 604 '../ui/android/ui_android.gyp:ui_java',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'service/service_utility_process_host.cc', 724 'service/service_utility_process_host.cc',
724 'service/service_utility_process_host.h', 725 'service/service_utility_process_host.h',
725 ], 726 ],
726 }], 727 }],
727 ], 728 ],
728 }, 729 },
729 ], 730 ],
730 }], 731 }],
731 ], # 'conditions' 732 ], # 'conditions'
732 } 733 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_android.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698