| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "ui/commands/open_url_command.h", | 443 "ui/commands/open_url_command.h", |
| 444 "ui/commands/open_url_command.mm", | 444 "ui/commands/open_url_command.mm", |
| 445 "ui/commands/reading_list_add_command.h", | 445 "ui/commands/reading_list_add_command.h", |
| 446 "ui/commands/reading_list_add_command.mm", | 446 "ui/commands/reading_list_add_command.mm", |
| 447 "ui/commands/set_up_for_testing_command.h", | 447 "ui/commands/set_up_for_testing_command.h", |
| 448 "ui/commands/set_up_for_testing_command.mm", | 448 "ui/commands/set_up_for_testing_command.mm", |
| 449 "ui/commands/show_mail_composer_command.h", | 449 "ui/commands/show_mail_composer_command.h", |
| 450 "ui/commands/show_mail_composer_command.mm", | 450 "ui/commands/show_mail_composer_command.mm", |
| 451 "ui/commands/show_signin_command.h", | 451 "ui/commands/show_signin_command.h", |
| 452 "ui/commands/show_signin_command.mm", | 452 "ui/commands/show_signin_command.mm", |
| 453 "ui/context_menu/cru_context_menu_controller.h", |
| 454 "ui/context_menu/cru_context_menu_controller.mm", |
| 455 "ui/context_menu/cru_context_menu_holder.h", |
| 456 "ui/context_menu/cru_context_menu_holder.mm", |
| 453 "ui/file_locations.h", | 457 "ui/file_locations.h", |
| 454 "ui/file_locations.mm", | 458 "ui/file_locations.mm", |
| 455 "ui/image_util.h", | 459 "ui/image_util.h", |
| 456 "ui/image_util.mm", | 460 "ui/image_util.mm", |
| 457 "ui/keyboard/UIKeyCommand+Chrome.h", | 461 "ui/keyboard/UIKeyCommand+Chrome.h", |
| 458 "ui/keyboard/UIKeyCommand+Chrome.mm", | 462 "ui/keyboard/UIKeyCommand+Chrome.mm", |
| 459 "ui/keyboard/hardware_keyboard_watcher.h", | 463 "ui/keyboard/hardware_keyboard_watcher.h", |
| 460 "ui/keyboard/hardware_keyboard_watcher.mm", | 464 "ui/keyboard/hardware_keyboard_watcher.mm", |
| 461 "ui/native_content_controller.h", | 465 "ui/native_content_controller.h", |
| 462 "ui/native_content_controller.mm", | 466 "ui/native_content_controller.mm", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "//ios/public/provider/chrome/browser", | 753 "//ios/public/provider/chrome/browser", |
| 750 "//ios/public/provider/chrome/browser:test_support", | 754 "//ios/public/provider/chrome/browser:test_support", |
| 751 "//ios/web", | 755 "//ios/web", |
| 752 "//sync", | 756 "//sync", |
| 753 "//testing/gmock", | 757 "//testing/gmock", |
| 754 "//testing/gtest", | 758 "//testing/gtest", |
| 755 "//ui/base", | 759 "//ui/base", |
| 756 "//url", | 760 "//url", |
| 757 ] | 761 ] |
| 758 } | 762 } |
| OLD | NEW |