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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 "ui/commands/open_url_command.h", | 461 "ui/commands/open_url_command.h", |
462 "ui/commands/open_url_command.mm", | 462 "ui/commands/open_url_command.mm", |
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", | |
472 "ui/context_menu/context_menu_controller.mm", | |
473 "ui/context_menu/context_menu_coordinator.h", | 471 "ui/context_menu/context_menu_coordinator.h", |
474 "ui/context_menu/context_menu_coordinator.mm", | 472 "ui/context_menu/context_menu_coordinator.mm", |
475 "ui/context_menu/context_menu_holder.h", | |
476 "ui/context_menu/context_menu_holder.mm", | |
477 "ui/context_menu/context_menu_provider.h", | |
478 "ui/file_locations.h", | 473 "ui/file_locations.h", |
479 "ui/file_locations.mm", | 474 "ui/file_locations.mm", |
480 "ui/image_util.h", | 475 "ui/image_util.h", |
481 "ui/image_util.mm", | 476 "ui/image_util.mm", |
482 "ui/keyboard/UIKeyCommand+Chrome.h", | 477 "ui/keyboard/UIKeyCommand+Chrome.h", |
483 "ui/keyboard/UIKeyCommand+Chrome.mm", | 478 "ui/keyboard/UIKeyCommand+Chrome.mm", |
484 "ui/keyboard/hardware_keyboard_watcher.h", | 479 "ui/keyboard/hardware_keyboard_watcher.h", |
485 "ui/keyboard/hardware_keyboard_watcher.mm", | 480 "ui/keyboard/hardware_keyboard_watcher.mm", |
486 "ui/native_content_controller.h", | 481 "ui/native_content_controller.h", |
487 "ui/native_content_controller.mm", | 482 "ui/native_content_controller.mm", |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 "//ios/public/provider/chrome/browser:test_support", | 796 "//ios/public/provider/chrome/browser:test_support", |
802 "//ios/web", | 797 "//ios/web", |
803 "//net:test_support", | 798 "//net:test_support", |
804 "//sync", | 799 "//sync", |
805 "//testing/gmock", | 800 "//testing/gmock", |
806 "//testing/gtest", | 801 "//testing/gtest", |
807 "//ui/base", | 802 "//ui/base", |
808 "//url", | 803 "//url", |
809 ] | 804 ] |
810 } | 805 } |
OLD | NEW |