| 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 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2614 'browser/media_galleries/fileapi/safe_picasa_albums_indexer.h', | 2614 'browser/media_galleries/fileapi/safe_picasa_albums_indexer.h', |
| 2615 ], | 2615 ], |
| 2616 }], | 2616 }], |
| 2617 ['enable_extensions==1', { | 2617 ['enable_extensions==1', { |
| 2618 'sources': [ | 2618 'sources': [ |
| 2619 # Only extension API implementations should go here. | 2619 # Only extension API implementations should go here. |
| 2620 'browser/accessibility/accessibility_extension_api.cc', | 2620 'browser/accessibility/accessibility_extension_api.cc', |
| 2621 'browser/accessibility/accessibility_extension_api.h', | 2621 'browser/accessibility/accessibility_extension_api.h', |
| 2622 'browser/infobars/infobar_extension_api.cc', | 2622 'browser/infobars/infobar_extension_api.cc', |
| 2623 'browser/infobars/infobar_extension_api.h', | 2623 'browser/infobars/infobar_extension_api.h', |
| 2624 'browser/rlz/rlz_extension_api.cc', | |
| 2625 'browser/rlz/rlz_extension_api.h', | |
| 2626 'browser/speech/extension_api/tts_extension_api.cc', | 2624 'browser/speech/extension_api/tts_extension_api.cc', |
| 2627 'browser/speech/extension_api/tts_extension_api.h', | 2625 'browser/speech/extension_api/tts_extension_api.h', |
| 2628 'browser/speech/extension_api/tts_engine_extension_api.cc', | 2626 'browser/speech/extension_api/tts_engine_extension_api.cc', |
| 2629 'browser/speech/extension_api/tts_engine_extension_api.h', | 2627 'browser/speech/extension_api/tts_engine_extension_api.h', |
| 2630 ], | 2628 ], |
| 2631 }, { | 2629 }, { |
| 2632 'sources!': [ | 2630 'sources!': [ |
| 2633 'browser/content_settings/content_settings_custom_extension_provider
.cc', | 2631 'browser/content_settings/content_settings_custom_extension_provider
.cc', |
| 2634 'browser/content_settings/content_settings_custom_extension_provider
.h', | 2632 'browser/content_settings/content_settings_custom_extension_provider
.h', |
| 2635 'browser/content_settings/content_settings_internal_extension_provid
er.cc', | 2633 'browser/content_settings/content_settings_internal_extension_provid
er.cc', |
| (...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3595 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3598 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3596 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3599 }, | 3597 }, |
| 3600 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3598 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3601 }, | 3599 }, |
| 3602 ], | 3600 ], |
| 3603 }, | 3601 }, |
| 3604 ], | 3602 ], |
| 3605 ], | 3603 ], |
| 3606 } | 3604 } |
| OLD | NEW |