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

Side by Side Diff: chrome/chrome.gyp

Issue 1314843007: Refactor connection_security into SecurityStateModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: create SecurityStateModel for chromeos login webview Created 5 years, 3 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/ui/views/omnibox/omnibox_view_views.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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 { 568 {
569 # GN: //chrome/android:chrome_java 569 # GN: //chrome/android:chrome_java
570 'target_name': 'chrome_java', 570 'target_name': 'chrome_java',
571 'type': 'none', 571 'type': 'none',
572 'dependencies': [ 572 'dependencies': [
573 'activity_type_ids_java', 573 'activity_type_ids_java',
574 'chrome_locale_paks', 574 'chrome_locale_paks',
575 'chrome_resources.gyp:chrome_strings', 575 'chrome_resources.gyp:chrome_strings',
576 'chrome_strings_grd', 576 'chrome_strings_grd',
577 'chrome_version_java', 577 'chrome_version_java',
578 'connection_security_security_levels_java', 578 'connection_security_levels_java',
579 'connectivity_check_result_java', 579 'connectivity_check_result_java',
580 'document_tab_model_info_proto_java', 580 'document_tab_model_info_proto_java',
581 'infobar_action_type_java', 581 'infobar_action_type_java',
582 'profile_account_management_metrics_java', 582 'profile_account_management_metrics_java',
583 'content_setting_java', 583 'content_setting_java',
584 'content_settings_type_java', 584 'content_settings_type_java',
585 'page_info_connection_type_java', 585 'page_info_connection_type_java',
586 'resource_id_java', 586 'resource_id_java',
587 'tab_load_status_java', 587 'tab_load_status_java',
588 'shortcut_source_java', 588 'shortcut_source_java',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '<(DEPTH)/third_party/kasko' 835 '<(DEPTH)/third_party/kasko'
836 ], 836 ],
837 }, 837 },
838 }, 838 },
839 }, 839 },
840 }, 840 },
841 ], 841 ],
842 }], 842 }],
843 ], # 'conditions' 843 ], # 'conditions'
844 } 844 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698