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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 2931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2942 'apps', | 2942 'apps', |
2943 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2943 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2944 'browser_extensions', | 2944 'browser_extensions', |
2945 'common/extensions/api/api.gyp:chrome_api', | 2945 'common/extensions/api/api.gyp:chrome_api', |
2946 'debugger', | 2946 'debugger', |
2947 'installer_util', | 2947 'installer_util', |
2948 '../third_party/re2/re2.gyp:re2', | 2948 '../third_party/re2/re2.gyp:re2', |
2949 '../cc/cc.gyp:cc', | 2949 '../cc/cc.gyp:cc', |
2950 '../components/components.gyp:autofill_content_browser', | 2950 '../components/components.gyp:autofill_content_browser', |
2951 '../components/components.gyp:component_updater', | 2951 '../components/components.gyp:component_updater', |
| 2952 '../components/components.gyp:copresence', |
2952 '../components/components.gyp:dom_distiller_content', | 2953 '../components/components.gyp:dom_distiller_content', |
2953 '../components/components.gyp:keyed_service_content', | 2954 '../components/components.gyp:keyed_service_content', |
2954 '../components/components.gyp:navigation_interception', | 2955 '../components/components.gyp:navigation_interception', |
2955 '../components/components.gyp:password_manager_content_browser', | 2956 '../components/components.gyp:password_manager_content_browser', |
2956 '../components/components.gyp:precache_content', | 2957 '../components/components.gyp:precache_content', |
2957 '../components/components.gyp:sessions', | 2958 '../components/components.gyp:sessions', |
2958 '../components/components.gyp:storage_monitor', | 2959 '../components/components.gyp:storage_monitor', |
2959 '../components/components.gyp:translate_content_browser', | 2960 '../components/components.gyp:translate_content_browser', |
2960 '../components/components.gyp:url_matcher', | 2961 '../components/components.gyp:url_matcher', |
2961 '../components/components.gyp:usb_service', | 2962 '../components/components.gyp:usb_service', |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3266 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3267 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
3267 }], | 3268 }], |
3268 ['OS=="android"', { | 3269 ['OS=="android"', { |
3269 'dependencies': [ | 3270 'dependencies': [ |
3270 '../components/components.gyp:cdm_browser', | 3271 '../components/components.gyp:cdm_browser', |
3271 '../components/components.gyp:web_contents_delegate_android', | 3272 '../components/components.gyp:web_contents_delegate_android', |
3272 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3273 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
3273 'chrome_browser_jni_headers', | 3274 'chrome_browser_jni_headers', |
3274 ], | 3275 ], |
3275 'dependencies!': [ | 3276 'dependencies!': [ |
| 3277 '../components/components.gyp:copresence', |
3276 '../components/components.gyp:feedback_component', | 3278 '../components/components.gyp:feedback_component', |
3277 '../components/components.gyp:storage_monitor', | 3279 '../components/components.gyp:storage_monitor', |
3278 '../components/components.gyp:usb_service', | 3280 '../components/components.gyp:usb_service', |
3279 '../components/components.gyp:web_modal', | 3281 '../components/components.gyp:web_modal', |
3280 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3282 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3281 ], | 3283 ], |
3282 'sources': [ '<@(chrome_browser_android_sources)' ], | 3284 'sources': [ '<@(chrome_browser_android_sources)' ], |
3283 }, { # Non-Android. | 3285 }, { # Non-Android. |
3284 'sources': [ '<@(chrome_browser_non_android_sources)' ], | 3286 'sources': [ '<@(chrome_browser_non_android_sources)' ], |
3285 }], | 3287 }], |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3614 'package_name': 'org/chromium/chrome/browser', | 3616 'package_name': 'org/chromium/chrome/browser', |
3615 'template_deps': ['browser/android/tab_load_status.h'], | 3617 'template_deps': ['browser/android/tab_load_status.h'], |
3616 }, | 3618 }, |
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3619 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3618 }, | 3620 }, |
3619 ], | 3621 ], |
3620 }, | 3622 }, |
3621 ], | 3623 ], |
3622 ], | 3624 ], |
3623 } | 3625 } |
OLD | NEW |