OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'browser/fullscreen.h', | 648 'browser/fullscreen.h', |
649 'browser/fullscreen_ash.cc', | 649 'browser/fullscreen_ash.cc', |
650 'browser/fullscreen_aura.cc', | 650 'browser/fullscreen_aura.cc', |
651 'browser/fullscreen_gtk.cc', | 651 'browser/fullscreen_gtk.cc', |
652 'browser/fullscreen_mac.mm', | 652 'browser/fullscreen_mac.mm', |
653 'browser/fullscreen_win.cc', | 653 'browser/fullscreen_win.cc', |
654 'browser/geolocation/chrome_access_token_store.cc', | 654 'browser/geolocation/chrome_access_token_store.cc', |
655 'browser/geolocation/chrome_access_token_store.h', | 655 'browser/geolocation/chrome_access_token_store.h', |
656 'browser/geolocation/chrome_geolocation_permission_context.cc', | 656 'browser/geolocation/chrome_geolocation_permission_context.cc', |
657 'browser/geolocation/chrome_geolocation_permission_context.h', | 657 'browser/geolocation/chrome_geolocation_permission_context.h', |
| 658 'browser/geolocation/geolocation_confirm_infobar_delegate.cc', |
| 659 'browser/geolocation/geolocation_confirm_infobar_delegate.h', |
658 'browser/geolocation/geolocation_infobar_queue_controller.cc', | 660 'browser/geolocation/geolocation_infobar_queue_controller.cc', |
659 'browser/geolocation/geolocation_infobar_queue_controller.h', | 661 'browser/geolocation/geolocation_infobar_queue_controller.h', |
660 'browser/geolocation/geolocation_prefs.cc', | 662 'browser/geolocation/geolocation_prefs.cc', |
661 'browser/geolocation/geolocation_prefs.h', | 663 'browser/geolocation/geolocation_prefs.h', |
662 'browser/geolocation/geolocation_settings_state.cc', | 664 'browser/geolocation/geolocation_settings_state.cc', |
663 'browser/geolocation/geolocation_settings_state.h', | 665 'browser/geolocation/geolocation_settings_state.h', |
664 'browser/geolocation/wifi_data_provider_chromeos.cc', | 666 'browser/geolocation/wifi_data_provider_chromeos.cc', |
665 'browser/geolocation/wifi_data_provider_chromeos.h', | 667 'browser/geolocation/wifi_data_provider_chromeos.h', |
666 'browser/global_keyboard_shortcuts_mac.h', | 668 'browser/global_keyboard_shortcuts_mac.h', |
667 'browser/global_keyboard_shortcuts_mac.mm', | 669 'browser/global_keyboard_shortcuts_mac.mm', |
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2889 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2891 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2890 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2892 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2891 }, | 2893 }, |
2892 'includes': ['../build/protoc.gypi'], | 2894 'includes': ['../build/protoc.gypi'], |
2893 }, | 2895 }, |
2894 ], | 2896 ], |
2895 }, | 2897 }, |
2896 ], | 2898 ], |
2897 ], | 2899 ], |
2898 } | 2900 } |
OLD | NEW |