| 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 3645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3656 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', | 3656 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', |
| 3657 '../device/usb/usb.gyp:device_usb', | 3657 '../device/usb/usb.gyp:device_usb', |
| 3658 '../net/net.gyp:net_browser_services', | 3658 '../net/net.gyp:net_browser_services', |
| 3659 ] | 3659 ] |
| 3660 }], | 3660 }], |
| 3661 ['OS=="android"', { | 3661 ['OS=="android"', { |
| 3662 'dependencies': [ | 3662 'dependencies': [ |
| 3663 '../build/android/ndk.gyp:cpu_features', | 3663 '../build/android/ndk.gyp:cpu_features', |
| 3664 '../components/components.gyp:cdm_browser', | 3664 '../components/components.gyp:cdm_browser', |
| 3665 '../components/components.gyp:data_reduction_proxy_content', | 3665 '../components/components.gyp:data_reduction_proxy_content', |
| 3666 '../components/components.gyp:data_usage_android', |
| 3666 '../components/components.gyp:enhanced_bookmarks', | 3667 '../components/components.gyp:enhanced_bookmarks', |
| 3667 '../components/components.gyp:offline_pages', | 3668 '../components/components.gyp:offline_pages', |
| 3668 '../components/components.gyp:precache_content', | 3669 '../components/components.gyp:precache_content', |
| 3669 '../components/components.gyp:precache_core', | 3670 '../components/components.gyp:precache_core', |
| 3670 '../components/components.gyp:service_tab_launcher', | 3671 '../components/components.gyp:service_tab_launcher', |
| 3671 '../components/components.gyp:toolbar', | 3672 '../components/components.gyp:toolbar', |
| 3672 '../components/components.gyp:web_contents_delegate_android', | 3673 '../components/components.gyp:web_contents_delegate_android', |
| 3673 '../components/components_resources.gyp:components_resources', | 3674 '../components/components_resources.gyp:components_resources', |
| 3674 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3675 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
| 3675 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', | 3676 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4120 '../components/components.gyp:omnibox_browser', | 4121 '../components/components.gyp:omnibox_browser', |
| 4121 '../components/components.gyp:rlz', | 4122 '../components/components.gyp:rlz', |
| 4122 '../components/components.gyp:search_engines', | 4123 '../components/components.gyp:search_engines', |
| 4123 '../rlz/rlz.gyp:rlz_lib', | 4124 '../rlz/rlz.gyp:rlz_lib', |
| 4124 ], | 4125 ], |
| 4125 }, | 4126 }, |
| 4126 ], | 4127 ], |
| 4127 }], | 4128 }], |
| 4128 ], | 4129 ], |
| 4129 } | 4130 } |
| OLD | NEW |