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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm', | 223 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm', |
224 'browser/ui/commands/clear_browsing_data_command.h', | 224 'browser/ui/commands/clear_browsing_data_command.h', |
225 'browser/ui/commands/clear_browsing_data_command.mm', | 225 'browser/ui/commands/clear_browsing_data_command.mm', |
226 'browser/ui/commands/generic_chrome_command.h', | 226 'browser/ui/commands/generic_chrome_command.h', |
227 'browser/ui/commands/generic_chrome_command.mm', | 227 'browser/ui/commands/generic_chrome_command.mm', |
228 'browser/ui/commands/ios_command_ids.h', | 228 'browser/ui/commands/ios_command_ids.h', |
229 'browser/ui/commands/open_url_command.h', | 229 'browser/ui/commands/open_url_command.h', |
230 'browser/ui/commands/open_url_command.mm', | 230 'browser/ui/commands/open_url_command.mm', |
231 'browser/ui/commands/set_up_for_testing_command.h', | 231 'browser/ui/commands/set_up_for_testing_command.h', |
232 'browser/ui/commands/set_up_for_testing_command.mm', | 232 'browser/ui/commands/set_up_for_testing_command.mm', |
233 'browser/ui/commands/show_accounts_settings_command.h', | |
234 'browser/ui/commands/show_accounts_settings_command.mm', | |
235 'browser/ui/commands/show_mail_composer_command.h', | 233 'browser/ui/commands/show_mail_composer_command.h', |
236 'browser/ui/commands/show_mail_composer_command.mm', | 234 'browser/ui/commands/show_mail_composer_command.mm', |
| 235 'browser/ui/commands/show_signin_command.h', |
| 236 'browser/ui/commands/show_signin_command.mm', |
237 'browser/ui/file_locations.h', | 237 'browser/ui/file_locations.h', |
238 'browser/ui/file_locations.mm', | 238 'browser/ui/file_locations.mm', |
239 'browser/ui/image_util.h', | 239 'browser/ui/image_util.h', |
240 'browser/ui/image_util.mm', | 240 'browser/ui/image_util.mm', |
241 'browser/ui/native_content_controller.h', | 241 'browser/ui/native_content_controller.h', |
242 'browser/ui/native_content_controller.mm', | 242 'browser/ui/native_content_controller.mm', |
243 'browser/ui/orientation_limiting_navigation_controller.h', | 243 'browser/ui/orientation_limiting_navigation_controller.h', |
244 'browser/ui/orientation_limiting_navigation_controller.mm', | 244 'browser/ui/orientation_limiting_navigation_controller.mm', |
245 'browser/ui/reversed_animation.h', | 245 'browser/ui/reversed_animation.h', |
246 'browser/ui/reversed_animation.mm', | 246 'browser/ui/reversed_animation.mm', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 '../../ios/web/js_compile.gypi', | 299 '../../ios/web/js_compile.gypi', |
300 ], | 300 ], |
301 'link_settings': { | 301 'link_settings': { |
302 'mac_bundle_resources': [ | 302 'mac_bundle_resources': [ |
303 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 303 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
304 ], | 304 ], |
305 }, | 305 }, |
306 }, | 306 }, |
307 ], | 307 ], |
308 } | 308 } |
OLD | NEW |