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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comment 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'browser/search/contextual_search_policy_handler_android.cc', 1020 'browser/search/contextual_search_policy_handler_android.cc',
1021 'browser/search/contextual_search_policy_handler_android.h', 1021 'browser/search/contextual_search_policy_handler_android.h',
1022 'browser/signin/oauth2_token_service_delegate_android.cc', 1022 'browser/signin/oauth2_token_service_delegate_android.cc',
1023 'browser/signin/oauth2_token_service_delegate_android.h', 1023 'browser/signin/oauth2_token_service_delegate_android.h',
1024 'browser/ssl/ssl_add_certificate_android.cc', 1024 'browser/ssl/ssl_add_certificate_android.cc',
1025 ], 1025 ],
1026 # Cross-platform Ash sources. 1026 # Cross-platform Ash sources.
1027 'chrome_browser_ash_sources': [ 1027 'chrome_browser_ash_sources': [
1028 'browser/media/desktop_media_list_ash.cc', 1028 'browser/media/desktop_media_list_ash.cc',
1029 'browser/media/desktop_media_list_ash.h', 1029 'browser/media/desktop_media_list_ash.h',
1030 'browser/renderer_context_menu/open_with_menu_factory_ash.cc',
1031 'browser/renderer_context_menu/open_with_menu_factory_ash.h',
1030 'browser/signin/signin_error_notifier_ash.cc', 1032 'browser/signin/signin_error_notifier_ash.cc',
1031 'browser/signin/signin_error_notifier_ash.h', 1033 'browser/signin/signin_error_notifier_ash.h',
1032 'browser/signin/signin_error_notifier_factory_ash.cc', 1034 'browser/signin/signin_error_notifier_factory_ash.cc',
1033 'browser/signin/signin_error_notifier_factory_ash.h', 1035 'browser/signin/signin_error_notifier_factory_ash.h',
1034 'browser/sync/sync_error_notifier_ash.cc', 1036 'browser/sync/sync_error_notifier_ash.cc',
1035 'browser/sync/sync_error_notifier_ash.h', 1037 'browser/sync/sync_error_notifier_ash.h',
1036 'browser/sync/sync_error_notifier_factory_ash.cc', 1038 'browser/sync/sync_error_notifier_factory_ash.cc',
1037 'browser/sync/sync_error_notifier_factory_ash.h', 1039 'browser/sync/sync_error_notifier_factory_ash.h',
1038 ], 1040 ],
1039 # Cross-platform Aura files. 1041 # Cross-platform Aura files.
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 'browser/profile_resetter/triggered_profile_resetter.h', 1393 'browser/profile_resetter/triggered_profile_resetter.h',
1392 'browser/profile_resetter/triggered_profile_resetter_factory.cc', 1394 'browser/profile_resetter/triggered_profile_resetter_factory.cc',
1393 'browser/profile_resetter/triggered_profile_resetter_factory.h', 1395 'browser/profile_resetter/triggered_profile_resetter_factory.h',
1394 'browser/profile_resetter/triggered_profile_resetter_win.cc', 1396 'browser/profile_resetter/triggered_profile_resetter_win.cc',
1395 'browser/profiles/avatar_menu.cc', 1397 'browser/profiles/avatar_menu.cc',
1396 'browser/profiles/avatar_menu.h', 1398 'browser/profiles/avatar_menu.h',
1397 'browser/profiles/profile_shortcut_manager.cc', 1399 'browser/profiles/profile_shortcut_manager.cc',
1398 'browser/profiles/profile_shortcut_manager.h', 1400 'browser/profiles/profile_shortcut_manager.h',
1399 'browser/profiles/profile_window.cc', 1401 'browser/profiles/profile_window.cc',
1400 'browser/profiles/profile_window.h', 1402 'browser/profiles/profile_window.h',
1403 'browser/renderer_context_menu/open_with_menu_factory.cc',
1404 'browser/renderer_context_menu/open_with_menu_factory.h',
1401 'browser/renderer_context_menu/render_view_context_menu.cc', 1405 'browser/renderer_context_menu/render_view_context_menu.cc',
1402 'browser/renderer_context_menu/render_view_context_menu.h', 1406 'browser/renderer_context_menu/render_view_context_menu.h',
1403 'browser/renderer_context_menu/spelling_bubble_model.cc', 1407 'browser/renderer_context_menu/spelling_bubble_model.cc',
1404 'browser/renderer_context_menu/spelling_bubble_model.h', 1408 'browser/renderer_context_menu/spelling_bubble_model.h',
1405 'browser/renderer_context_menu/spelling_menu_observer.cc', 1409 'browser/renderer_context_menu/spelling_menu_observer.cc',
1406 'browser/renderer_context_menu/spelling_menu_observer.h', 1410 'browser/renderer_context_menu/spelling_menu_observer.h',
1407 'browser/repost_form_warning_controller.cc', 1411 'browser/repost_form_warning_controller.cc',
1408 'browser/repost_form_warning_controller.h', 1412 'browser/repost_form_warning_controller.h',
1409 'browser/search/local_ntp_source.cc', 1413 'browser/search/local_ntp_source.cc',
1410 'browser/search/local_ntp_source.h', 1414 'browser/search/local_ntp_source.h',
(...skipping 2808 matching lines...) Expand 10 before | Expand all | Expand 10 after
4219 '../components/components.gyp:rlz', 4223 '../components/components.gyp:rlz',
4220 '../components/components.gyp:search_engines', 4224 '../components/components.gyp:search_engines',
4221 '../rlz/rlz.gyp:rlz_lib', 4225 '../rlz/rlz.gyp:rlz_lib',
4222 'common', 4226 'common',
4223 ], 4227 ],
4224 }, 4228 },
4225 ], 4229 ],
4226 }], 4230 }],
4227 ], 4231 ],
4228 } 4232 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698