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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 606 'browser/ui/context_menu/context_menu_controller.h', |
607 'browser/ui/context_menu/context_menu_controller.mm', | 607 'browser/ui/context_menu/context_menu_controller.mm', |
| 608 'browser/ui/context_menu/context_menu_coordinator.h', |
| 609 'browser/ui/context_menu/context_menu_coordinator.mm', |
608 'browser/ui/context_menu/context_menu_holder.h', | 610 'browser/ui/context_menu/context_menu_holder.h', |
609 'browser/ui/context_menu/context_menu_holder.mm', | 611 'browser/ui/context_menu/context_menu_holder.mm', |
610 'browser/ui/context_menu/context_menu_provider.h', | 612 'browser/ui/context_menu/context_menu_provider.h', |
611 'browser/ui/file_locations.h', | 613 'browser/ui/file_locations.h', |
612 'browser/ui/file_locations.mm', | 614 'browser/ui/file_locations.mm', |
613 'browser/ui/image_util.h', | 615 'browser/ui/image_util.h', |
614 'browser/ui/image_util.mm', | 616 'browser/ui/image_util.mm', |
615 'browser/ui/keyboard/UIKeyCommand+Chrome.h', | 617 'browser/ui/keyboard/UIKeyCommand+Chrome.h', |
616 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', | 618 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', |
617 'browser/ui/keyboard/hardware_keyboard_watcher.h', | 619 'browser/ui/keyboard/hardware_keyboard_watcher.h', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
868 '../../components/components.gyp:omnibox_browser', | 870 '../../components/components.gyp:omnibox_browser', |
869 '../../components/components.gyp:rlz', | 871 '../../components/components.gyp:rlz', |
870 '../../components/components.gyp:search_engines', | 872 '../../components/components.gyp:search_engines', |
871 '../../rlz/rlz.gyp:rlz_lib', | 873 '../../rlz/rlz.gyp:rlz_lib', |
872 ], | 874 ], |
873 }, | 875 }, |
874 ], | 876 ], |
875 }], | 877 }], |
876 ], | 878 ], |
877 } | 879 } |
OLD | NEW |