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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 169093009: Separate out logic to handle different category/group of context menu items from RVContextMenu class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@work-mmm-refactor1
Patch Set: fix incorrect dcheck + platform app logic Created 6 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'browser/sync_file_system/sync_service_state.h', 2419 'browser/sync_file_system/sync_service_state.h',
2420 'browser/sync_file_system/sync_status_code.cc', 2420 'browser/sync_file_system/sync_status_code.cc',
2421 'browser/sync_file_system/sync_status_code.h', 2421 'browser/sync_file_system/sync_status_code.h',
2422 'browser/sync_file_system/sync_task.h', 2422 'browser/sync_file_system/sync_task.h',
2423 'browser/sync_file_system/sync_task_manager.cc', 2423 'browser/sync_file_system/sync_task_manager.cc',
2424 'browser/sync_file_system/sync_task_manager.h', 2424 'browser/sync_file_system/sync_task_manager.h',
2425 'browser/sync_file_system/syncable_file_system_util.cc', 2425 'browser/sync_file_system/syncable_file_system_util.cc',
2426 'browser/sync_file_system/syncable_file_system_util.h', 2426 'browser/sync_file_system/syncable_file_system_util.h',
2427 'browser/tab_contents/background_contents.cc', 2427 'browser/tab_contents/background_contents.cc',
2428 'browser/tab_contents/background_contents.h', 2428 'browser/tab_contents/background_contents.h',
2429 'browser/tab_contents/menu_category_app_mode.cc',
2430 'browser/tab_contents/menu_category_app_mode.h',
2431 'browser/tab_contents/menu_category_base.cc',
2432 'browser/tab_contents/menu_category_base.h',
2433 'browser/tab_contents/menu_category_extension_popup.cc',
2434 'browser/tab_contents/menu_category_extension_popup.h',
2435 'browser/tab_contents/menu_category_factory.cc',
2436 'browser/tab_contents/menu_category_factory.h',
2437 'browser/tab_contents/menu_category_guest.cc',
2438 'browser/tab_contents/menu_category_guest.h',
2439 'browser/tab_contents/menu_category_panel.cc',
2440 'browser/tab_contents/menu_category_panel.h',
2441 'browser/tab_contents/menu_category_platform_app.cc',
2442 'browser/tab_contents/menu_category_platform_app.h',
2429 'browser/tab_contents/navigation_metrics_recorder.cc', 2443 'browser/tab_contents/navigation_metrics_recorder.cc',
2430 'browser/tab_contents/navigation_metrics_recorder.h', 2444 'browser/tab_contents/navigation_metrics_recorder.h',
2431 'browser/tab_contents/render_view_context_menu.cc', 2445 'browser/tab_contents/render_view_context_menu.cc',
2432 'browser/tab_contents/render_view_context_menu.h', 2446 'browser/tab_contents/render_view_context_menu.h',
2433 'browser/tab_contents/render_view_context_menu_observer.cc', 2447 'browser/tab_contents/render_view_context_menu_observer.cc',
2434 'browser/tab_contents/render_view_context_menu_observer.h', 2448 'browser/tab_contents/render_view_context_menu_observer.h',
2435 'browser/tab_contents/retargeting_details.h', 2449 'browser/tab_contents/retargeting_details.h',
2436 'browser/tab_contents/tab_util.cc', 2450 'browser/tab_contents/tab_util.cc',
2437 'browser/tab_contents/tab_util.h', 2451 'browser/tab_contents/tab_util.h',
2438 'browser/tab_contents/spellchecker_submenu_observer.h', 2452 'browser/tab_contents/spellchecker_submenu_observer.h',
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3748 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3762 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3749 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3763 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3750 }, 3764 },
3751 'includes': [ '../build/android/java_cpp_template.gypi' ], 3765 'includes': [ '../build/android/java_cpp_template.gypi' ],
3752 }, 3766 },
3753 ], 3767 ],
3754 }, 3768 },
3755 ], 3769 ],
3756 ], 3770 ],
3757 } 3771 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698