| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 'browser/translate/translate_message_infobar_controller.h', | 534 'browser/translate/translate_message_infobar_controller.h', |
| 535 'browser/translate/translate_message_infobar_controller.mm', | 535 'browser/translate/translate_message_infobar_controller.mm', |
| 536 'browser/translate/translate_service_ios.cc', | 536 'browser/translate/translate_service_ios.cc', |
| 537 'browser/translate/translate_service_ios.h', | 537 'browser/translate/translate_service_ios.h', |
| 538 'browser/ui/UIView+SizeClassSupport.h', | 538 'browser/ui/UIView+SizeClassSupport.h', |
| 539 'browser/ui/UIView+SizeClassSupport.mm', | 539 'browser/ui/UIView+SizeClassSupport.mm', |
| 540 'browser/ui/animation_util.h', | 540 'browser/ui/animation_util.h', |
| 541 'browser/ui/animation_util.mm', | 541 'browser/ui/animation_util.mm', |
| 542 'browser/ui/autofill/autofill_client_ios.h', | 542 'browser/ui/autofill/autofill_client_ios.h', |
| 543 'browser/ui/autofill/autofill_client_ios.mm', | 543 'browser/ui/autofill/autofill_client_ios.mm', |
| 544 'browser/ui/autofill/autofill_save_card_infobar.mm', |
| 544 'browser/ui/background_generator.h', | 545 'browser/ui/background_generator.h', |
| 545 'browser/ui/background_generator.mm', | 546 'browser/ui/background_generator.mm', |
| 546 'browser/ui/browser_otr_state.h', | 547 'browser/ui/browser_otr_state.h', |
| 547 'browser/ui/browser_otr_state.mm', | 548 'browser/ui/browser_otr_state.mm', |
| 548 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', | 549 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', |
| 549 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm', | 550 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm', |
| 550 'browser/ui/commands/clear_browsing_data_command.h', | 551 'browser/ui/commands/clear_browsing_data_command.h', |
| 551 'browser/ui/commands/clear_browsing_data_command.mm', | 552 'browser/ui/commands/clear_browsing_data_command.mm', |
| 552 'browser/ui/commands/generic_chrome_command.h', | 553 'browser/ui/commands/generic_chrome_command.h', |
| 553 'browser/ui/commands/generic_chrome_command.mm', | 554 'browser/ui/commands/generic_chrome_command.mm', |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 'variables': { | 847 'variables': { |
| 847 'proto_in_dir': 'browser/safe_browsing', | 848 'proto_in_dir': 'browser/safe_browsing', |
| 848 'proto_out_dir': 'ios/chrome/browser/safe_browsing', | 849 'proto_out_dir': 'ios/chrome/browser/safe_browsing', |
| 849 }, | 850 }, |
| 850 'includes': [ '../../build/protoc.gypi' ], | 851 'includes': [ '../../build/protoc.gypi' ], |
| 851 }, | 852 }, |
| 852 ], | 853 ], |
| 853 }], | 854 }], |
| 854 ], | 855 ], |
| 855 } | 856 } |
| OLD | NEW |