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 | 7 |
8 declare_args() { | 8 declare_args() { |
9 google_test_gaia_client_id = "" | 9 google_test_gaia_client_id = "" |
10 google_test_gaia_client_secret = "" | 10 google_test_gaia_client_secret = "" |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 "translate/translate_message_infobar_controller.h", | 383 "translate/translate_message_infobar_controller.h", |
384 "translate/translate_message_infobar_controller.mm", | 384 "translate/translate_message_infobar_controller.mm", |
385 "translate/translate_service_ios.cc", | 385 "translate/translate_service_ios.cc", |
386 "translate/translate_service_ios.h", | 386 "translate/translate_service_ios.h", |
387 "ui/UIView+SizeClassSupport.h", | 387 "ui/UIView+SizeClassSupport.h", |
388 "ui/UIView+SizeClassSupport.mm", | 388 "ui/UIView+SizeClassSupport.mm", |
389 "ui/animation_util.h", | 389 "ui/animation_util.h", |
390 "ui/animation_util.mm", | 390 "ui/animation_util.mm", |
391 "ui/autofill/autofill_client_ios.h", | 391 "ui/autofill/autofill_client_ios.h", |
392 "ui/autofill/autofill_client_ios.mm", | 392 "ui/autofill/autofill_client_ios.mm", |
| 393 "ui/autofill/autofill_save_card_infobar.mm", |
393 "ui/background_generator.h", | 394 "ui/background_generator.h", |
394 "ui/background_generator.mm", | 395 "ui/background_generator.mm", |
395 "ui/browser_otr_state.h", | 396 "ui/browser_otr_state.h", |
396 "ui/browser_otr_state.mm", | 397 "ui/browser_otr_state.mm", |
397 "ui/commands/UIKit+ChromeExecuteCommand.h", | 398 "ui/commands/UIKit+ChromeExecuteCommand.h", |
398 "ui/commands/UIKit+ChromeExecuteCommand.mm", | 399 "ui/commands/UIKit+ChromeExecuteCommand.mm", |
399 "ui/commands/clear_browsing_data_command.h", | 400 "ui/commands/clear_browsing_data_command.h", |
400 "ui/commands/clear_browsing_data_command.mm", | 401 "ui/commands/clear_browsing_data_command.mm", |
401 "ui/commands/generic_chrome_command.h", | 402 "ui/commands/generic_chrome_command.h", |
402 "ui/commands/generic_chrome_command.mm", | 403 "ui/commands/generic_chrome_command.mm", |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 "//ios/chrome/common", | 695 "//ios/chrome/common", |
695 "//ios/chrome/test", | 696 "//ios/chrome/test", |
696 "//ios/public/provider/chrome/browser", | 697 "//ios/public/provider/chrome/browser", |
697 "//ios/web", | 698 "//ios/web", |
698 "//testing/gmock", | 699 "//testing/gmock", |
699 "//testing/gtest", | 700 "//testing/gtest", |
700 "//ui/base", | 701 "//ui/base", |
701 "//url", | 702 "//url", |
702 ] | 703 ] |
703 } | 704 } |
OLD | NEW |