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 3628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3639 '../net/net.gyp:net_browser_services', | 3639 '../net/net.gyp:net_browser_services', |
3640 ] | 3640 ] |
3641 }], | 3641 }], |
3642 ['OS=="android"', { | 3642 ['OS=="android"', { |
3643 'dependencies': [ | 3643 'dependencies': [ |
3644 '../build/android/ndk.gyp:cpu_features', | 3644 '../build/android/ndk.gyp:cpu_features', |
3645 '../components/components.gyp:cdm_browser', | 3645 '../components/components.gyp:cdm_browser', |
3646 '../components/components.gyp:data_reduction_proxy_content', | 3646 '../components/components.gyp:data_reduction_proxy_content', |
3647 '../components/components.gyp:enhanced_bookmarks', | 3647 '../components/components.gyp:enhanced_bookmarks', |
3648 '../components/components.gyp:offline_pages', | 3648 '../components/components.gyp:offline_pages', |
3649 '../components/components.gyp:offline_pages_enums_java', | |
3650 '../components/components.gyp:precache_content', | 3649 '../components/components.gyp:precache_content', |
3651 '../components/components.gyp:precache_core', | 3650 '../components/components.gyp:precache_core', |
3652 '../components/components.gyp:service_tab_launcher', | 3651 '../components/components.gyp:service_tab_launcher', |
3653 '../components/components.gyp:toolbar', | 3652 '../components/components.gyp:toolbar', |
3654 '../components/components.gyp:web_contents_delegate_android', | 3653 '../components/components.gyp:web_contents_delegate_android', |
3655 '../components/components_resources.gyp:components_resources', | 3654 '../components/components_resources.gyp:components_resources', |
3656 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3655 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
3657 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', | 3656 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
3658 'chrome_browser_jni_headers', | 3657 'chrome_browser_jni_headers', |
3659 'client_discourse_context_proto', | 3658 'client_discourse_context_proto', |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4075 '../components/components.gyp:omnibox_browser', | 4074 '../components/components.gyp:omnibox_browser', |
4076 '../components/components.gyp:rlz', | 4075 '../components/components.gyp:rlz', |
4077 '../components/components.gyp:search_engines', | 4076 '../components/components.gyp:search_engines', |
4078 '../rlz/rlz.gyp:rlz_lib', | 4077 '../rlz/rlz.gyp:rlz_lib', |
4079 ], | 4078 ], |
4080 }, | 4079 }, |
4081 ], | 4080 ], |
4082 }], | 4081 }], |
4083 ], | 4082 ], |
4084 } | 4083 } |
OLD | NEW |