OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2333 'browser/upgrade_detector.h', | 2333 'browser/upgrade_detector.h', |
2334 'browser/user_style_sheet_watcher.cc', | 2334 'browser/user_style_sheet_watcher.cc', |
2335 'browser/user_style_sheet_watcher.h', | 2335 'browser/user_style_sheet_watcher.h', |
2336 'browser/utility_process_host.cc', | 2336 'browser/utility_process_host.cc', |
2337 'browser/utility_process_host.h', | 2337 'browser/utility_process_host.h', |
2338 'browser/view_ids.h', | 2338 'browser/view_ids.h', |
2339 'browser/views/about_chrome_view.cc', | 2339 'browser/views/about_chrome_view.cc', |
2340 'browser/views/about_chrome_view.h', | 2340 'browser/views/about_chrome_view.h', |
2341 'browser/views/about_ipc_dialog.cc', | 2341 'browser/views/about_ipc_dialog.cc', |
2342 'browser/views/about_ipc_dialog.h', | 2342 'browser/views/about_ipc_dialog.h', |
2343 'browser/views/about_network_dialog.cc', | |
2344 'browser/views/about_network_dialog.h', | |
2345 'browser/views/accelerator_table_gtk.cc', | 2343 'browser/views/accelerator_table_gtk.cc', |
2346 'browser/views/accelerator_table_gtk.h', | 2344 'browser/views/accelerator_table_gtk.h', |
2347 'browser/views/accessibility_event_router_views.cc', | 2345 'browser/views/accessibility_event_router_views.cc', |
2348 'browser/views/accessibility_event_router_views.h', | 2346 'browser/views/accessibility_event_router_views.h', |
2349 'browser/views/accessible_toolbar_view.cc', | 2347 'browser/views/accessible_toolbar_view.cc', |
2350 'browser/views/accessible_toolbar_view.h', | 2348 'browser/views/accessible_toolbar_view.h', |
2351 'browser/views/accessible_view_helper.cc', | 2349 'browser/views/accessible_view_helper.cc', |
2352 'browser/views/accessible_view_helper.h', | 2350 'browser/views/accessible_view_helper.h', |
2353 'browser/views/app_launched_animation_win.cc', | 2351 'browser/views/app_launched_animation_win.cc', |
2354 'browser/views/app_launcher.cc', | 2352 'browser/views/app_launcher.cc', |
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3524 ], | 3522 ], |
3525 }, | 3523 }, |
3526 ], | 3524 ], |
3527 } | 3525 } |
3528 | 3526 |
3529 # Local Variables: | 3527 # Local Variables: |
3530 # tab-width:2 | 3528 # tab-width:2 |
3531 # indent-tabs-mode:nil | 3529 # indent-tabs-mode:nil |
3532 # End: | 3530 # End: |
3533 # vim: set expandtab tabstop=2 shiftwidth=2: | 3531 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |