| 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 'browser/ui/commands/open_url_command.h', | 596 'browser/ui/commands/open_url_command.h', |
| 597 'browser/ui/commands/open_url_command.mm', | 597 'browser/ui/commands/open_url_command.mm', |
| 598 'browser/ui/commands/reading_list_add_command.h', | 598 'browser/ui/commands/reading_list_add_command.h', |
| 599 'browser/ui/commands/reading_list_add_command.mm', | 599 'browser/ui/commands/reading_list_add_command.mm', |
| 600 'browser/ui/commands/set_up_for_testing_command.h', | 600 'browser/ui/commands/set_up_for_testing_command.h', |
| 601 'browser/ui/commands/set_up_for_testing_command.mm', | 601 'browser/ui/commands/set_up_for_testing_command.mm', |
| 602 'browser/ui/commands/show_mail_composer_command.h', | 602 'browser/ui/commands/show_mail_composer_command.h', |
| 603 'browser/ui/commands/show_mail_composer_command.mm', | 603 'browser/ui/commands/show_mail_composer_command.mm', |
| 604 'browser/ui/commands/show_signin_command.h', | 604 'browser/ui/commands/show_signin_command.h', |
| 605 'browser/ui/commands/show_signin_command.mm', | 605 'browser/ui/commands/show_signin_command.mm', |
| 606 'browser/ui/context_menu/context_menu_controller.h', | |
| 607 'browser/ui/context_menu/context_menu_controller.mm', | |
| 608 'browser/ui/context_menu/context_menu_coordinator.h', | 606 'browser/ui/context_menu/context_menu_coordinator.h', |
| 609 'browser/ui/context_menu/context_menu_coordinator.mm', | 607 'browser/ui/context_menu/context_menu_coordinator.mm', |
| 610 'browser/ui/context_menu/context_menu_holder.h', | |
| 611 'browser/ui/context_menu/context_menu_holder.mm', | |
| 612 'browser/ui/context_menu/context_menu_provider.h', | |
| 613 'browser/ui/file_locations.h', | 608 'browser/ui/file_locations.h', |
| 614 'browser/ui/file_locations.mm', | 609 'browser/ui/file_locations.mm', |
| 615 'browser/ui/image_util.h', | 610 'browser/ui/image_util.h', |
| 616 'browser/ui/image_util.mm', | 611 'browser/ui/image_util.mm', |
| 617 'browser/ui/keyboard/UIKeyCommand+Chrome.h', | 612 'browser/ui/keyboard/UIKeyCommand+Chrome.h', |
| 618 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', | 613 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', |
| 619 'browser/ui/keyboard/hardware_keyboard_watcher.h', | 614 'browser/ui/keyboard/hardware_keyboard_watcher.h', |
| 620 'browser/ui/keyboard/hardware_keyboard_watcher.mm', | 615 'browser/ui/keyboard/hardware_keyboard_watcher.mm', |
| 621 'browser/ui/native_content_controller.h', | 616 'browser/ui/native_content_controller.h', |
| 622 'browser/ui/native_content_controller.mm', | 617 'browser/ui/native_content_controller.mm', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 '../../components/components.gyp:omnibox_browser', | 865 '../../components/components.gyp:omnibox_browser', |
| 871 '../../components/components.gyp:rlz', | 866 '../../components/components.gyp:rlz', |
| 872 '../../components/components.gyp:search_engines', | 867 '../../components/components.gyp:search_engines', |
| 873 '../../rlz/rlz.gyp:rlz_lib', | 868 '../../rlz/rlz.gyp:rlz_lib', |
| 874 ], | 869 ], |
| 875 }, | 870 }, |
| 876 ], | 871 ], |
| 877 }], | 872 }], |
| 878 ], | 873 ], |
| 879 } | 874 } |
| OLD | NEW |