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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 1972013003: Add ContextMenuCoordinator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove old files. Created 4 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'browser/ui/commands/reading_list_add_command.h', 595 'browser/ui/commands/reading_list_add_command.h',
596 'browser/ui/commands/reading_list_add_command.mm', 596 'browser/ui/commands/reading_list_add_command.mm',
597 'browser/ui/commands/set_up_for_testing_command.h', 597 'browser/ui/commands/set_up_for_testing_command.h',
598 'browser/ui/commands/set_up_for_testing_command.mm', 598 'browser/ui/commands/set_up_for_testing_command.mm',
599 'browser/ui/commands/show_mail_composer_command.h', 599 'browser/ui/commands/show_mail_composer_command.h',
600 'browser/ui/commands/show_mail_composer_command.mm', 600 'browser/ui/commands/show_mail_composer_command.mm',
601 'browser/ui/commands/show_signin_command.h', 601 'browser/ui/commands/show_signin_command.h',
602 'browser/ui/commands/show_signin_command.mm', 602 'browser/ui/commands/show_signin_command.mm',
603 'browser/ui/context_menu/context_menu_controller.h', 603 'browser/ui/context_menu/context_menu_controller.h',
604 'browser/ui/context_menu/context_menu_controller.mm', 604 'browser/ui/context_menu/context_menu_controller.mm',
605 'browser/ui/context_menu/context_menu_wrangler.h',
606 'browser/ui/context_menu/context_menu_wrangler.mm',
605 'browser/ui/context_menu/context_menu_holder.h', 607 'browser/ui/context_menu/context_menu_holder.h',
606 'browser/ui/context_menu/context_menu_holder.mm', 608 'browser/ui/context_menu/context_menu_holder.mm',
607 'browser/ui/context_menu/context_menu_provider.h', 609 'browser/ui/context_menu/context_menu_provider.h',
608 'browser/ui/file_locations.h', 610 'browser/ui/file_locations.h',
609 'browser/ui/file_locations.mm', 611 'browser/ui/file_locations.mm',
610 'browser/ui/image_util.h', 612 'browser/ui/image_util.h',
611 'browser/ui/image_util.mm', 613 'browser/ui/image_util.mm',
612 'browser/ui/keyboard/UIKeyCommand+Chrome.h', 614 'browser/ui/keyboard/UIKeyCommand+Chrome.h',
613 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', 615 'browser/ui/keyboard/UIKeyCommand+Chrome.mm',
614 'browser/ui/keyboard/hardware_keyboard_watcher.h', 616 'browser/ui/keyboard/hardware_keyboard_watcher.h',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 '../../components/components.gyp:omnibox_browser', 867 '../../components/components.gyp:omnibox_browser',
866 '../../components/components.gyp:rlz', 868 '../../components/components.gyp:rlz',
867 '../../components/components.gyp:search_engines', 869 '../../components/components.gyp:search_engines',
868 '../../rlz/rlz.gyp:rlz_lib', 870 '../../rlz/rlz.gyp:rlz_lib',
869 ], 871 ],
870 }, 872 },
871 ], 873 ],
872 }], 874 }],
873 ], 875 ],
874 } 876 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698