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

Side by Side Diff: chrome/chrome.gyp

Issue 1937473002: Revert of 🌈 Upstream some code related to PolicyAuditing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/policy/policy_auditor.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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'chrome_strings_grd', 487 'chrome_strings_grd',
488 'chrome_version_java', 488 'chrome_version_java',
489 'content_setting_java', 489 'content_setting_java',
490 'content_settings_type_java', 490 'content_settings_type_java',
491 'connectivity_check_result_java', 491 'connectivity_check_result_java',
492 'data_use_ui_message_enum_java', 492 'data_use_ui_message_enum_java',
493 'document_tab_model_info_proto_java', 493 'document_tab_model_info_proto_java',
494 'infobar_action_type_java', 494 'infobar_action_type_java',
495 'most_visited_tile_type_java', 495 'most_visited_tile_type_java',
496 'page_info_connection_type_java', 496 'page_info_connection_type_java',
497 'policy_auditor_java',
498 'profile_account_management_metrics_java', 497 'profile_account_management_metrics_java',
499 'resource_id_java', 498 'resource_id_java',
500 'shortcut_source_java', 499 'shortcut_source_java',
501 'signin_metrics_enum_java', 500 'signin_metrics_enum_java',
502 'tab_load_status_java', 501 'tab_load_status_java',
503 'website_settings_action_java', 502 'website_settings_action_java',
504 '../base/base.gyp:base', 503 '../base/base.gyp:base',
505 '../base/base.gyp:base_build_config_gen', 504 '../base/base.gyp:base_build_config_gen',
506 '../build/android/java_google_api_keys.gyp:google_api_keys_java', 505 '../build/android/java_google_api_keys.gyp:google_api_keys_java',
507 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 506 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 # expired. crbug.com/577698 754 # expired. crbug.com/577698
756 '../components/components.gyp:startup_metric_utils_common', 755 '../components/components.gyp:startup_metric_utils_common',
757 ], 756 ],
758 }], 757 }],
759 ], 758 ],
760 }, 759 },
761 ], 760 ],
762 }], 761 }],
763 ], # 'conditions' 762 ], # 'conditions'
764 } 763 }
OLDNEW
« no previous file with comments | « chrome/browser/android/policy/policy_auditor.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698