OLD | NEW |
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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 "ui/commands/reading_list_add_command.h", | 449 "ui/commands/reading_list_add_command.h", |
450 "ui/commands/reading_list_add_command.mm", | 450 "ui/commands/reading_list_add_command.mm", |
451 "ui/commands/set_up_for_testing_command.h", | 451 "ui/commands/set_up_for_testing_command.h", |
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_coordinator.h", |
| 460 "ui/context_menu/context_menu_coordinator.mm", |
459 "ui/context_menu/context_menu_holder.h", | 461 "ui/context_menu/context_menu_holder.h", |
460 "ui/context_menu/context_menu_holder.mm", | 462 "ui/context_menu/context_menu_holder.mm", |
461 "ui/context_menu/context_menu_provider.h", | 463 "ui/context_menu/context_menu_provider.h", |
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", |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |