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

Side by Side Diff: ios/chrome/browser/BUILD.gn

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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "ui/commands/set_up_for_testing_command.mm", 452 "ui/commands/set_up_for_testing_command.mm",
453 "ui/commands/show_mail_composer_command.h", 453 "ui/commands/show_mail_composer_command.h",
454 "ui/commands/show_mail_composer_command.mm", 454 "ui/commands/show_mail_composer_command.mm",
455 "ui/commands/show_signin_command.h", 455 "ui/commands/show_signin_command.h",
456 "ui/commands/show_signin_command.mm", 456 "ui/commands/show_signin_command.mm",
457 "ui/context_menu/context_menu_controller.h", 457 "ui/context_menu/context_menu_controller.h",
458 "ui/context_menu/context_menu_controller.mm", 458 "ui/context_menu/context_menu_controller.mm",
459 "ui/context_menu/context_menu_holder.h", 459 "ui/context_menu/context_menu_holder.h",
460 "ui/context_menu/context_menu_holder.mm", 460 "ui/context_menu/context_menu_holder.mm",
461 "ui/context_menu/context_menu_provider.h", 461 "ui/context_menu/context_menu_provider.h",
462 "ui/context_menu/context_menu_wrangler.h",
463 "ui/context_menu/context_menu_wrangler.mm",
462 "ui/file_locations.h", 464 "ui/file_locations.h",
463 "ui/file_locations.mm", 465 "ui/file_locations.mm",
464 "ui/image_util.h", 466 "ui/image_util.h",
465 "ui/image_util.mm", 467 "ui/image_util.mm",
466 "ui/keyboard/UIKeyCommand+Chrome.h", 468 "ui/keyboard/UIKeyCommand+Chrome.h",
467 "ui/keyboard/UIKeyCommand+Chrome.mm", 469 "ui/keyboard/UIKeyCommand+Chrome.mm",
468 "ui/keyboard/hardware_keyboard_watcher.h", 470 "ui/keyboard/hardware_keyboard_watcher.h",
469 "ui/keyboard/hardware_keyboard_watcher.mm", 471 "ui/keyboard/hardware_keyboard_watcher.mm",
470 "ui/native_content_controller.h", 472 "ui/native_content_controller.h",
471 "ui/native_content_controller.mm", 473 "ui/native_content_controller.mm",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 "//ios/public/provider/chrome/browser", 762 "//ios/public/provider/chrome/browser",
761 "//ios/public/provider/chrome/browser:test_support", 763 "//ios/public/provider/chrome/browser:test_support",
762 "//ios/web", 764 "//ios/web",
763 "//sync", 765 "//sync",
764 "//testing/gmock", 766 "//testing/gmock",
765 "//testing/gtest", 767 "//testing/gtest",
766 "//ui/base", 768 "//ui/base",
767 "//url", 769 "//url",
768 ] 770 ]
769 } 771 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698