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 3264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3275 'sources': [ '<@(chrome_browser_session_service_sources)' ], | 3275 'sources': [ '<@(chrome_browser_session_service_sources)' ], |
3276 }], | 3276 }], |
3277 ['OS=="android" or OS=="ios"', { | 3277 ['OS=="android" or OS=="ios"', { |
3278 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3278 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
3279 }, { # OS!="android" and OS!="ios" | 3279 }, { # OS!="android" and OS!="ios" |
3280 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3280 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
3281 }], | 3281 }], |
3282 ['OS=="android"', { | 3282 ['OS=="android"', { |
3283 'dependencies': [ | 3283 'dependencies': [ |
3284 '../components/components.gyp:cdm_browser', | 3284 '../components/components.gyp:cdm_browser', |
| 3285 '../components/components.gyp:enhanced_bookmarks', |
3285 '../components/components.gyp:web_contents_delegate_android', | 3286 '../components/components.gyp:web_contents_delegate_android', |
3286 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3287 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
3287 'chrome_browser_jni_headers', | 3288 'chrome_browser_jni_headers', |
3288 ], | 3289 ], |
3289 'dependencies!': [ | 3290 'dependencies!': [ |
3290 '../components/components.gyp:feedback_component', | 3291 '../components/components.gyp:feedback_component', |
3291 '../components/components.gyp:storage_monitor', | 3292 '../components/components.gyp:storage_monitor', |
3292 '../components/components.gyp:usb_service', | 3293 '../components/components.gyp:usb_service', |
3293 '../components/components.gyp:web_modal', | 3294 '../components/components.gyp:web_modal', |
3294 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3295 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3615 'package_name': 'org/chromium/chrome/browser', | 3616 'package_name': 'org/chromium/chrome/browser', |
3616 'template_deps': ['browser/android/tab_load_status.h'], | 3617 'template_deps': ['browser/android/tab_load_status.h'], |
3617 }, | 3618 }, |
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3619 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3619 }, | 3620 }, |
3620 ], | 3621 ], |
3621 }, | 3622 }, |
3622 ], | 3623 ], |
3623 ], | 3624 ], |
3624 } | 3625 } |
OLD | NEW |