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 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1295 'browser/geolocation/win7_location_api_win.h', | 1295 'browser/geolocation/win7_location_api_win.h', |
1296 'browser/geolocation/win7_location_provider_win.cc', | 1296 'browser/geolocation/win7_location_provider_win.cc', |
1297 'browser/geolocation/win7_location_provider_win.h', | 1297 'browser/geolocation/win7_location_provider_win.h', |
1298 'browser/google/google_update.cc', | 1298 'browser/google/google_update.cc', |
1299 'browser/google/google_update.h', | 1299 'browser/google/google_update.h', |
1300 'browser/google/google_update_settings_posix.cc', | 1300 'browser/google/google_update_settings_posix.cc', |
1301 'browser/google/google_url_tracker.cc', | 1301 'browser/google/google_url_tracker.cc', |
1302 'browser/google/google_url_tracker.h', | 1302 'browser/google/google_url_tracker.h', |
1303 'browser/google/google_util.cc', | 1303 'browser/google/google_util.cc', |
1304 'browser/google/google_util.h', | 1304 'browser/google/google_util.h', |
| 1305 'browser/gpu_blacklist.cc', |
| 1306 'browser/gpu_blacklist.h', |
1305 'browser/gpu_process_host.cc', | 1307 'browser/gpu_process_host.cc', |
1306 'browser/gpu_process_host.h', | 1308 'browser/gpu_process_host.h', |
1307 'browser/gpu_process_host_ui_shim.cc', | 1309 'browser/gpu_process_host_ui_shim.cc', |
1308 'browser/gpu_process_host_ui_shim.h', | 1310 'browser/gpu_process_host_ui_shim.h', |
1309 'browser/gtk/about_chrome_dialog.cc', | 1311 'browser/gtk/about_chrome_dialog.cc', |
1310 'browser/gtk/about_chrome_dialog.h', | 1312 'browser/gtk/about_chrome_dialog.h', |
1311 'browser/gtk/accelerators_gtk.cc', | 1313 'browser/gtk/accelerators_gtk.cc', |
1312 'browser/gtk/accelerators_gtk.h', | 1314 'browser/gtk/accelerators_gtk.h', |
1313 'browser/gtk/accessibility_event_router_gtk.cc', | 1315 'browser/gtk/accessibility_event_router_gtk.cc', |
1314 'browser/gtk/accessibility_event_router_gtk.h', | 1316 'browser/gtk/accessibility_event_router_gtk.h', |
(...skipping 3167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4482 ], | 4484 ], |
4483 }, | 4485 }, |
4484 ], | 4486 ], |
4485 } | 4487 } |
4486 | 4488 |
4487 # Local Variables: | 4489 # Local Variables: |
4488 # tab-width:2 | 4490 # tab-width:2 |
4489 # indent-tabs-mode:nil | 4491 # indent-tabs-mode:nil |
4490 # End: | 4492 # End: |
4491 # vim: set expandtab tabstop=2 shiftwidth=2: | 4493 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |