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 3072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3083 'conditions': [ | 3083 'conditions': [ |
3084 ['OS != "ios"', { | 3084 ['OS != "ios"', { |
3085 'dependencies': [ | 3085 'dependencies': [ |
3086 'apps', | 3086 'apps', |
3087 'debugger', | 3087 'debugger', |
3088 'installer_util', | 3088 'installer_util', |
3089 '../third_party/re2/re2.gyp:re2', | 3089 '../third_party/re2/re2.gyp:re2', |
3090 '../cc/cc.gyp:cc', | 3090 '../cc/cc.gyp:cc', |
3091 '../components/components.gyp:autofill_content_browser', | 3091 '../components/components.gyp:autofill_content_browser', |
3092 '../components/components.gyp:browsing_data', | 3092 '../components/components.gyp:browsing_data', |
| 3093 '../components/components.gyp:certificate_transparency', |
3093 '../components/components.gyp:data_reduction_proxy_content_browser', | 3094 '../components/components.gyp:data_reduction_proxy_content_browser', |
3094 '../components/components.gyp:devtools_http_handler', | 3095 '../components/components.gyp:devtools_http_handler', |
3095 '../components/components.gyp:dom_distiller_content', | 3096 '../components/components.gyp:dom_distiller_content', |
3096 '../components/components.gyp:favicon_content', | 3097 '../components/components.gyp:favicon_content', |
3097 '../components/components.gyp:history_content_browser', | 3098 '../components/components.gyp:history_content_browser', |
3098 '../components/components.gyp:keyed_service_content', | 3099 '../components/components.gyp:keyed_service_content', |
3099 '../components/components.gyp:navigation_interception', | 3100 '../components/components.gyp:navigation_interception', |
3100 '../components/components.gyp:packed_ct_ev_whitelist', | 3101 '../components/components.gyp:packed_ct_ev_whitelist', |
3101 '../components/components.gyp:password_manager_content_browser', | 3102 '../components/components.gyp:password_manager_content_browser', |
3102 '../components/components.gyp:plugins_common', | 3103 '../components/components.gyp:plugins_common', |
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3830 'variables': { | 3831 'variables': { |
3831 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3832 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3832 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3833 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3833 }, | 3834 }, |
3834 'includes': [ '../build/protoc.gypi' ] | 3835 'includes': [ '../build/protoc.gypi' ] |
3835 }, | 3836 }, |
3836 ], | 3837 ], |
3837 },], | 3838 },], |
3838 ], | 3839 ], |
3839 } | 3840 } |
OLD | NEW |