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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 'browser/ui/commands/open_url_command.h', | 585 'browser/ui/commands/open_url_command.h', |
586 'browser/ui/commands/open_url_command.mm', | 586 'browser/ui/commands/open_url_command.mm', |
587 'browser/ui/commands/reading_list_add_command.h', | 587 'browser/ui/commands/reading_list_add_command.h', |
588 'browser/ui/commands/reading_list_add_command.mm', | 588 'browser/ui/commands/reading_list_add_command.mm', |
589 'browser/ui/commands/set_up_for_testing_command.h', | 589 'browser/ui/commands/set_up_for_testing_command.h', |
590 'browser/ui/commands/set_up_for_testing_command.mm', | 590 'browser/ui/commands/set_up_for_testing_command.mm', |
591 'browser/ui/commands/show_mail_composer_command.h', | 591 'browser/ui/commands/show_mail_composer_command.h', |
592 'browser/ui/commands/show_mail_composer_command.mm', | 592 'browser/ui/commands/show_mail_composer_command.mm', |
593 'browser/ui/commands/show_signin_command.h', | 593 'browser/ui/commands/show_signin_command.h', |
594 'browser/ui/commands/show_signin_command.mm', | 594 'browser/ui/commands/show_signin_command.mm', |
| 595 'browser/ui/context_menu/context_menu_controller.h', |
| 596 'browser/ui/context_menu/context_menu_controller.mm', |
| 597 'browser/ui/context_menu/context_menu_holder.h', |
| 598 'browser/ui/context_menu/context_menu_holder.mm', |
| 599 'browser/ui/context_menu/context_menu_provider.h', |
595 'browser/ui/file_locations.h', | 600 'browser/ui/file_locations.h', |
596 'browser/ui/file_locations.mm', | 601 'browser/ui/file_locations.mm', |
597 'browser/ui/image_util.h', | 602 'browser/ui/image_util.h', |
598 'browser/ui/image_util.mm', | 603 'browser/ui/image_util.mm', |
599 'browser/ui/keyboard/UIKeyCommand+Chrome.h', | 604 'browser/ui/keyboard/UIKeyCommand+Chrome.h', |
600 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', | 605 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', |
601 'browser/ui/keyboard/hardware_keyboard_watcher.h', | 606 'browser/ui/keyboard/hardware_keyboard_watcher.h', |
602 'browser/ui/keyboard/hardware_keyboard_watcher.mm', | 607 'browser/ui/keyboard/hardware_keyboard_watcher.mm', |
603 'browser/ui/native_content_controller.h', | 608 'browser/ui/native_content_controller.h', |
604 'browser/ui/native_content_controller.mm', | 609 'browser/ui/native_content_controller.mm', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 '../../components/components.gyp:omnibox_browser', | 857 '../../components/components.gyp:omnibox_browser', |
853 '../../components/components.gyp:rlz', | 858 '../../components/components.gyp:rlz', |
854 '../../components/components.gyp:search_engines', | 859 '../../components/components.gyp:search_engines', |
855 '../../rlz/rlz.gyp:rlz_lib', | 860 '../../rlz/rlz.gyp:rlz_lib', |
856 ], | 861 ], |
857 }, | 862 }, |
858 ], | 863 ], |
859 }], | 864 }], |
860 ], | 865 ], |
861 } | 866 } |
OLD | NEW |