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 3500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3511 'browser/ui/views/user_data_dir_dialog.h', | 3511 'browser/ui/views/user_data_dir_dialog.h', |
3512 'browser/ui/views/window.cc', | 3512 'browser/ui/views/window.cc', |
3513 'browser/ui/views/window.h', | 3513 'browser/ui/views/window.h', |
3514 'browser/ui/views/wrench_menu.cc', | 3514 'browser/ui/views/wrench_menu.cc', |
3515 'browser/ui/views/wrench_menu.h', | 3515 'browser/ui/views/wrench_menu.h', |
3516 'browser/ui/window_sizer.cc', | 3516 'browser/ui/window_sizer.cc', |
3517 'browser/ui/window_sizer.h', | 3517 'browser/ui/window_sizer.h', |
3518 'browser/ui/window_sizer_mac.mm', | 3518 'browser/ui/window_sizer_mac.mm', |
3519 'browser/ui/window_sizer_linux.cc', | 3519 'browser/ui/window_sizer_linux.cc', |
3520 'browser/ui/window_sizer_win.cc', | 3520 'browser/ui/window_sizer_win.cc', |
| 3521 'browser/ui/window_snapshot/window_snapshot.h', |
| 3522 'browser/ui/window_snapshot/window_snapshot_mac.mm', |
| 3523 'browser/ui/window_snapshot/window_snapshot_win.cc', |
| 3524 'browser/ui/window_snapshot/window_snapshot_x.cc', |
3521 'browser/upgrade_detector.cc', | 3525 'browser/upgrade_detector.cc', |
3522 'browser/upgrade_detector.h', | 3526 'browser/upgrade_detector.h', |
3523 'browser/user_style_sheet_watcher.cc', | 3527 'browser/user_style_sheet_watcher.cc', |
3524 'browser/user_style_sheet_watcher.h', | 3528 'browser/user_style_sheet_watcher.h', |
3525 'browser/utility_process_host.cc', | 3529 'browser/utility_process_host.cc', |
3526 'browser/utility_process_host.h', | 3530 'browser/utility_process_host.h', |
3527 'browser/visitedlink/visitedlink_master.cc', | 3531 'browser/visitedlink/visitedlink_master.cc', |
3528 'browser/visitedlink/visitedlink_master.h', | 3532 'browser/visitedlink/visitedlink_master.h', |
3529 'browser/visitedlink/visitedlink_event_listener.cc', | 3533 'browser/visitedlink/visitedlink_event_listener.cc', |
3530 'browser/visitedlink/visitedlink_event_listener.h', | 3534 'browser/visitedlink/visitedlink_event_listener.h', |
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4577 ], | 4581 ], |
4578 }, | 4582 }, |
4579 ], | 4583 ], |
4580 } | 4584 } |
4581 | 4585 |
4582 # Local Variables: | 4586 # Local Variables: |
4583 # tab-width:2 | 4587 # tab-width:2 |
4584 # indent-tabs-mode:nil | 4588 # indent-tabs-mode:nil |
4585 # End: | 4589 # End: |
4586 # vim: set expandtab tabstop=2 shiftwidth=2: | 4590 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |