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

Side by Side Diff: chrome/chrome.gyp

Issue 1212633005: [Feedback] Start using enum for connectivity check results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 # GN: //chrome/android:chrome_java 573 # GN: //chrome/android:chrome_java
574 'target_name': 'chrome_java', 574 'target_name': 'chrome_java',
575 'type': 'none', 575 'type': 'none',
576 'dependencies': [ 576 'dependencies': [
577 'activity_type_ids_java', 577 'activity_type_ids_java',
578 'chrome_locale_paks', 578 'chrome_locale_paks',
579 'chrome_resources.gyp:chrome_strings', 579 'chrome_resources.gyp:chrome_strings',
580 'chrome_strings_grd', 580 'chrome_strings_grd',
581 'chrome_version_java', 581 'chrome_version_java',
582 'connection_security_security_levels_java', 582 'connection_security_security_levels_java',
583 'connectivity_check_result_java',
583 'document_tab_model_info_proto_java', 584 'document_tab_model_info_proto_java',
584 'profile_account_management_metrics_java', 585 'profile_account_management_metrics_java',
585 'content_setting_java', 586 'content_setting_java',
586 'content_settings_type_java', 587 'content_settings_type_java',
587 'page_info_connection_type_java', 588 'page_info_connection_type_java',
588 'profile_sync_service_model_type_selection_java', 589 'profile_sync_service_model_type_selection_java',
589 'resource_id_java', 590 'resource_id_java',
590 'tab_load_status_java', 591 'tab_load_status_java',
591 '../base/base.gyp:base', 592 '../base/base.gyp:base',
592 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 593 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 '<(DEPTH)/third_party/kasko' 830 '<(DEPTH)/third_party/kasko'
830 ], 831 ],
831 }, 832 },
832 }, 833 },
833 }, 834 },
834 }, 835 },
835 ], 836 ],
836 }], 837 }],
837 ], # 'conditions' 838 ], # 'conditions'
838 } 839 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698