| 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 15 matching lines...) Expand all Loading... |
| 26 'safe_browsing_chunk_proto', | 26 'safe_browsing_chunk_proto', |
| 27 'safe_browsing_proto', | 27 'safe_browsing_proto', |
| 28 'safe_browsing_report_proto', | 28 'safe_browsing_report_proto', |
| 29 'suggestions_proto', | 29 'suggestions_proto', |
| 30 '../components/components.gyp:autocomplete', | 30 '../components/components.gyp:autocomplete', |
| 31 '../components/components.gyp:autofill_core_browser', | 31 '../components/components.gyp:autofill_core_browser', |
| 32 '../components/components.gyp:bookmarks_browser', | 32 '../components/components.gyp:bookmarks_browser', |
| 33 '../components/components.gyp:captive_portal', | 33 '../components/components.gyp:captive_portal', |
| 34 '../components/components.gyp:cloud_devices_common', | 34 '../components/components.gyp:cloud_devices_common', |
| 35 '../components/components.gyp:component_metrics_proto', | 35 '../components/components.gyp:component_metrics_proto', |
| 36 '../components/components.gyp:component_updater', |
| 36 '../components/components.gyp:data_reduction_proxy_browser', | 37 '../components/components.gyp:data_reduction_proxy_browser', |
| 37 '../components/components.gyp:domain_reliability', | 38 '../components/components.gyp:domain_reliability', |
| 38 '../components/components.gyp:favicon_base', | 39 '../components/components.gyp:favicon_base', |
| 39 '../components/components.gyp:favicon_core', | 40 '../components/components.gyp:favicon_core', |
| 40 '../components/components.gyp:feedback_component', | 41 '../components/components.gyp:feedback_component', |
| 41 '../components/components.gyp:gcm_driver', | 42 '../components/components.gyp:gcm_driver', |
| 42 '../components/components.gyp:google_core_browser', | 43 '../components/components.gyp:google_core_browser', |
| 43 '../components/components.gyp:history_core_browser', | 44 '../components/components.gyp:history_core_browser', |
| 44 '../components/components.gyp:history_core_common', | 45 '../components/components.gyp:history_core_common', |
| 45 '../components/components.gyp:infobars_core', | 46 '../components/components.gyp:infobars_core', |
| (...skipping 3743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3789 'package_name': 'org/chromium/chrome/browser', | 3790 'package_name': 'org/chromium/chrome/browser', |
| 3790 'template_deps': ['browser/android/tab_load_status.h'], | 3791 'template_deps': ['browser/android/tab_load_status.h'], |
| 3791 }, | 3792 }, |
| 3792 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3793 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3793 }, | 3794 }, |
| 3794 ], | 3795 ], |
| 3795 }, | 3796 }, |
| 3796 ], | 3797 ], |
| 3797 ], | 3798 ], |
| 3798 } | 3799 } |
| OLD | NEW |