OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3523 'browser/ui/views/user_data_dir_dialog.h', | 3523 'browser/ui/views/user_data_dir_dialog.h', |
3524 'browser/ui/views/window.cc', | 3524 'browser/ui/views/window.cc', |
3525 'browser/ui/views/window.h', | 3525 'browser/ui/views/window.h', |
3526 'browser/ui/views/wrench_menu.cc', | 3526 'browser/ui/views/wrench_menu.cc', |
3527 'browser/ui/views/wrench_menu.h', | 3527 'browser/ui/views/wrench_menu.h', |
3528 'browser/ui/window_sizer.cc', | 3528 'browser/ui/window_sizer.cc', |
3529 'browser/ui/window_sizer.h', | 3529 'browser/ui/window_sizer.h', |
3530 'browser/ui/window_sizer_linux.cc', | 3530 'browser/ui/window_sizer_linux.cc', |
3531 'browser/ui/window_sizer_mac.mm', | 3531 'browser/ui/window_sizer_mac.mm', |
3532 'browser/ui/window_sizer_win.cc', | 3532 'browser/ui/window_sizer_win.cc', |
| 3533 'browser/ui/window_snapshot/window_snapshot.h', |
| 3534 'browser/ui/window_snapshot/window_snapshot_mac.mm', |
| 3535 'browser/ui/window_snapshot/window_snapshot_win.cc', |
| 3536 'browser/ui/window_snapshot/window_snapshot_x.cc', |
3533 'browser/upgrade_detector.cc', | 3537 'browser/upgrade_detector.cc', |
3534 'browser/upgrade_detector.h', | 3538 'browser/upgrade_detector.h', |
3535 'browser/user_style_sheet_watcher.cc', | 3539 'browser/user_style_sheet_watcher.cc', |
3536 'browser/user_style_sheet_watcher.h', | 3540 'browser/user_style_sheet_watcher.h', |
3537 'browser/utility_process_host.cc', | 3541 'browser/utility_process_host.cc', |
3538 'browser/utility_process_host.h', | 3542 'browser/utility_process_host.h', |
3539 'browser/visitedlink/visitedlink_event_listener.cc', | 3543 'browser/visitedlink/visitedlink_event_listener.cc', |
3540 'browser/visitedlink/visitedlink_event_listener.h', | 3544 'browser/visitedlink/visitedlink_event_listener.h', |
3541 'browser/visitedlink/visitedlink_master.cc', | 3545 'browser/visitedlink/visitedlink_master.cc', |
3542 'browser/visitedlink/visitedlink_master.h', | 3546 'browser/visitedlink/visitedlink_master.h', |
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4586 ], | 4590 ], |
4587 }, | 4591 }, |
4588 ], | 4592 ], |
4589 } | 4593 } |
4590 | 4594 |
4591 # Local Variables: | 4595 # Local Variables: |
4592 # tab-width:2 | 4596 # tab-width:2 |
4593 # indent-tabs-mode:nil | 4597 # indent-tabs-mode:nil |
4594 # End: | 4598 # End: |
4595 # vim: set expandtab tabstop=2 shiftwidth=2: | 4599 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |