| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'browser/android/resource_id.h', | 92 'browser/android/resource_id.h', |
| 93 'browser/android/shortcut_helper.cc', | 93 'browser/android/shortcut_helper.cc', |
| 94 'browser/android/shortcut_helper.h', | 94 'browser/android/shortcut_helper.h', |
| 95 'browser/android/signin/account_management_screen_helper.cc', | 95 'browser/android/signin/account_management_screen_helper.cc', |
| 96 'browser/android/signin/account_management_screen_helper.h', | 96 'browser/android/signin/account_management_screen_helper.h', |
| 97 'browser/android/signin/signin_manager_android.cc', | 97 'browser/android/signin/signin_manager_android.cc', |
| 98 'browser/android/signin/signin_manager_android.h', | 98 'browser/android/signin/signin_manager_android.h', |
| 99 'browser/android/tab_android.cc', | 99 'browser/android/tab_android.cc', |
| 100 'browser/android/tab_android.h', | 100 'browser/android/tab_android.h', |
| 101 'browser/android/tab_load_status.h', | 101 'browser/android/tab_load_status.h', |
| 102 'browser/android/thumbnail/thumbnail.cc', |
| 103 'browser/android/thumbnail/thumbnail.h', |
| 104 'browser/android/thumbnail/thumbnail_store.cc', |
| 105 'browser/android/thumbnail/thumbnail_store.h', |
| 102 'browser/android/uma_bridge.cc', | 106 'browser/android/uma_bridge.cc', |
| 103 'browser/android/uma_bridge.h', | 107 'browser/android/uma_bridge.h', |
| 104 'browser/android/uma_utils.cc', | 108 'browser/android/uma_utils.cc', |
| 105 'browser/android/uma_utils.h', | 109 'browser/android/uma_utils.h', |
| 106 'browser/android/url_utilities.cc', | 110 'browser/android/url_utilities.cc', |
| 107 'browser/android/url_utilities.h', | 111 'browser/android/url_utilities.h', |
| 108 'browser/android/voice_search_tab_helper.cc', | 112 'browser/android/voice_search_tab_helper.cc', |
| 109 'browser/android/voice_search_tab_helper.h', | 113 'browser/android/voice_search_tab_helper.h', |
| 110 'browser/android/webapps/single_tab_mode_tab_helper.cc', | 114 'browser/android/webapps/single_tab_mode_tab_helper.cc', |
| 111 'browser/android/webapps/single_tab_mode_tab_helper.h', | 115 'browser/android/webapps/single_tab_mode_tab_helper.h', |
| (...skipping 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3253 }], | 3257 }], |
| 3254 ['OS=="android" or OS=="ios"', { | 3258 ['OS=="android" or OS=="ios"', { |
| 3255 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3259 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
| 3256 }, { # OS!="android" and OS!="ios" | 3260 }, { # OS!="android" and OS!="ios" |
| 3257 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3261 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
| 3258 }], | 3262 }], |
| 3259 ['OS=="android"', { | 3263 ['OS=="android"', { |
| 3260 'dependencies': [ | 3264 'dependencies': [ |
| 3261 '../components/components.gyp:cdm_browser', | 3265 '../components/components.gyp:cdm_browser', |
| 3262 '../components/components.gyp:web_contents_delegate_android', | 3266 '../components/components.gyp:web_contents_delegate_android', |
| 3267 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
| 3263 'chrome_browser_jni_headers', | 3268 'chrome_browser_jni_headers', |
| 3264 ], | 3269 ], |
| 3265 'dependencies!': [ | 3270 'dependencies!': [ |
| 3266 '../components/components.gyp:feedback_component', | 3271 '../components/components.gyp:feedback_component', |
| 3267 '../components/components.gyp:storage_monitor', | 3272 '../components/components.gyp:storage_monitor', |
| 3268 '../components/components.gyp:usb_service', | 3273 '../components/components.gyp:usb_service', |
| 3269 '../components/components.gyp:web_modal', | 3274 '../components/components.gyp:web_modal', |
| 3270 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3275 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3271 ], | 3276 ], |
| 3272 'sources': [ '<@(chrome_browser_android_sources)' ], | 3277 'sources': [ '<@(chrome_browser_android_sources)' ], |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3604 'package_name': 'org/chromium/chrome/browser', | 3609 'package_name': 'org/chromium/chrome/browser', |
| 3605 'template_deps': ['browser/android/tab_load_status.h'], | 3610 'template_deps': ['browser/android/tab_load_status.h'], |
| 3606 }, | 3611 }, |
| 3607 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3612 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3608 }, | 3613 }, |
| 3609 ], | 3614 ], |
| 3610 }, | 3615 }, |
| 3611 ], | 3616 ], |
| 3612 ], | 3617 ], |
| 3613 } | 3618 } |
| OLD | NEW |