| 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 3148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3159 '../third_party/re2/re2.gyp:re2', | 3159 '../third_party/re2/re2.gyp:re2', |
| 3160 '../cc/cc.gyp:cc', | 3160 '../cc/cc.gyp:cc', |
| 3161 '../components/components.gyp:autofill_content_browser', | 3161 '../components/components.gyp:autofill_content_browser', |
| 3162 '../components/components.gyp:browsing_data', | 3162 '../components/components.gyp:browsing_data', |
| 3163 '../components/components.gyp:data_reduction_proxy_content_browser', | 3163 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3164 '../components/components.gyp:devtools_discovery', | 3164 '../components/components.gyp:devtools_discovery', |
| 3165 '../components/components.gyp:devtools_http_handler', | 3165 '../components/components.gyp:devtools_http_handler', |
| 3166 '../components/components.gyp:dom_distiller_content', | 3166 '../components/components.gyp:dom_distiller_content', |
| 3167 '../components/components.gyp:favicon_content', | 3167 '../components/components.gyp:favicon_content', |
| 3168 '../components/components.gyp:history_content_browser', | 3168 '../components/components.gyp:history_content_browser', |
| 3169 '../components/components.gyp:image_decoder_mojo_bindings', |
| 3169 '../components/components.gyp:keyed_service_content', | 3170 '../components/components.gyp:keyed_service_content', |
| 3170 '../components/components.gyp:navigation_interception', | 3171 '../components/components.gyp:navigation_interception', |
| 3171 '../components/components.gyp:packed_ct_ev_whitelist', | 3172 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3172 '../components/components.gyp:password_manager_content_browser', | 3173 '../components/components.gyp:password_manager_content_browser', |
| 3173 '../components/components.gyp:plugins_common', | 3174 '../components/components.gyp:plugins_common', |
| 3174 '../components/components.gyp:power', | 3175 '../components/components.gyp:power', |
| 3175 '../components/components.gyp:precache_content', | 3176 '../components/components.gyp:precache_content', |
| 3176 '../components/components.gyp:sessions_content', | 3177 '../components/components.gyp:sessions_content', |
| 3177 '../components/components.gyp:storage_monitor', | 3178 '../components/components.gyp:storage_monitor', |
| 3178 '../components/components.gyp:translate_content_browser', | 3179 '../components/components.gyp:translate_content_browser', |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3923 'variables': { | 3924 'variables': { |
| 3924 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3925 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3925 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3926 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3926 }, | 3927 }, |
| 3927 'includes': [ '../build/protoc.gypi' ] | 3928 'includes': [ '../build/protoc.gypi' ] |
| 3928 }, | 3929 }, |
| 3929 ], | 3930 ], |
| 3930 },], | 3931 },], |
| 3931 ], | 3932 ], |
| 3932 } | 3933 } |
| OLD | NEW |