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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1276 'browser/geolocation/win7_location_api_win.h', | 1276 'browser/geolocation/win7_location_api_win.h', |
1277 'browser/geolocation/win7_location_provider_win.cc', | 1277 'browser/geolocation/win7_location_provider_win.cc', |
1278 'browser/geolocation/win7_location_provider_win.h', | 1278 'browser/geolocation/win7_location_provider_win.h', |
1279 'browser/google/google_update.cc', | 1279 'browser/google/google_update.cc', |
1280 'browser/google/google_update.h', | 1280 'browser/google/google_update.h', |
1281 'browser/google/google_update_settings_posix.cc', | 1281 'browser/google/google_update_settings_posix.cc', |
1282 'browser/google/google_url_tracker.cc', | 1282 'browser/google/google_url_tracker.cc', |
1283 'browser/google/google_url_tracker.h', | 1283 'browser/google/google_url_tracker.h', |
1284 'browser/google/google_util.cc', | 1284 'browser/google/google_util.cc', |
1285 'browser/google/google_util.h', | 1285 'browser/google/google_util.h', |
| 1286 'browser/gpu_blacklist.cc', |
| 1287 'browser/gpu_blacklist.h', |
1286 'browser/gpu_process_host.cc', | 1288 'browser/gpu_process_host.cc', |
1287 'browser/gpu_process_host.h', | 1289 'browser/gpu_process_host.h', |
1288 'browser/gpu_process_host_ui_shim.cc', | 1290 'browser/gpu_process_host_ui_shim.cc', |
1289 'browser/gpu_process_host_ui_shim.h', | 1291 'browser/gpu_process_host_ui_shim.h', |
1290 'browser/gtk/about_chrome_dialog.cc', | 1292 'browser/gtk/about_chrome_dialog.cc', |
1291 'browser/gtk/about_chrome_dialog.h', | 1293 'browser/gtk/about_chrome_dialog.h', |
1292 'browser/gtk/accelerators_gtk.cc', | 1294 'browser/gtk/accelerators_gtk.cc', |
1293 'browser/gtk/accelerators_gtk.h', | 1295 'browser/gtk/accelerators_gtk.h', |
1294 'browser/gtk/accessibility_event_router_gtk.cc', | 1296 'browser/gtk/accessibility_event_router_gtk.cc', |
1295 'browser/gtk/accessibility_event_router_gtk.h', | 1297 'browser/gtk/accessibility_event_router_gtk.h', |
(...skipping 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4401 ], | 4403 ], |
4402 }, | 4404 }, |
4403 ], | 4405 ], |
4404 } | 4406 } |
4405 | 4407 |
4406 # Local Variables: | 4408 # Local Variables: |
4407 # tab-width:2 | 4409 # tab-width:2 |
4408 # indent-tabs-mode:nil | 4410 # indent-tabs-mode:nil |
4409 # End: | 4411 # End: |
4410 # vim: set expandtab tabstop=2 shiftwidth=2: | 4412 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |