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 3453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3464 ['exclude', 'browser/dom_ui/slideshow_ui.cc'], | 3464 ['exclude', 'browser/dom_ui/slideshow_ui.cc'], |
3465 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], | 3465 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], |
3466 ['exclude', 'browser/oom_priority_manager.cc'], | 3466 ['exclude', 'browser/oom_priority_manager.cc'], |
3467 ['exclude', 'browser/oom_priority_manager.h'], | 3467 ['exclude', 'browser/oom_priority_manager.h'], |
3468 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], | 3468 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], |
3469 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], | 3469 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], |
3470 ], | 3470 ], |
3471 }], | 3471 }], |
3472 ['chromeos==1', { | 3472 ['chromeos==1', { |
3473 'sources!': [ | 3473 'sources!': [ |
| 3474 'browser/background_mode_manager_linux.cc', |
3474 'browser/password_manager/native_backend_gnome_x.h', | 3475 'browser/password_manager/native_backend_gnome_x.h', |
3475 'browser/password_manager/native_backend_gnome_x.cc', | 3476 'browser/password_manager/native_backend_gnome_x.cc', |
3476 'browser/password_manager/native_backend_kwallet_x.h', | 3477 'browser/password_manager/native_backend_kwallet_x.h', |
3477 'browser/password_manager/native_backend_kwallet_x.cc', | 3478 'browser/password_manager/native_backend_kwallet_x.cc', |
3478 'browser/platform_util_linux.cc', | 3479 'browser/platform_util_linux.cc', |
3479 ], | 3480 ], |
3480 'link_settings': { | 3481 'link_settings': { |
3481 'libraries': [ | 3482 'libraries': [ |
3482 '-lpulse', | 3483 '-lpulse', |
3483 ], | 3484 ], |
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4407 ], | 4408 ], |
4408 }, | 4409 }, |
4409 ], | 4410 ], |
4410 } | 4411 } |
4411 | 4412 |
4412 # Local Variables: | 4413 # Local Variables: |
4413 # tab-width:2 | 4414 # tab-width:2 |
4414 # indent-tabs-mode:nil | 4415 # indent-tabs-mode:nil |
4415 # End: | 4416 # End: |
4416 # vim: set expandtab tabstop=2 shiftwidth=2: | 4417 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |