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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'browser/infobars/infobar_controller.h', | 58 'browser/infobars/infobar_controller.h', |
59 'browser/infobars/infobar_controller.mm', | 59 'browser/infobars/infobar_controller.mm', |
60 'browser/infobars/infobar_manager_impl.cc', | 60 'browser/infobars/infobar_manager_impl.cc', |
61 'browser/infobars/infobar_manager_impl.h', | 61 'browser/infobars/infobar_manager_impl.h', |
62 'browser/infobars/infobar_utils.h', | 62 'browser/infobars/infobar_utils.h', |
63 'browser/infobars/infobar_utils.mm', | 63 'browser/infobars/infobar_utils.mm', |
64 'browser/net/image_fetcher.h', | 64 'browser/net/image_fetcher.h', |
65 'browser/net/image_fetcher.mm', | 65 'browser/net/image_fetcher.mm', |
66 'browser/pref_names.cc', | 66 'browser/pref_names.cc', |
67 'browser/pref_names.h', | 67 'browser/pref_names.h', |
| 68 'browser/snapshots/snapshot_cache.h', |
| 69 'browser/snapshots/snapshot_cache.mm', |
| 70 'browser/snapshots/snapshot_manager.h', |
| 71 'browser/snapshots/snapshot_manager.mm', |
| 72 'browser/snapshots/snapshot_overlay.h', |
| 73 'browser/snapshots/snapshot_overlay.mm', |
| 74 'browser/snapshots/snapshots_util.h', |
| 75 'browser/snapshots/snapshots_util.mm', |
68 'browser/suggestions/image_fetcher_impl.h', | 76 'browser/suggestions/image_fetcher_impl.h', |
69 'browser/suggestions/image_fetcher_impl.mm', | 77 'browser/suggestions/image_fetcher_impl.mm', |
70 'browser/suggestions/suggestions_service_factory.h', | 78 'browser/suggestions/suggestions_service_factory.h', |
71 'browser/suggestions/suggestions_service_factory.mm', | 79 'browser/suggestions/suggestions_service_factory.mm', |
72 'browser/translate/after_translate_infobar_controller.h', | 80 'browser/translate/after_translate_infobar_controller.h', |
73 'browser/translate/after_translate_infobar_controller.mm', | 81 'browser/translate/after_translate_infobar_controller.mm', |
74 'browser/translate/before_translate_infobar_controller.h', | 82 'browser/translate/before_translate_infobar_controller.h', |
75 'browser/translate/before_translate_infobar_controller.mm', | 83 'browser/translate/before_translate_infobar_controller.mm', |
76 'browser/translate/chrome_ios_translate_client.h', | 84 'browser/translate/chrome_ios_translate_client.h', |
77 'browser/translate/chrome_ios_translate_client.mm', | 85 'browser/translate/chrome_ios_translate_client.mm', |
78 'browser/translate/never_translate_infobar_controller.h', | 86 'browser/translate/never_translate_infobar_controller.h', |
79 'browser/translate/never_translate_infobar_controller.mm', | 87 'browser/translate/never_translate_infobar_controller.mm', |
80 'browser/translate/translate_accept_languages_factory.cc', | 88 'browser/translate/translate_accept_languages_factory.cc', |
81 'browser/translate/translate_accept_languages_factory.h', | 89 'browser/translate/translate_accept_languages_factory.h', |
82 'browser/translate/translate_infobar_tags.h', | 90 'browser/translate/translate_infobar_tags.h', |
83 'browser/translate/translate_message_infobar_controller.h', | 91 'browser/translate/translate_message_infobar_controller.h', |
84 'browser/translate/translate_message_infobar_controller.mm', | 92 'browser/translate/translate_message_infobar_controller.mm', |
85 'browser/translate/translate_service_ios.cc', | 93 'browser/translate/translate_service_ios.cc', |
86 'browser/translate/translate_service_ios.h', | 94 'browser/translate/translate_service_ios.h', |
87 'browser/ui/animation_util.h', | 95 'browser/ui/animation_util.h', |
88 'browser/ui/animation_util.mm', | 96 'browser/ui/animation_util.mm', |
89 'browser/ui/reversed_animation.h', | 97 'browser/ui/reversed_animation.h', |
90 'browser/ui/reversed_animation.mm', | 98 'browser/ui/reversed_animation.mm', |
91 'browser/ui/snapshots_util.h', | |
92 'browser/ui/snapshots_util.mm', | |
93 'browser/ui/ui_util.h', | 99 'browser/ui/ui_util.h', |
94 'browser/ui/ui_util.mm', | 100 'browser/ui/ui_util.mm', |
95 'browser/ui/uikit_ui_util.h', | 101 'browser/ui/uikit_ui_util.h', |
96 'browser/ui/uikit_ui_util.mm', | 102 'browser/ui/uikit_ui_util.mm', |
97 ], | 103 ], |
98 }, | 104 }, |
99 ], | 105 ], |
100 } | 106 } |
OLD | NEW |