| 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 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2287 'browser/net/websocket_experiment/websocket_experiment_runner.cc', | 2287 'browser/net/websocket_experiment/websocket_experiment_runner.cc', |
| 2288 'browser/net/websocket_experiment/websocket_experiment_runner.h', | 2288 'browser/net/websocket_experiment/websocket_experiment_runner.h', |
| 2289 'browser/net/websocket_experiment/websocket_experiment_task.cc', | 2289 'browser/net/websocket_experiment/websocket_experiment_task.cc', |
| 2290 'browser/net/websocket_experiment/websocket_experiment_task.h', | 2290 'browser/net/websocket_experiment/websocket_experiment_task.h', |
| 2291 'browser/notifications/balloon.cc', | 2291 'browser/notifications/balloon.cc', |
| 2292 'browser/notifications/balloon.h', | 2292 'browser/notifications/balloon.h', |
| 2293 'browser/notifications/balloon_host.h', | 2293 'browser/notifications/balloon_host.h', |
| 2294 'browser/notifications/balloon_host.cc', | 2294 'browser/notifications/balloon_host.cc', |
| 2295 'browser/notifications/balloon_collection.cc', | 2295 'browser/notifications/balloon_collection.cc', |
| 2296 'browser/notifications/balloon_collection.h', | 2296 'browser/notifications/balloon_collection.h', |
| 2297 'browser/notifications/balloon_collection_base.cc', |
| 2298 'browser/notifications/balloon_collection_base.h', |
| 2297 'browser/notifications/balloon_collection_impl.h', | 2299 'browser/notifications/balloon_collection_impl.h', |
| 2298 'browser/notifications/balloon_collection_win.cc', | 2300 'browser/notifications/balloon_collection_win.cc', |
| 2299 'browser/notifications/balloon_collection_mac.mm', | 2301 'browser/notifications/balloon_collection_mac.mm', |
| 2300 'browser/notifications/balloon_collection_linux.cc', | 2302 'browser/notifications/balloon_collection_linux.cc', |
| 2301 'browser/notifications/desktop_notification_service.cc', | 2303 'browser/notifications/desktop_notification_service.cc', |
| 2302 'browser/notifications/desktop_notification_service.h', | 2304 'browser/notifications/desktop_notification_service.h', |
| 2303 'browser/notifications/notification.cc', | 2305 'browser/notifications/notification.cc', |
| 2304 'browser/notifications/notification.h', | 2306 'browser/notifications/notification.h', |
| 2305 'browser/notifications/notification_delegate.h', | 2307 'browser/notifications/notification_delegate.h', |
| 2306 'browser/notifications/notification_exceptions_table_model.cc', | 2308 'browser/notifications/notification_exceptions_table_model.cc', |
| (...skipping 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4284 ], | 4286 ], |
| 4285 }, | 4287 }, |
| 4286 ], | 4288 ], |
| 4287 } | 4289 } |
| 4288 | 4290 |
| 4289 # Local Variables: | 4291 # Local Variables: |
| 4290 # tab-width:2 | 4292 # tab-width:2 |
| 4291 # indent-tabs-mode:nil | 4293 # indent-tabs-mode:nil |
| 4292 # End: | 4294 # End: |
| 4293 # vim: set expandtab tabstop=2 shiftwidth=2: | 4295 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |