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

Side by Side Diff: chrome/chrome.gyp

Issue 1663983003: Add a time period dropdown to the CBD dialog on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: static Created 4 years, 10 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/browsing_data/browsing_data_remover.h ('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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 }], # chromeos==1 525 }], # chromeos==1
526 ['OS=="android"', 526 ['OS=="android"',
527 { 527 {
528 'targets': [ 528 'targets': [
529 { 529 {
530 # GN: //chrome/android:chrome_java 530 # GN: //chrome/android:chrome_java
531 'target_name': 'chrome_java', 531 'target_name': 'chrome_java',
532 'type': 'none', 532 'type': 'none',
533 'dependencies': [ 533 'dependencies': [
534 'activity_type_ids_java', 534 'activity_type_ids_java',
535 'browsing_data_time_period_java',
535 'browsing_data_type_java', 536 'browsing_data_type_java',
536 'chrome_locale_paks', 537 'chrome_locale_paks',
537 'chrome_resources.gyp:chrome_strings', 538 'chrome_resources.gyp:chrome_strings',
538 'chrome_strings_grd', 539 'chrome_strings_grd',
539 'chrome_version_java', 540 'chrome_version_java',
540 'content_setting_java', 541 'content_setting_java',
541 'content_settings_type_java', 542 'content_settings_type_java',
542 'connectivity_check_result_java', 543 'connectivity_check_result_java',
543 'document_tab_model_info_proto_java', 544 'document_tab_model_info_proto_java',
544 'infobar_action_type_java', 545 'infobar_action_type_java',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'service/service_utility_process_host.cc', 771 'service/service_utility_process_host.cc',
771 'service/service_utility_process_host.h', 772 'service/service_utility_process_host.h',
772 ], 773 ],
773 }], 774 }],
774 ], 775 ],
775 }, 776 },
776 ], 777 ],
777 }], 778 }],
778 ], # 'conditions' 779 ], # 'conditions'
779 } 780 }
OLDNEW
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_remover.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698