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