| 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 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3139 '../components/components.gyp:storage_monitor', | 3139 '../components/components.gyp:storage_monitor', |
| 3140 '../components/components.gyp:translate_content_browser', | 3140 '../components/components.gyp:translate_content_browser', |
| 3141 '../components/components.gyp:url_matcher', | 3141 '../components/components.gyp:url_matcher', |
| 3142 '../components/components.gyp:visitedlink_browser', | 3142 '../components/components.gyp:visitedlink_browser', |
| 3143 '../components/components.gyp:visitedlink_common', | 3143 '../components/components.gyp:visitedlink_common', |
| 3144 '../components/components.gyp:web_cache_browser', | 3144 '../components/components.gyp:web_cache_browser', |
| 3145 '../components/components.gyp:web_modal', | 3145 '../components/components.gyp:web_modal', |
| 3146 '../components/components.gyp:web_resource', | 3146 '../components/components.gyp:web_resource', |
| 3147 '../content/app/resources/content_resources.gyp:content_resources', | 3147 '../content/app/resources/content_resources.gyp:content_resources', |
| 3148 '../media/media.gyp:media', | 3148 '../media/media.gyp:media', |
| 3149 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3149 '../mojo/mojo_base.gyp:mojo_common_lib', | 3150 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3150 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3151 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 3151 '../net/net.gyp:net_extras', | 3152 '../net/net.gyp:net_extras', |
| 3152 '../net/net.gyp:net_with_v8', | 3153 '../net/net.gyp:net_with_v8', |
| 3153 '../storage/storage_browser.gyp:storage', | 3154 '../storage/storage_browser.gyp:storage', |
| 3154 '../storage/storage_common.gyp:storage_common', | 3155 '../storage/storage_common.gyp:storage_common', |
| 3155 '../third_party/expat/expat.gyp:expat', | 3156 '../third_party/expat/expat.gyp:expat', |
| 3156 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3157 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 3157 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3158 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3158 '../third_party/libyuv/libyuv.gyp:libyuv', | 3159 '../third_party/libyuv/libyuv.gyp:libyuv', |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3864 'variables': { | 3865 'variables': { |
| 3865 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3866 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3866 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3867 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3867 }, | 3868 }, |
| 3868 'includes': [ '../build/protoc.gypi' ] | 3869 'includes': [ '../build/protoc.gypi' ] |
| 3869 }, | 3870 }, |
| 3870 ], | 3871 ], |
| 3871 },], | 3872 },], |
| 3872 ], | 3873 ], |
| 3873 } | 3874 } |
| OLD | NEW |