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

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 comments 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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 'browser/search/contextual_search_policy_handler_android.cc', 1023 'browser/search/contextual_search_policy_handler_android.cc',
1024 'browser/search/contextual_search_policy_handler_android.h', 1024 'browser/search/contextual_search_policy_handler_android.h',
1025 'browser/signin/oauth2_token_service_delegate_android.cc', 1025 'browser/signin/oauth2_token_service_delegate_android.cc',
1026 'browser/signin/oauth2_token_service_delegate_android.h', 1026 'browser/signin/oauth2_token_service_delegate_android.h',
1027 'browser/ssl/ssl_add_certificate_android.cc', 1027 'browser/ssl/ssl_add_certificate_android.cc',
1028 ], 1028 ],
1029 # Cross-platform Ash sources. 1029 # Cross-platform Ash sources.
1030 'chrome_browser_ash_sources': [ 1030 'chrome_browser_ash_sources': [
1031 'browser/media/desktop_media_list_ash.cc', 1031 'browser/media/desktop_media_list_ash.cc',
1032 'browser/media/desktop_media_list_ash.h', 1032 'browser/media/desktop_media_list_ash.h',
1033 'browser/renderer_context_menu/open_with_menu_factory_ash.cc',
1034 'browser/renderer_context_menu/open_with_menu_factory_ash.h',
1033 'browser/signin/signin_error_notifier_ash.cc', 1035 'browser/signin/signin_error_notifier_ash.cc',
1034 'browser/signin/signin_error_notifier_ash.h', 1036 'browser/signin/signin_error_notifier_ash.h',
1035 'browser/signin/signin_error_notifier_factory_ash.cc', 1037 'browser/signin/signin_error_notifier_factory_ash.cc',
1036 'browser/signin/signin_error_notifier_factory_ash.h', 1038 'browser/signin/signin_error_notifier_factory_ash.h',
1037 'browser/sync/sync_error_notifier_ash.cc', 1039 'browser/sync/sync_error_notifier_ash.cc',
1038 'browser/sync/sync_error_notifier_ash.h', 1040 'browser/sync/sync_error_notifier_ash.h',
1039 'browser/sync/sync_error_notifier_factory_ash.cc', 1041 'browser/sync/sync_error_notifier_factory_ash.cc',
1040 'browser/sync/sync_error_notifier_factory_ash.h', 1042 'browser/sync/sync_error_notifier_factory_ash.h',
1041 ], 1043 ],
1042 # Cross-platform Aura files. 1044 # Cross-platform Aura files.
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'browser/profile_resetter/triggered_profile_resetter.h', 1394 'browser/profile_resetter/triggered_profile_resetter.h',
1393 'browser/profile_resetter/triggered_profile_resetter_factory.cc', 1395 'browser/profile_resetter/triggered_profile_resetter_factory.cc',
1394 'browser/profile_resetter/triggered_profile_resetter_factory.h', 1396 'browser/profile_resetter/triggered_profile_resetter_factory.h',
1395 'browser/profile_resetter/triggered_profile_resetter_win.cc', 1397 'browser/profile_resetter/triggered_profile_resetter_win.cc',
1396 'browser/profiles/avatar_menu.cc', 1398 'browser/profiles/avatar_menu.cc',
1397 'browser/profiles/avatar_menu.h', 1399 'browser/profiles/avatar_menu.h',
1398 'browser/profiles/profile_shortcut_manager.cc', 1400 'browser/profiles/profile_shortcut_manager.cc',
1399 'browser/profiles/profile_shortcut_manager.h', 1401 'browser/profiles/profile_shortcut_manager.h',
1400 'browser/profiles/profile_window.cc', 1402 'browser/profiles/profile_window.cc',
1401 'browser/profiles/profile_window.h', 1403 'browser/profiles/profile_window.h',
1404 'browser/renderer_context_menu/open_with_menu_factory.cc',
1405 'browser/renderer_context_menu/open_with_menu_factory.h',
1402 'browser/renderer_context_menu/render_view_context_menu.cc', 1406 'browser/renderer_context_menu/render_view_context_menu.cc',
1403 'browser/renderer_context_menu/render_view_context_menu.h', 1407 'browser/renderer_context_menu/render_view_context_menu.h',
1404 'browser/renderer_context_menu/spelling_bubble_model.cc', 1408 'browser/renderer_context_menu/spelling_bubble_model.cc',
1405 'browser/renderer_context_menu/spelling_bubble_model.h', 1409 'browser/renderer_context_menu/spelling_bubble_model.h',
1406 'browser/renderer_context_menu/spelling_menu_observer.cc', 1410 'browser/renderer_context_menu/spelling_menu_observer.cc',
1407 'browser/renderer_context_menu/spelling_menu_observer.h', 1411 'browser/renderer_context_menu/spelling_menu_observer.h',
1408 'browser/repost_form_warning_controller.cc', 1412 'browser/repost_form_warning_controller.cc',
1409 'browser/repost_form_warning_controller.h', 1413 'browser/repost_form_warning_controller.h',
1410 'browser/search/local_ntp_source.cc', 1414 'browser/search/local_ntp_source.cc',
1411 'browser/search/local_ntp_source.h', 1415 'browser/search/local_ntp_source.h',
(...skipping 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 '../components/components.gyp:rlz', 4211 '../components/components.gyp:rlz',
4208 '../components/components.gyp:search_engines', 4212 '../components/components.gyp:search_engines',
4209 '../rlz/rlz.gyp:rlz_lib', 4213 '../rlz/rlz.gyp:rlz_lib',
4210 'common', 4214 'common',
4211 ], 4215 ],
4212 }, 4216 },
4213 ], 4217 ],
4214 }], 4218 }],
4215 ], 4219 ],
4216 } 4220 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698