OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'browser/translate/never_translate_infobar_controller.mm', | 590 'browser/translate/never_translate_infobar_controller.mm', |
591 'browser/translate/translate_accept_languages_factory.cc', | 591 'browser/translate/translate_accept_languages_factory.cc', |
592 'browser/translate/translate_accept_languages_factory.h', | 592 'browser/translate/translate_accept_languages_factory.h', |
593 'browser/translate/translate_infobar_tags.h', | 593 'browser/translate/translate_infobar_tags.h', |
594 'browser/translate/translate_message_infobar_controller.h', | 594 'browser/translate/translate_message_infobar_controller.h', |
595 'browser/translate/translate_message_infobar_controller.mm', | 595 'browser/translate/translate_message_infobar_controller.mm', |
596 'browser/translate/translate_service_ios.cc', | 596 'browser/translate/translate_service_ios.cc', |
597 'browser/translate/translate_service_ios.h', | 597 'browser/translate/translate_service_ios.h', |
598 'browser/ui/UIView+SizeClassSupport.h', | 598 'browser/ui/UIView+SizeClassSupport.h', |
599 'browser/ui/UIView+SizeClassSupport.mm', | 599 'browser/ui/UIView+SizeClassSupport.mm', |
| 600 'browser/ui/alert_coordinator/action_sheet_coordinator.h', |
| 601 'browser/ui/alert_coordinator/action_sheet_coordinator.mm', |
600 'browser/ui/alert_coordinator/alert_coordinator.h', | 602 'browser/ui/alert_coordinator/alert_coordinator.h', |
601 'browser/ui/alert_coordinator/alert_coordinator.mm', | 603 'browser/ui/alert_coordinator/alert_coordinator.mm', |
| 604 'browser/ui/alert_coordinator/input_alert_coordinator.h', |
| 605 'browser/ui/alert_coordinator/input_alert_coordinator.mm', |
602 'browser/ui/animation_util.h', | 606 'browser/ui/animation_util.h', |
603 'browser/ui/animation_util.mm', | 607 'browser/ui/animation_util.mm', |
604 'browser/ui/autofill/autofill_client_ios.h', | 608 'browser/ui/autofill/autofill_client_ios.h', |
605 'browser/ui/autofill/autofill_client_ios.mm', | 609 'browser/ui/autofill/autofill_client_ios.mm', |
606 'browser/ui/autofill/autofill_save_card_infobar.mm', | 610 'browser/ui/autofill/autofill_save_card_infobar.mm', |
607 'browser/ui/background_generator.h', | 611 'browser/ui/background_generator.h', |
608 'browser/ui/background_generator.mm', | 612 'browser/ui/background_generator.mm', |
609 'browser/ui/browser_otr_state.h', | 613 'browser/ui/browser_otr_state.h', |
610 'browser/ui/browser_otr_state.mm', | 614 'browser/ui/browser_otr_state.mm', |
611 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', | 615 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 '../../components/components.gyp:omnibox_browser', | 893 '../../components/components.gyp:omnibox_browser', |
890 '../../components/components.gyp:rlz', | 894 '../../components/components.gyp:rlz', |
891 '../../components/components.gyp:search_engines', | 895 '../../components/components.gyp:search_engines', |
892 '../../rlz/rlz.gyp:rlz_lib', | 896 '../../rlz/rlz.gyp:rlz_lib', |
893 ], | 897 ], |
894 }, | 898 }, |
895 ], | 899 ], |
896 }], | 900 }], |
897 ], | 901 ], |
898 } | 902 } |
OLD | NEW |