| 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 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1321 'browser/google/google_url_tracker.cc', | 1321 'browser/google/google_url_tracker.cc', |
| 1322 'browser/google/google_url_tracker.h', | 1322 'browser/google/google_url_tracker.h', |
| 1323 'browser/google/google_util.cc', | 1323 'browser/google/google_util.cc', |
| 1324 'browser/google/google_util.h', | 1324 'browser/google/google_util.h', |
| 1325 'browser/gpu_blacklist.cc', | 1325 'browser/gpu_blacklist.cc', |
| 1326 'browser/gpu_blacklist.h', | 1326 'browser/gpu_blacklist.h', |
| 1327 'browser/gpu_process_host.cc', | 1327 'browser/gpu_process_host.cc', |
| 1328 'browser/gpu_process_host.h', | 1328 'browser/gpu_process_host.h', |
| 1329 'browser/gpu_process_host_ui_shim.cc', | 1329 'browser/gpu_process_host_ui_shim.cc', |
| 1330 'browser/gpu_process_host_ui_shim.h', | 1330 'browser/gpu_process_host_ui_shim.h', |
| 1331 'browser/pdf_unsupported_feature.cc', |
| 1332 'browser/pdf_unsupported_feature.h', |
| 1331 'browser/ui/gtk/about_chrome_dialog.cc', | 1333 'browser/ui/gtk/about_chrome_dialog.cc', |
| 1332 'browser/ui/gtk/about_chrome_dialog.h', | 1334 'browser/ui/gtk/about_chrome_dialog.h', |
| 1333 'browser/ui/gtk/accelerators_gtk.cc', | 1335 'browser/ui/gtk/accelerators_gtk.cc', |
| 1334 'browser/ui/gtk/accelerators_gtk.h', | 1336 'browser/ui/gtk/accelerators_gtk.h', |
| 1335 'browser/ui/gtk/accessibility_event_router_gtk.cc', | 1337 'browser/ui/gtk/accessibility_event_router_gtk.cc', |
| 1336 'browser/ui/gtk/accessibility_event_router_gtk.h', | 1338 'browser/ui/gtk/accessibility_event_router_gtk.h', |
| 1337 'browser/ui/gtk/accessible_widget_helper_gtk.cc', | 1339 'browser/ui/gtk/accessible_widget_helper_gtk.cc', |
| 1338 'browser/ui/gtk/accessible_widget_helper_gtk.h', | 1340 'browser/ui/gtk/accessible_widget_helper_gtk.h', |
| 1339 'browser/ui/gtk/back_forward_button_gtk.cc', | 1341 'browser/ui/gtk/back_forward_button_gtk.cc', |
| 1340 'browser/ui/gtk/back_forward_button_gtk.h', | 1342 'browser/ui/gtk/back_forward_button_gtk.h', |
| (...skipping 3212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4553 ], | 4555 ], |
| 4554 }, | 4556 }, |
| 4555 ], | 4557 ], |
| 4556 } | 4558 } |
| 4557 | 4559 |
| 4558 # Local Variables: | 4560 # Local Variables: |
| 4559 # tab-width:2 | 4561 # tab-width:2 |
| 4560 # indent-tabs-mode:nil | 4562 # indent-tabs-mode:nil |
| 4561 # End: | 4563 # End: |
| 4562 # vim: set expandtab tabstop=2 shiftwidth=2: | 4564 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |