| 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 3641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3652 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', | 3652 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', |
| 3653 '../device/usb/usb.gyp:device_usb', | 3653 '../device/usb/usb.gyp:device_usb', |
| 3654 '../net/net.gyp:net_browser_services', | 3654 '../net/net.gyp:net_browser_services', |
| 3655 ] | 3655 ] |
| 3656 }], | 3656 }], |
| 3657 ['OS=="android"', { | 3657 ['OS=="android"', { |
| 3658 'dependencies': [ | 3658 'dependencies': [ |
| 3659 '../build/android/ndk.gyp:cpu_features', | 3659 '../build/android/ndk.gyp:cpu_features', |
| 3660 '../components/components.gyp:cdm_browser', | 3660 '../components/components.gyp:cdm_browser', |
| 3661 '../components/components.gyp:data_reduction_proxy_content', | 3661 '../components/components.gyp:data_reduction_proxy_content', |
| 3662 '../components/components.gyp:data_usage_android', |
| 3662 '../components/components.gyp:enhanced_bookmarks', | 3663 '../components/components.gyp:enhanced_bookmarks', |
| 3663 '../components/components.gyp:offline_pages', | 3664 '../components/components.gyp:offline_pages', |
| 3664 '../components/components.gyp:precache_content', | 3665 '../components/components.gyp:precache_content', |
| 3665 '../components/components.gyp:precache_core', | 3666 '../components/components.gyp:precache_core', |
| 3666 '../components/components.gyp:service_tab_launcher', | 3667 '../components/components.gyp:service_tab_launcher', |
| 3667 '../components/components.gyp:toolbar', | 3668 '../components/components.gyp:toolbar', |
| 3668 '../components/components.gyp:web_contents_delegate_android', | 3669 '../components/components.gyp:web_contents_delegate_android', |
| 3669 '../components/components_resources.gyp:components_resources', | 3670 '../components/components_resources.gyp:components_resources', |
| 3670 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3671 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
| 3671 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', | 3672 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4106 '../components/components.gyp:omnibox_browser', | 4107 '../components/components.gyp:omnibox_browser', |
| 4107 '../components/components.gyp:rlz', | 4108 '../components/components.gyp:rlz', |
| 4108 '../components/components.gyp:search_engines', | 4109 '../components/components.gyp:search_engines', |
| 4109 '../rlz/rlz.gyp:rlz_lib', | 4110 '../rlz/rlz.gyp:rlz_lib', |
| 4110 ], | 4111 ], |
| 4111 }, | 4112 }, |
| 4112 ], | 4113 ], |
| 4113 }], | 4114 }], |
| 4114 ], | 4115 ], |
| 4115 } | 4116 } |
| OLD | NEW |