| 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 3213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3224 '../components/components.gyp:navigation_interception', | 3224 '../components/components.gyp:navigation_interception', |
| 3225 '../components/components.gyp:packed_ct_ev_whitelist', | 3225 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3226 '../components/components.gyp:password_manager_content_browser', | 3226 '../components/components.gyp:password_manager_content_browser', |
| 3227 '../components/components.gyp:plugins_common', | 3227 '../components/components.gyp:plugins_common', |
| 3228 '../components/components.gyp:power', | 3228 '../components/components.gyp:power', |
| 3229 '../components/components.gyp:precache_content', | 3229 '../components/components.gyp:precache_content', |
| 3230 '../components/components.gyp:safe_json_parser', | 3230 '../components/components.gyp:safe_json_parser', |
| 3231 '../components/components.gyp:sessions_content', | 3231 '../components/components.gyp:sessions_content', |
| 3232 '../components/components.gyp:storage_monitor', | 3232 '../components/components.gyp:storage_monitor', |
| 3233 '../components/components.gyp:translate_content_browser', | 3233 '../components/components.gyp:translate_content_browser', |
| 3234 '../components/components.gyp:url_formatter', |
| 3234 '../components/components.gyp:url_matcher', | 3235 '../components/components.gyp:url_matcher', |
| 3235 '../components/components.gyp:visitedlink_browser', | 3236 '../components/components.gyp:visitedlink_browser', |
| 3236 '../components/components.gyp:visitedlink_common', | 3237 '../components/components.gyp:visitedlink_common', |
| 3237 '../components/components.gyp:web_cache_browser', | 3238 '../components/components.gyp:web_cache_browser', |
| 3238 '../components/components.gyp:web_modal', | 3239 '../components/components.gyp:web_modal', |
| 3239 '../components/components.gyp:web_resource', | 3240 '../components/components.gyp:web_resource', |
| 3240 '../content/app/resources/content_resources.gyp:content_resources', | 3241 '../content/app/resources/content_resources.gyp:content_resources', |
| 3241 '../media/media.gyp:media', | 3242 '../media/media.gyp:media', |
| 3242 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3243 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3243 '../mojo/mojo_base.gyp:mojo_common_lib', | 3244 '../mojo/mojo_base.gyp:mojo_common_lib', |
| (...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4015 'variables': { | 4016 'variables': { |
| 4016 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4017 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4017 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4018 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4018 }, | 4019 }, |
| 4019 'includes': [ '../build/protoc.gypi' ] | 4020 'includes': [ '../build/protoc.gypi' ] |
| 4020 }, | 4021 }, |
| 4021 ], | 4022 ], |
| 4022 },], | 4023 },], |
| 4023 ], | 4024 ], |
| 4024 } | 4025 } |
| OLD | NEW |