| 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/cru_context_menu_controller.h', |
| 596 'browser/ui/context_menu/cru_context_menu_controller.mm', |
| 597 'browser/ui/context_menu/cru_context_menu_holder.h', |
| 598 'browser/ui/context_menu/cru_context_menu_holder.mm', |
| 595 'browser/ui/file_locations.h', | 599 'browser/ui/file_locations.h', |
| 596 'browser/ui/file_locations.mm', | 600 'browser/ui/file_locations.mm', |
| 597 'browser/ui/image_util.h', | 601 'browser/ui/image_util.h', |
| 598 'browser/ui/image_util.mm', | 602 'browser/ui/image_util.mm', |
| 599 'browser/ui/keyboard/UIKeyCommand+Chrome.h', | 603 'browser/ui/keyboard/UIKeyCommand+Chrome.h', |
| 600 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', | 604 'browser/ui/keyboard/UIKeyCommand+Chrome.mm', |
| 601 'browser/ui/keyboard/hardware_keyboard_watcher.h', | 605 'browser/ui/keyboard/hardware_keyboard_watcher.h', |
| 602 'browser/ui/keyboard/hardware_keyboard_watcher.mm', | 606 'browser/ui/keyboard/hardware_keyboard_watcher.mm', |
| 603 'browser/ui/native_content_controller.h', | 607 'browser/ui/native_content_controller.h', |
| 604 'browser/ui/native_content_controller.mm', | 608 'browser/ui/native_content_controller.mm', |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 '../../components/components.gyp:omnibox_browser', | 852 '../../components/components.gyp:omnibox_browser', |
| 849 '../../components/components.gyp:rlz', | 853 '../../components/components.gyp:rlz', |
| 850 '../../components/components.gyp:search_engines', | 854 '../../components/components.gyp:search_engines', |
| 851 '../../rlz/rlz.gyp:rlz_lib', | 855 '../../rlz/rlz.gyp:rlz_lib', |
| 852 ], | 856 ], |
| 853 }, | 857 }, |
| 854 ], | 858 ], |
| 855 }], | 859 }], |
| 856 ], | 860 ], |
| 857 } | 861 } |
| OLD | NEW |