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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 "ui/commands/reading_list_add_command.h", | 463 "ui/commands/reading_list_add_command.h", |
464 "ui/commands/reading_list_add_command.mm", | 464 "ui/commands/reading_list_add_command.mm", |
465 "ui/commands/set_up_for_testing_command.h", | 465 "ui/commands/set_up_for_testing_command.h", |
466 "ui/commands/set_up_for_testing_command.mm", | 466 "ui/commands/set_up_for_testing_command.mm", |
467 "ui/commands/show_mail_composer_command.h", | 467 "ui/commands/show_mail_composer_command.h", |
468 "ui/commands/show_mail_composer_command.mm", | 468 "ui/commands/show_mail_composer_command.mm", |
469 "ui/commands/show_signin_command.h", | 469 "ui/commands/show_signin_command.h", |
470 "ui/commands/show_signin_command.mm", | 470 "ui/commands/show_signin_command.mm", |
471 "ui/context_menu/context_menu_controller.h", | 471 "ui/context_menu/context_menu_controller.h", |
472 "ui/context_menu/context_menu_controller.mm", | 472 "ui/context_menu/context_menu_controller.mm", |
| 473 "ui/context_menu/context_menu_coordinator.h", |
| 474 "ui/context_menu/context_menu_coordinator.mm", |
473 "ui/context_menu/context_menu_holder.h", | 475 "ui/context_menu/context_menu_holder.h", |
474 "ui/context_menu/context_menu_holder.mm", | 476 "ui/context_menu/context_menu_holder.mm", |
475 "ui/context_menu/context_menu_provider.h", | 477 "ui/context_menu/context_menu_provider.h", |
476 "ui/file_locations.h", | 478 "ui/file_locations.h", |
477 "ui/file_locations.mm", | 479 "ui/file_locations.mm", |
478 "ui/image_util.h", | 480 "ui/image_util.h", |
479 "ui/image_util.mm", | 481 "ui/image_util.mm", |
480 "ui/keyboard/UIKeyCommand+Chrome.h", | 482 "ui/keyboard/UIKeyCommand+Chrome.h", |
481 "ui/keyboard/UIKeyCommand+Chrome.mm", | 483 "ui/keyboard/UIKeyCommand+Chrome.mm", |
482 "ui/keyboard/hardware_keyboard_watcher.h", | 484 "ui/keyboard/hardware_keyboard_watcher.h", |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 "//ios/public/provider/chrome/browser:test_support", | 801 "//ios/public/provider/chrome/browser:test_support", |
800 "//ios/web", | 802 "//ios/web", |
801 "//net:test_support", | 803 "//net:test_support", |
802 "//sync", | 804 "//sync", |
803 "//testing/gmock", | 805 "//testing/gmock", |
804 "//testing/gtest", | 806 "//testing/gtest", |
805 "//ui/base", | 807 "//ui/base", |
806 "//url", | 808 "//url", |
807 ] | 809 ] |
808 } | 810 } |
OLD | NEW |