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

Side by Side Diff: chrome/chrome.gyp

Issue 1864053002: Implement Android UI of web notification inline replies Base URL: https://chromium.googlesource.com/chromium/src.git@inline_replies_ps1
Patch Set: Fix filename? Created 4 years, 8 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 { 532 {
533 'targets': [ 533 'targets': [
534 { 534 {
535 # GN: //chrome/android:chrome_java 535 # GN: //chrome/android:chrome_java
536 'target_name': 'chrome_java', 536 'target_name': 'chrome_java',
537 'type': 'none', 537 'type': 'none',
538 'dependencies': [ 538 'dependencies': [
539 'activity_type_ids_java', 539 'activity_type_ids_java',
540 'browsing_data_time_period_java', 540 'browsing_data_time_period_java',
541 'browsing_data_type_java', 541 'browsing_data_type_java',
542 'button_info_type_java',
542 'chrome_locale_paks', 543 'chrome_locale_paks',
543 'chrome_resources.gyp:chrome_strings', 544 'chrome_resources.gyp:chrome_strings',
544 'chrome_strings_grd', 545 'chrome_strings_grd',
545 'chrome_version_java', 546 'chrome_version_java',
546 'content_setting_java', 547 'content_setting_java',
547 'content_settings_type_java', 548 'content_settings_type_java',
548 'connectivity_check_result_java', 549 'connectivity_check_result_java',
549 'data_use_ui_message_enum_java', 550 'data_use_ui_message_enum_java',
550 'document_tab_model_info_proto_java', 551 'document_tab_model_info_proto_java',
551 'infobar_action_type_java', 552 'infobar_action_type_java',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 # expired. crbug.com/577698 812 # expired. crbug.com/577698
812 '../components/components.gyp:startup_metric_utils_common', 813 '../components/components.gyp:startup_metric_utils_common',
813 ], 814 ],
814 }], 815 }],
815 ], 816 ],
816 }, 817 },
817 ], 818 ],
818 }], 819 }],
819 ], # 'conditions' 820 ], # 'conditions'
820 } 821 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698