OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 'browser/extensions/scoped_gaia_auth_extension.h', | 512 'browser/extensions/scoped_gaia_auth_extension.h', |
513 'browser/extensions/token_cache/token_cache_service.cc', | 513 'browser/extensions/token_cache/token_cache_service.cc', |
514 'browser/extensions/token_cache/token_cache_service.h', | 514 'browser/extensions/token_cache/token_cache_service.h', |
515 'browser/extensions/token_cache/token_cache_service_factory.cc', | 515 'browser/extensions/token_cache/token_cache_service_factory.cc', |
516 'browser/extensions/token_cache/token_cache_service_factory.h', | 516 'browser/extensions/token_cache/token_cache_service_factory.h', |
517 'browser/external_protocol/external_protocol_handler.cc', | 517 'browser/external_protocol/external_protocol_handler.cc', |
518 'browser/external_protocol/external_protocol_handler.h', | 518 'browser/external_protocol/external_protocol_handler.h', |
519 'browser/external_protocol/external_protocol_observer.cc', | 519 'browser/external_protocol/external_protocol_observer.cc', |
520 'browser/external_protocol/external_protocol_observer.h', | 520 'browser/external_protocol/external_protocol_observer.h', |
521 'browser/external_tab/external_tab_container.h', | 521 'browser/external_tab/external_tab_container.h', |
| 522 'browser/favicon/favicon_changed_details.cc', |
| 523 'browser/favicon/favicon_changed_details.h', |
522 'browser/favicon/favicon_handler.cc', | 524 'browser/favicon/favicon_handler.cc', |
523 'browser/favicon/favicon_handler.h', | 525 'browser/favicon/favicon_handler.h', |
524 'browser/favicon/favicon_handler_delegate.h', | 526 'browser/favicon/favicon_handler_delegate.h', |
525 'browser/favicon/favicon_service.cc', | 527 'browser/favicon/favicon_service.cc', |
526 'browser/favicon/favicon_service.h', | 528 'browser/favicon/favicon_service.h', |
527 'browser/favicon/favicon_service_factory.cc', | 529 'browser/favicon/favicon_service_factory.cc', |
528 'browser/favicon/favicon_service_factory.h', | 530 'browser/favicon/favicon_service_factory.h', |
529 'browser/favicon/favicon_tab_helper.cc', | 531 'browser/favicon/favicon_tab_helper.cc', |
530 'browser/favicon/favicon_tab_helper.h', | 532 'browser/favicon/favicon_tab_helper.h', |
531 'browser/favicon/favicon_types.cc', | 533 'browser/favicon/favicon_types.cc', |
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3211 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3213 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3212 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3214 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3213 }, | 3215 }, |
3214 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3216 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3215 }, | 3217 }, |
3216 ], | 3218 ], |
3217 }, | 3219 }, |
3218 ], | 3220 ], |
3219 ], | 3221 ], |
3220 } | 3222 } |
OLD | NEW |