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': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'browser/chromeos/login/ownership_status_checker.cc', | 614 'browser/chromeos/login/ownership_status_checker.cc', |
615 'browser/chromeos/login/ownership_status_checker.h', | 615 'browser/chromeos/login/ownership_status_checker.h', |
616 'browser/chromeos/login/parallel_authenticator.cc', | 616 'browser/chromeos/login/parallel_authenticator.cc', |
617 'browser/chromeos/login/parallel_authenticator.h', | 617 'browser/chromeos/login/parallel_authenticator.h', |
618 'browser/chromeos/login/password_changed_view.cc', | 618 'browser/chromeos/login/password_changed_view.cc', |
619 'browser/chromeos/login/password_changed_view.h', | 619 'browser/chromeos/login/password_changed_view.h', |
620 'browser/chromeos/login/proxy_settings_dialog.cc', | 620 'browser/chromeos/login/proxy_settings_dialog.cc', |
621 'browser/chromeos/login/proxy_settings_dialog.h', | 621 'browser/chromeos/login/proxy_settings_dialog.h', |
622 'browser/chromeos/login/registration_screen.cc', | 622 'browser/chromeos/login/registration_screen.cc', |
623 'browser/chromeos/login/registration_screen.h', | 623 'browser/chromeos/login/registration_screen.h', |
| 624 'browser/chromeos/login/remove_user_delegate.h', |
624 'browser/chromeos/login/rounded_rect_painter.cc', | 625 'browser/chromeos/login/rounded_rect_painter.cc', |
625 'browser/chromeos/login/rounded_rect_painter.h', | 626 'browser/chromeos/login/rounded_rect_painter.h', |
626 'browser/chromeos/login/screen_lock_view.cc', | 627 'browser/chromeos/login/screen_lock_view.cc', |
627 'browser/chromeos/login/screen_lock_view.h', | 628 'browser/chromeos/login/screen_lock_view.h', |
628 'browser/chromeos/login/screen_locker.cc', | 629 'browser/chromeos/login/screen_locker.cc', |
629 'browser/chromeos/login/screen_locker.h', | 630 'browser/chromeos/login/screen_locker.h', |
630 'browser/chromeos/login/screen_locker_delegate.cc', | 631 'browser/chromeos/login/screen_locker_delegate.cc', |
631 'browser/chromeos/login/screen_locker_delegate.h', | 632 'browser/chromeos/login/screen_locker_delegate.h', |
632 'browser/chromeos/login/screen_locker_views.cc', | 633 'browser/chromeos/login/screen_locker_views.cc', |
633 'browser/chromeos/login/screen_locker_views.h', | 634 'browser/chromeos/login/screen_locker_views.h', |
(...skipping 4612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5246 'type': 'static_library', | 5247 'type': 'static_library', |
5247 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5248 'variables': { | 5249 'variables': { |
5249 'proto_in_dir': 'browser/history', | 5250 'proto_in_dir': 'browser/history', |
5250 'proto_out_dir': 'chrome/browser/history', | 5251 'proto_out_dir': 'chrome/browser/history', |
5251 }, | 5252 }, |
5252 'includes': [ '../build/protoc.gypi' ] | 5253 'includes': [ '../build/protoc.gypi' ] |
5253 }, | 5254 }, |
5254 ], | 5255 ], |
5255 } | 5256 } |
OLD | NEW |